summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-03-04 22:32:44 +0900
committerRandy Morgan <[email protected]>2012-03-04 22:32:44 +0900
commit07e5a44e95871d483b48354d8996e05b1c6b0439 (patch)
treebe3d7925f9779923e988c1becd6c0969dfc98b68 /README.md
parentb94d041a1f43b3a43024e7d0245e4c14020a4baf (diff)
downloadcaxlsx-07e5a44e95871d483b48354d8996e05b1c6b0439.tar.gz
caxlsx-07e5a44e95871d483b48354d8996e05b1c6b0439.zip
remove rubyXL interop and update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index fff3ee4f..69f8a112 100644
--- a/README.md
+++ b/README.md
@@ -7,10 +7,10 @@ Axlsx: Office Open XML Spreadsheet Generation
**Author**: Randy Morgan
**Copyright**: 2011
**License**: MIT License
-**Latest Version**: 1.0.17
+**Latest Version**: 1.0.18
**Ruby Version**: 1.8.7, 1.9.2, 1.9.3
-**Release Date**: February 14th 2012
+**Release Date**: March 5th 2012
Synopsis
--------
@@ -314,7 +314,6 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem,
- 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