XLSX I/O
|
XLSX I/O header file with version information. More...
Go to the source code of this file.
Macros | |
#define | XLSXIO_VERSION_STRING |
string with dotted version number | |
#define | XLSXIOREAD_NAME "libxlsxio_read" |
string with name of XLSX I/O reading library | |
#define | XLSXIOWRITE_NAME "libxlsxio_write" |
string with name of XLSX I/O writing library | |
#define | XLSXIOREAD_FULLNAME |
string with name and version of XLSX I/O reading library | |
#define | XLSXIOWRITE_FULLNAME |
string with name and version of XLSX I/O writing library | |
XLSXIO_VERSION_* | |
version number constants | |
#define | XLSXIO_VERSION_MAJOR 0 |
major version number | |
#define | XLSXIO_VERSION_MINOR 2 |
minor version number | |
#define | XLSXIO_VERSION_MICRO 29 |
micro version number | |
XLSX I/O header file with version information.
Only use this header file when version information is needed at compile time. Otherwise the version functions in the libraries should be used.