Skip to content

Releases: damian-m-g/xlsx_drone

Version 0.3.0

19 Nov 16:16
Compare
Choose a tag to compare

[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

  • Support for compatibility with Visual Studio. Code provided by @gvollant on PR (#11).

[0.2.5] - 2022-11-19

Fixed

  • Issue #5 "Parsing double and locale". Fix provided by @gvollant. On some locales, floating point is different from the
    usual dot, like a comma.

Version 0.2.4

05 Dec 19:49
Compare
Choose a tag to compare

[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

07 Nov 18:14
Compare
Choose a tag to compare

[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

21 Oct 14:19
Compare
Choose a tag to compare

[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

16 Jan 21:32
Compare
Choose a tag to compare
### 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

10 Jan 21:04
Compare
Choose a tag to compare
Version 0.1.9