diff options
| author | Randy Morgan <[email protected]> | 2012-04-16 11:07:45 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-04-16 11:07:45 +0900 |
| commit | e03b79e8f83f943f7caa01dd15fa6c5c87bcc4a2 (patch) | |
| tree | c75eff8b0a5b71b8b1c94352def4b5263294169f /README.md | |
| parent | d7010e4c748b682ba756149e54db04d296db6d1a (diff) | |
| download | caxlsx-e03b79e8f83f943f7caa01dd15fa6c5c87bcc4a2.tar.gz caxlsx-e03b79e8f83f943f7caa01dd15fa6c5c87bcc4a2.zip | |
The beginning of the end of RMagick! Still needs lots of testing but seems comparable to the current autowidth calculations, is much faster than RMagick and more than anything - it removes a dependency on a Gem that is a huge pain in the ass.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -34,10 +34,6 @@ http://github.com/randym/acts_as_xlsx There are guides for using axlsx and acts_as_xlsx here: [http://axlsx.blogspot.com](http://axlsx.blogspot.com) -Help Wanted ------------ - -I'd really like to get rid of the dependency on RMagick in this gem. RMagic is being used to calculate the column widths in a worksheet based on the content the user specified. If there happens to be anyone out there with the background and c skills to write an extension that can determine the width of a single character rendered with a specific font at a specific font size please give me a shout. Feature List ------------ @@ -473,6 +469,7 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem, --------- - ** April.?.12**: 1.1.1 release - bugfix for autowidth calculations across multiple rows + - REMOVED RMAGICK dependency WOOT! - ** April.3.12**: 1.1.0 release - bugfix patch name_to_indecies to properly handle extended ranges. - bugfix properly serialize chart title. |
