diff options
| author | Randy Morgan <[email protected]> | 2011-11-27 21:34:48 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2011-11-27 21:34:48 +0900 |
| commit | 407b884ef349d6dec12f50006ea6268c96205a83 (patch) | |
| tree | 907f0345127370a69b3c9626d13d72853a679c3a /README.md | |
| parent | 4d16bfc43780e5d3f7368625700b583e3e98217a (diff) | |
| download | caxlsx-407b884ef349d6dec12f50006ea6268c96205a83.tar.gz caxlsx-407b884ef349d6dec12f50006ea6268c96205a83.zip | |
adding yields for package workbook, workbook styles and cols collection on worksheet to make charting easier.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -6,7 +6,7 @@ Axlsx: Office Open XML Spreadsheet Generation **Author**: Randy Morgan **Copyright**: 2011 **License**: MIT License -**Latest Version**: 1.0.10 +**Latest Version**: 1.0.10.a **Ruby Version**: 1.8.7 - 1.9.3 **Release Date**: November 26th 2011 @@ -194,6 +194,10 @@ Styling Rows Rails 3 + + #ImageMagick port needs to be confirgured --disable-openmp when using with rails3 + # http://stackoverflow.com/questions/2838307/why-is-this-rmagick-call-generating-a-segmentation-fault + # 1. Add the gem to your Gemfile and bundle install gem 'axlsx' @@ -230,8 +234,8 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem, Changelog --------- -- **October.27.11**: 1.0.10 release - - Updating gemspec to be compatible with rails3 requirements +- **October.27.11**: 1.0.10.a release + - Updating gemspec to loosen up some of the gem requirements in the hope of maintaining compatibility with rails 2 - Added acts_as_xlsx mixin for rails3 See Examples - Added row.style assignation for updating the cell style for an entire row - Added col_style method to worksheet upate a the style for a column of cells |
