XLSX I/O
 All Files Functions Typedefs Macros
Macros
xlsxio_version.h File Reference

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

See Also
xlsxioread_get_version()
xlsxiowrite_get_version()
#define XLSXIO_VERSION_MAJOR   0
 major version number
 
#define XLSXIO_VERSION_MINOR   2
 minor version number
 
#define XLSXIO_VERSION_MICRO   29
 micro version number
 

Detailed Description

XLSX I/O header file with version information.

Author
Brecht Sanders

Only use this header file when version information is needed at compile time. Otherwise the version functions in the libraries should be used.

See Also
XLSXIO_VERSION_*
XLSXIO_VERSION_STRING
xlsxioread_get_version()
xlsxioread_get_version_string()
xlsxiowrite_get_version()
xlsxiowrite_get_version_string()