mirror of
https://github.com/brechtsanders/xlsxio
synced 2025-03-28 21:13:24 +00:00
This commit is contained in:
parent
9030129e39
commit
79eadc9b02
@ -1,3 +1,9 @@
|
||||
0.2.15
|
||||
|
||||
2018-03-17 Brecht Sanders https://github.com/brechtsanders/
|
||||
|
||||
* removed "OPTIONAL_LINE_BREAK" from sheet1.xml in libxlsxio_write
|
||||
|
||||
0.2.14
|
||||
|
||||
2018-03-16 Brecht Sanders https://github.com/brechtsanders/
|
||||
@ -11,7 +17,7 @@
|
||||
2018-03-16 Brecht Sanders https://github.com/brechtsanders/
|
||||
|
||||
* fixed hang on Windows when building release version with MinGW-64 (fixed by using stricmp instead of strcasecmp)
|
||||
* added CMake option WITH_WIDE to build UTF-16 library (xlsxio_readw) - experimental, only tested on Windows
|
||||
* added CMake option WITH_WIDE to build UTF-16 library (libxlsxio_readw) - experimental, only tested on Windows
|
||||
|
||||
0.2.12
|
||||
|
||||
|
@ -49,7 +49,7 @@ THE SOFTWARE.
|
||||
/*! \brief minor version number */
|
||||
#define XLSXIO_VERSION_MINOR 2
|
||||
/*! \brief micro version number */
|
||||
#define XLSXIO_VERSION_MICRO 14
|
||||
#define XLSXIO_VERSION_MICRO 15
|
||||
/*! @} */
|
||||
|
||||
/*! \cond PRIVATE */
|
||||
|
@ -283,7 +283,7 @@ const char* worksheet_xml_start_data =
|
||||
"<sheetData>" OPTIONAL_LINE_BREAK;
|
||||
|
||||
const char* worksheet_xml_end =
|
||||
"</sheetData> OPTIONAL_LINE_BREAK"
|
||||
"</sheetData>" OPTIONAL_LINE_BREAK
|
||||
//"<pageMargins left=\"0.75\" right=\"0.75\" top=\"1\" bottom=\"1\" header=\"0.5\" footer=\"0.5\"/>" OPTIONAL_LINE_BREAK
|
||||
"</worksheet>" OPTIONAL_LINE_BREAK;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user