Skip to content

XLS files are not processed with Excel chunking and metadata marks is_excel_sheet as false #139

@minh362000

Description

@minh362000

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions