Brecht Sanders

Results 270 comments of Brecht Sanders

Let me clarify a bit more the library was designed to read **tables**, which means the have header rows and then data below them. ``` +------+------+ | colA | colB...

Okay, so in your opinion, would it be better to require a new flag to get the table behaviour and to default to not using the table behaviour?. Adding a...

For now the table behaviour (determining the number of columns based on header row) is only active when using the XLSXIOREAD_SKIP_EXTRA_CELLS flag. This is now in release 0.2.29.

`xlsxioread_sheet_last_row_index` is the last row seen by the parser, but the skipping of an empty row is done when reading the first cell of a row. So before reading that...

winlibs.com support for LLVM/CLang is still a work in progress. If you can reproduce this with other builds of LLVM/CLang you should report the issue with the LLVM team.

I will keep this issue open until my next build of LLVM/Clang. The goal is to have have LLVM/Clang in a seperate package from GCC and to abandon GCC standard...

I looked into this and it appears when I re-save your file with Excel it does work. Which application generated this file?

I opened your file and saved it again with Office 16.0 and had no problems. Debugging your file it seems the code has problems iterating through all the sheets and...

I don't understand what you are trying to say. Can you explain?

Could you try to reproduce your issue with the latest version of XLSX I/O? If you still gave it please send an .xlsx file that the problem can be reproduced...