Releases: brechtsanders/xlsxio
Releases · brechtsanders/xlsxio
XLSX I/O version 0.2.36
- fix missing mz_compat.h when building against recent minizip-ng
- fixes by Tattersalt-Kanzaki to catch failed realloc() calls (#138)
XLSX I/O version 0.2.35
- fix typos discovered by codespell (#122)
XLSX I/O version 0.2.34
- PR from captaingroove to add minizip-ng support (#115)
XLSX I/O version 0.2.33
- PR from JackBoosY to export CMake targets automaticly (to cmake folder under install path) (#105)
XLSX I/O version 0.2.32
- fixed crash issue when sheet name is NULL (#109)
XLSX I/O version 0.2.31
- added .pc and .cmake file generation and installation to CMakeLists.txt
- changed free() to xlsxioread_free() in example_xlsxio_read.c (issue #73)
XLSX I/O version 0.2.29
XLSX I/O version 0.2.28
- fixed issues with XLSXIOREAD_SKIP_EMPTY_CELLS/XLSXIOREAD_SKIP_EMPTY_ROWS/XLSXIOREAD_SKIP_ALL_EMPTY/XLSXIOREAD_SKIP_EXTRA_CELLS (issue #75)
XLSX I/O version 0.2.27
- fixed issues XLSXIOREAD_SKIP_EMPTY_CELLS/XLSXIOREAD_SKIP_EMPTY_ROWS/XLSXIOREAD_SKIP_ALL_EMPTY (issue #74)
- changed Makefile to also generate .def files to be included in Windows packages
XLSX I/O version 0.2.26
- accepted patch (#63) to add xlsxioread_sheet_last_column_index() and xlsxioread_sheet_flags()
- added xlsxioread_sheet_last_row_index()