Changes in write_xlsx-1.11.1 vs Changes in write_xlsx-1.11.2
- old
+ new
@@ -1,6 +1,15 @@
Change history of write_xlsx rubygem.
+2023-12-26 v1.11.2
+ Fix issue where header images in chartsheets weren't displayed.
+ Add support for custom table total functions.
+ Add chart option to display N/A as empty cells.
+ Add support for leader lines to all chart types.
+ Fix issue where column formulas were overwritten by table data
+ add Worksheet#very_hidden method.
+ Add add trendline equation formatting for chart.
+
2023-08-09 v1.11.1
Fixed issue #110. Redefining costant Struct::ColInfo
2023-05-06 v1.11.0
Added support for simulated worksheet `autofit()`.