Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhancement-skipemptycolumns #275

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ccalas
Copy link

@ccalas ccalas commented Jan 30, 2024

skip_trailing_columns: don't assume the first line to be the longest and use pop to speed the computation, as it's now done for each line of the sheet

…and use pop to speed the computation, as it's now done for each line of the sheet
@ccalas
Copy link
Author

ccalas commented Feb 1, 2024

To add a bit more context, I use the xlsx2csv tool as a diff filter in y git repo to see changes done in xlsx files. The xlsx files I work on contain configuration for a product and the first line of the sheet hasn't always the same number of columns than the following ones.

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.

1 participant