Changes in write_xlsx-0.90.0 vs Changes in write_xlsx-0.97.0
- old
+ new
@@ -1,6 +1,43 @@
Change history of write_xlsx rubygem.
+2021-01-02 v0.97.0
+
+ Added Excel 2010 data bar features such as solid fills and control over
+ the display of negative values.
+
+ Added default formatting for hyperlinks if none is specified. The format
+ is the Excel hyperlink style so links change colour after they are
+ clicked.
+
+ Fixed missing plotarea formatting in pie/doughnut charts.
+
+2020-12-31 v0.96.0
+
+ Added icon sets to conditional formatting.
+
+2020-12-30 v0.95.0
+
+ Added workbook set_size() method.
+
+2020-12-30 v0.94.0
+
+ Added font support to chart tables.
+
+2020-12-30 v0.93.0
+
+ Added trendline properties: intercept, display_equation and
+ display_r_squared.
+
+2020-12-30 v0.92.0
+
+ Fix for insert_image issue when handling images with zero dpi.
+
+2020-12-30 v0.91.0
+
+ Add set_custom_property() workbook method to set custom document
+ properties.
+
2020-12-28 v0.90.0
Added worksheet_by_name() workbook method to retrieve a worksheet
in a workbook by name.