diff options
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -309,13 +309,15 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem, #Changelog --------- -- ** March.??.12**: 1.0.18 release +- ** March.5.12**: 1.0.18 release https://github.com/randym/axlsx/compare/1.0.17...1.0.18 - bugfix custom borders are not properly applied when using styles.add_style - interop worksheet names must be 31 characters or less or some versions of office complain about repairs - added type support for :boolean and :date types cell values - iterop added some elements so that rubyXL can parse sheets generated with axlsx - added support for fixed column widths + - added support for page_margins + - added << alias for add_row - ** February.14.12**: 1.0.17 release https://github.com/randym/axlsx/compare/1.0.16...1.0.17 |
