Brecht Sanders
Brecht Sanders
I would need some help with that. Can you write a test scenario for this (e.g. in Python something that writes to a file and the reads it again)?
Can you tell me what these tests were exactly and how I can reproduce the problem? On which OS an with which zip library was this? Note: changes between 0.2.26...
I did not write the PHP library, so I need to reproduce this in C to get to the bottom of this. Can you send me the tutorial.xlsx file used...
Thanks. Now I can reproduce the issue when using XLSXIOREAD_SKIP_EMPTY_CELLS.
Okay, I will let you know when I committed new code.
More work than I thought. Not finished yet, but if you like you can already test master if it no longer crashes/hangs.
Final issues resolved. It took me a while to make sure all combinations of XLSXIOREAD_SKIP_EMPTY_* worked well. If it still passes I will release the changes.
Can't reproduce in C. What exactly is being tested here?
To clarify, this is the correct behavior. XLSX I/O assumes the Excel files are in a table format containing header rows. So when nothing is skipped an empty line will...
The basic idea is to read tables from Excel files. The end-user doesn't care much if something is there or not if the cell is part of the table. Maybe...