Releases: brechtsanders/xlsxio
Releases · brechtsanders/xlsxio
XLSX I/O version 0.2.11
- 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
- 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
- skip issue where "(null)" is written if cell data is NULL
- limit sheet name to 31 characters
XLSX I/O version 0.2.7
- skip phonetic data in tag also in shared strings (often used in Asian spreadsheets)
XLSX I/O version 0.2.6
- skip phonetic data in tag (often used in Asian spreadsheets)
XLSX I/O version 0.2.5
- 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
- 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
- fixed some compiler warnings
- only use DLL_EXPORT_XLSXIO in .h files (removed from .c files)
XLSX I/O version 0.2.1
- 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
- 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