From 4e538a02e1dbf2bf2877851b73a5a96300cfd088 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Sun, 13 May 2012 11:51:14 +0900 Subject: update README for release --- README.md | 13 ++++++++++--- 1 file 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 -- cgit v1.2.3