Skip to content

Releases: brechtsanders/xlsxio

XLSX I/O version 0.2.11

31 Dec 13:13
Compare
Choose a tag to compare
  • fixed CMakeLists.txt for proper DLL builds on Windows
  • fixed bug in XML_Char_poscpy when compiled for UTF-16 (thanks to https://github.com/dsmccall)

XLSX I/O version 0.2.10

30 Oct 16:57
Compare
Choose a tag to compare
  • added xlsxioread_open_memory() to read file from memory buffer
  • use strcasecmp instead of stricmp
  • move shared strings functionality from xlsxio_read.c to seperate file

Windows binaries published for this release don't depend on any other DLLs.

XLSX I/O version 0.2.8

24 Oct 12:11
Compare
Choose a tag to compare
  • skip issue where "(null)" is written if cell data is NULL
  • limit sheet name to 31 characters

XLSX I/O version 0.2.7

04 Sep 13:32
Compare
Choose a tag to compare
  • skip phonetic data in tag also in shared strings (often used in Asian spreadsheets)

XLSX I/O version 0.2.6

31 Aug 12:50
Compare
Choose a tag to compare
  • skip phonetic data in tag (often used in Asian spreadsheets)

XLSX I/O version 0.2.5

28 Jun 20:34
Compare
Choose a tag to compare
  • fix reading data from cells with mixed formatting (thanks to bcTekGuy)
  • use correct formula for calculating column widths
  • add -d parameter to xlsxio_csv2xlsx

XLSX I/O version 0.2.3

12 May 18:07
Compare
Choose a tag to compare
  • fixed CMake build to use proper static/shared defines
  • reintriduce DLL_EXPORT_XLSXIO in .c files except for Visual C

XLSX I/O version 0.2.2

07 May 12:04
Compare
Choose a tag to compare
  • fixed some compiler warnings
  • only use DLL_EXPORT_XLSXIO in .h files (removed from .c files)

XLSX I/O version 0.2.1

05 May 08:32
Compare
Choose a tag to compare
  • added CMake BUILD_DOCUMENTATION option (defaults to ON if Doxygen is detected)
  • workaround for missing stdint.h/unistd.h on Visual C
  • removed -pthread when building for Apple

XLSX I/O version 0.2.0

28 Apr 20:26
Compare
Choose a tag to compare
  • added CMake support and tested on multiple platforms:
    • Windows 10 with MinGW compiler using MSYS shell
    • Debian Linux 8.4
    • OS X 10.11.3
  • added lastModifiedBy property (set to "libxlsxio_write ")
  • added more comments in example files
  • renamed the following for better naming consistency:
    • XLSXIO_READ_NAME to XLSXIOREAD_NAME
    • XLSXIO_READ_FULLNAME to XLSXIOREAD_FULLNAME
    • XLSXIO_WRITE_NAME to XLSXIOWRITE_NAME
    • XLSXIO_WRITE_FULLNAME to XLSXIOWRITE_FULLNAME
  • added support to xlsxio_csv2xlsx to use - as standard input