summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-05-13 11:51:14 +0900
committerRandy Morgan <[email protected]>2012-05-13 11:51:14 +0900
commit4e538a02e1dbf2bf2877851b73a5a96300cfd088 (patch)
tree5bc47a975002d6fde832c2a39e6c9c5d222eb2b2
parent9bba6c30d5898bf074b5a9e4a37023ef3330afa5 (diff)
downloadcaxlsx-4e538a02e1dbf2bf2877851b73a5a96300cfd088.tar.gz
caxlsx-4e538a02e1dbf2bf2877851b73a5a96300cfd088.zip
update README for release
-rw-r--r--README.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3eb1fd48..58e83aa1 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Axlsx: Office Open XML Spreadsheet Generation
**License**: MIT License
-**Latest Version**: 1.1.4
+**Latest Version**: 1.1.5
**Ruby Version**: 1.8.7, 1.9.2, 1.9.3
@@ -24,7 +24,7 @@ Axlsx: Office Open XML Spreadsheet Generation
**Rubinius Version**: rubinius 2.0.0dev * lower versions may run, this gem always tests against head.
-**Release Date**: May 3rd 2012
+**Release Date**: May 13rd 2012
If you are working in rails, or with active record see:
http://github.com/randym/acts_as_xlsx
@@ -36,7 +36,7 @@ Synopsis
--------
Axlsx is an Office Open XML Spreadsheet generator for the Ruby programming language.
-With Axlsx you can create excel worksheets with charts, images (with links), automated and fixed column widths, customized styles, functions, merged cells, auto filters, file and stream serialization as well as full schema validation. Axlsx excels at helping you generate beautiful Office Open XML Spreadsheet documents without having to understand the entire ECMA specification.
+With Axlsx you can create excel worksheets with charts, images (with links), automated and fixed column widths, customized styles, functions, tables, conditional formatting, print options, comments, merged cells, auto filters, file and stream serialization as well as full schema validation. Axlsx excels at helping you generate beautiful Office Open XML Spreadsheet documents without having to understand the entire ECMA specification.
![Screen 1](https://github.com/randym/axlsx/raw/master/examples/sample.png)
@@ -107,6 +107,13 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem,
#Change log
---------
+- ** May.13.12**: 1.1.5 release
+ - MOAR print options! You can now specify paper size, orientation,
+ fit to width, page margings and gridlines for printing.
+ - Support for adding comments ot your worksheets
+ - bugfix for applying style to empty cells
+ - bugfix for parsing formula with multipe '='
+
- ** May.3.12:**: 1.1.4 release
- MOAR examples
- added outline level for rows and columns