@@ -12,9 +12,9 @@ Key features:
1212- Cell formats: text, numeric, dates and times, custom formats
1313- Formulae recognition (without formula`s content verification)
1414- Multi-sheets
15- - Charts with customizable parameters (on data sheet or separate sheet): linear, bar, scatter
15+ - Charts with customizable parameters (on data sheet or separate sheet): linear, bar, scatter, pie
1616- Images on the worksheet: gif, jpg, jpeg, png, tif, tiff
17- - Multiplatform: BSD, Linux, Windows
17+ - Multiplatform: BSD, Linux, macOS, Windows
1818- Unicode support
1919- No external dependencies
2020
@@ -24,6 +24,15 @@ https://sourceforge.net/projects/simplexlsx/
2424This library is distributed under the terms of the zlib license:
2525http://www.zlib.net/zlib_license.html
2626
27+ 2019-12-15 Version 0.33
28+ Change log:
29+ - Fixed the precision of saving floating point numbers (thanks for this work to Norbert Wołowiec).
30+ - Added Pie chart (thanks to W Semmelink).
31+ - Updated examples (thanks to W Semmelink).
32+ - Added references to self in class methods of CWorkbook, CWorksheet and CChart.
33+ - CWorksheet::AddCell( time_t ) method has been removed due to a conflict types. CWorksheet::AddCell( CellDataTime ) method remained.
34+ - Added macOS support.
35+
27362018-11-03 Version 0.32
2837 Change log:
2938 - Added field "count" in xml for style indexes (thanks for this work to mt1710).
@@ -177,4 +186,4 @@ http://www.zlib.net/zlib_license.html
177186 - data source can set for both X and Y axes for both main and additional axes pairs;
178187 - curve`s smoothness, node`s mark;
179188 - grid settings for each axis;
180- - minimum and maximum values for each axis.
189+ - minimum and maximum values for each axis.
0 commit comments