diff options
| author | Randy Morgan <[email protected]> | 2012-03-02 09:47:15 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-03-02 09:47:15 +0900 |
| commit | b169cc9d067fb8c195d452768ef4d70414bc25c1 (patch) | |
| tree | 1aabff7d46f9b089acf7a7e2f6df09c22fea5527 | |
| parent | a5eede3fd70813f0d1c47fca5a17cc6f9130ac17 (diff) | |
| download | caxlsx-b169cc9d067fb8c195d452768ef4d70414bc25c1.tar.gz caxlsx-b169cc9d067fb8c195d452768ef4d70414bc25c1.zip | |
adding in additional features for next release changelog notes.
| -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 |
