[错误] Excel 自定义日期格式解析错误
作者: Annisme创建于 2026年9月7日更新于 2026年9月7日
- Component: xlsx parser (extract_spreadsheet, fs.rs)
- Issue: Xlsx cells containing custom date formats (such as "April 14") are mistakenly interpreted as regular numbers and output as Excel internal sequence codes (such as
45761) instead of the correct date. When ingested, LLM will identify these sequence codes as anomalies, which affects content analysis.
内容来源: nashsu/llm_wiki