Summary:
During ingestion, XLS files are not routed through the Excel-specific chunking flow. As a result, chunking behavior does not preserve table-aware Excel logic, and metadata incorrectly sets is_excel_sheet to false.
Condition:
Ingest an XLS file with a sheet name and table content, then inspect chunk metadata and chunk structure in the Qdrant database.
Expected:
XLS files should be treated the same as XLSX for Excel chunking logic, and metadata should mark is_excel_sheet as true.
Actual:
XLS files are not chunked using Excel-specific behavior, and metadata sets is_excel_sheet to false.
Summary:
During ingestion, XLS files are not routed through the Excel-specific chunking flow. As a result, chunking behavior does not preserve table-aware Excel logic, and metadata incorrectly sets is_excel_sheet to false.
Condition:
Ingest an XLS file with a sheet name and table content, then inspect chunk metadata and chunk structure in the Qdrant database.
Expected:
XLS files should be treated the same as XLSX for Excel chunking logic, and metadata should mark is_excel_sheet as true.
Actual:
XLS files are not chunked using Excel-specific behavior, and metadata sets is_excel_sheet to false.