Skip to content

Fix excel dataloader#343

Merged
cristian-tamblay merged 2 commits into
developfrom
fix/excel-dataloader
Oct 23, 2025
Merged

Fix excel dataloader#343
cristian-tamblay merged 2 commits into
developfrom
fix/excel-dataloader

Conversation

@Irozuku
Copy link
Copy Markdown
Collaborator

@Irozuku Irozuku commented Oct 21, 2025

This pull request makes a minor update to the ExcelDataloaderSchema in the excel_dataloader.py file and requirements.txt file. The default placeholder value for the header field is changed from None to 0, clarifying that the default behavior assumes column names are present in the first row.

  • Changed the header field's placeholder from None to 0 in ExcelDataloaderSchema, making the default behavior more explicit for users.
  • Added xlrd library to support older .xls files.

@cristian-tamblay cristian-tamblay merged commit b092e5c into develop Oct 23, 2025
18 checks passed
@cristian-tamblay cristian-tamblay deleted the fix/excel-dataloader branch October 23, 2025 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants