summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2011-11-27 21:34:48 +0900
committerRandy Morgan <[email protected]>2011-11-27 21:34:48 +0900
commit407b884ef349d6dec12f50006ea6268c96205a83 (patch)
tree907f0345127370a69b3c9626d13d72853a679c3a /README.md
parent4d16bfc43780e5d3f7368625700b583e3e98217a (diff)
downloadcaxlsx-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.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 174df39e..8fc42120 100644
--- a/README.md
+++ b/README.md
@@ -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