Changes in write_xlsx-1.12.0 vs Changes in write_xlsx-1.12.1

- old
+ new

@@ -1,6 +1,36 @@ Change history of write_xlsx rubygem. +2024-04-12 v1.12.1 + Added support for embedding images into worksheets with + worksheet `embed_image()`. + + This can be useful if you are building up a spreadsheet of products with + a column of images for each product. Embedded images move with the cell + so they can be used in worksheet tables or data ranges that will be + sorted or filterd. + + This functionality is the equivalent of Excel's menu option to insert an + image using the option to "Place in Cell" which is available in Excel + 3t5 versions from 2023 onwardsd. + + Added support for Excel 365 `IMAGE()` future. + + Added trendline equation formatting for Charts. + + Added support for leader lines to all chart types. + + Added chart option to display `N/A` as empty cells. + + Add support for `invert_if_negative` color option in Charts. + + Added worksheet `very_hidden` method to hide a worksheet in a way that + it can only be unhidden by VBA. + + Fixed indentation and alignment property mismatch. + Fix issue where a horizontal alignment format was ignored if the + indentation was also set. + 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.