Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
xlsxio-0.2.25-binary-win64.zip | 2020-03-20 | 857.9 kB | |
xlsxio-0.2.25-binary-win32.zip | 2020-03-20 | 844.1 kB | |
xlsxio-0.2.25.tar.xz | 2020-03-20 | 37.6 kB | |
README.md | 2020-03-20 | 512 Bytes | |
XLSX I_O version 0.2.25.tar.gz | 2020-03-20 | 49.0 kB | |
XLSX I_O version 0.2.25.zip | 2020-03-20 | 87.3 kB | |
Totals: 6 Items | 1.9 MB | 0 |
- fixed memory leaks in xlsxioread_sheet_next_cell_int/xlsxioread_sheet_next_cell_float/xlsxioread_sheet_next_cell_datetime (issue [#54])
- added xml:space="preserve" to text cells to preserve spacing (issue [#16])
- ran valgrind tests on xlsxio_xlsx2csv and xlsxio_csv2xlsx
- fixed memory leak in write_cell_data() in xlsxio_write.c (result of get_A1col was not freed)
- rewrote get_A1col() in in xlsxio_write.c to avoid issues on platforms where multiple calls to va_start()/va_end() don't work