Releases: damian-m-g/xlsx_drone
Releases · damian-m-g/xlsx_drone
Version 0.4.0
[0.4.0] - 2024-12-09
Fixed
- #12 (crash with strange format on xlsx file).
- Temporary deploy of any XLSX wasn't being made on the proper folder for Windows (Temp one) but in the cwd.
Changed
- zip library updated from 0.1.32 => 0.3.2.
- sxmlc library updated from 4.5.3 => 4.5.4.
Added
- Dynamically linked lib option for GNU/Linux x64: "libxlsx_drone_x64.so", on the "share" folder.
Version 0.3.0
[0.3.0] - 2022-11-19
Changed
- DLLs (on share folder) re-compiled for new version.
[0.3.0-pre-2] - 2022-11-19
Changed
- Updated sxmlc library to version 4.5.3 (2022/09). Contains among other things, a few memory leak fixes.
- Preparing for 0.3.0.
[0.3.0-pre] - 2022-11-19
Added
[0.2.5] - 2022-11-19
Fixed
Version 0.2.4
[0.2.4] - 2021-12-05
Fixed
- Hardcoded relative paths to XLSX internals were working only on Windows. Fixed for other OS.
Version 0.2.3
[0.2.3] - 2021-11-07
Fixed
- Added a fallback for when usual environment variable that points to temp directory doesn't exist for the current OS.
According to POSIX/FHS it should be "/tmp" then. Hardcoding that.
Version 0.2.2
[0.2.2] - 2021-10-21
Fixed
- Added include for errno.h for non-Windows users.
[0.2.1] - 2021-10-21
Fixed
- Issue #2 "tmpnam warning".
- Issue #3 "missing ENVIRONMENT_VARIABLE_TEMP". The line of code that uses this macro was working only on Windows, now it should work in any other OS too.
Changed
- Improved README.md.
- zip library updated from 0.1.21 to 0.1.32.
Version 0.2.0
### Added - New function: xlsx_get_last_column(). - New xlsx_sheet_t member: last_column, that won't have value (NULL), unless xlsx_get_last_column() gets called at least once. - New private (static) function, helper of xlsx_get_last_column(): withdraw_alphabetic_chars(). - Several new test assertions for the new functionality. ### Changed - README.md
Version 0.1.9
Version 0.1.9