diff options
| author | Randy Morgan <[email protected]> | 2012-07-14 12:46:19 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-07-14 12:46:19 +0900 |
| commit | fb86d1f56f1ecd683417f1a1cbe2a00faa2904ad (patch) | |
| tree | 469defdeedc16852bab296c28bf5db9ad7494449 /README.md | |
| parent | 05b5ce187db0f04b7c3c7b70263ec8b82ea0e509 (diff) | |
| download | caxlsx-fb86d1f56f1ecd683417f1a1cbe2a00faa2904ad.tar.gz caxlsx-fb86d1f56f1ecd683417f1a1cbe2a00faa2904ad.zip | |
Add in conditional formatting examples
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -17,7 +17,7 @@ Axlsx: Office Open XML Spreadsheet Generation **License**: MIT License -**Latest Version**: 1.1.7 +**Latest Version**: 1.1.8 **Ruby Version**: 1.8.7, 1.9.2, 1.9.3 @@ -25,7 +25,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**: June 11th 2012 +**Release Date**: July 14th 2012 If you are working in rails, or with active record see: http://github.com/randym/acts_as_xlsx @@ -70,8 +70,6 @@ Feature List **10. Support for formulas, merging, row and column outlining as well as cell level input data validation. -**11. Support for cell merging as well as column and row outline - **12. Auto filtering tables with worksheet.auto_filter as well as support for Tables **13. Export using shared strings or inline strings so we can inter-op with iWork Numbers (sans charts for now). @@ -82,6 +80,9 @@ cell level input data validation. **16. Support for password and non password based sheet protection. +**17. First stage interoperability support for GoogleDocs, LibraOffice, +and Numbers + Installing ---------- @@ -114,13 +115,15 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem, #Change log --------- -- **July.??.12**: 1.1.8 release +- **July.14.12**: 1.1.8 release + - added html entity encoding for sheet names. This allows you to use + characters like '<' and '&' in your sheet names. - new - first round google docs interoperability - added filter to strip out control characters from cell data. - added in interop requirements so that charts are properly exported to PDF from Libra Office - - The beginnings of 'The Great Rename' so that all attributes use - snake case, and parse to the proper camel case + - various readability improvements and work standardizing attribute + names to snake_case. Aliases are provided for backward compatiblity - **June.11.12**: 1.1.7 release - fix chart rendering issue when label offset is specified as a percentage in serialization and ensure that formula are not stored |
