| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-04-18 | add benchmark task to rakefile | Randy Morgan | |
| 2012-04-18 | update readme / version for pre-release | Randy Morgan | |
| 2012-04-16 | use class variable for counting string | Randy Morgan | |
| 2012-04-16 | The beginning of the end of RMagick! Still needs lots of testing but seems ↵ | Randy Morgan | |
| 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. | |||
| 2012-04-13 | readme update | Randy Morgan | |
| 2012-04-13 | some styling updates for this example | Randy Morgan | |
| 2012-04-13 | fix both autowidth calculations and column_widths assignation. | Randy Morgan | |
| 2012-04-13 | update cell to use common lib method | Randy Morgan | |
| 2012-04-12 | fix bug for autowidth in handling nil cells. | Randy Morgan | |
| 2012-04-10 | A real example | Randy Morgan | |
| 2012-04-10 | Fix Dimension to check for nil members in rows. | Randy Morgan | |
| Fix column_widhts to allow adding new columns that may not exist in the worksheet yet. | |||
| 2012-04-09 | credit where credit is due, some docs changes and removing the befor_script ↵ | Randy Morgan | |
| from travis as it requires rake in the deps it seems. | |||
| 2012-04-09 | Merge pull request #76 from ochko/master | Randy Morgan | |
| Shared string table works! | |||
| 2012-04-09 | no symbol sorting in 1.8.7 | Randy Morgan | |
| 2012-04-09 | good to see I remembered why I needed rake in here in the first place.. | Randy Morgan | |
| Need to sort out a better way methinks.. but for now - I am more interested in keeping travis green than I am in keeping rake out of the gem deps. | |||
| 2012-04-09 | see if we can get travis to install rake as I dont want it in the gemspec | Randy Morgan | |
| 2012-04-09 | border edges and spec cleanup. | Randy Morgan | |
| 2012-04-09 | remove rake and yard dependencies. | Randy Morgan | |
| 2012-04-09 | Merge pull request #77 from moskrin/master | Randy Morgan | |
| Added ability to specify border edges. ie, border:{edges:[:top,:bottom],style: :thin, color: '00'} | |||
| 2012-04-06 | Add edges() to border to return list of applied edges | Scott | |
| Add border edge tests to styles spec | |||
| 2012-04-06 | Merge branch 'master' of git://github.com/randym/axlsx | ochko | |
| 2012-04-06 | put only plain string cells in shared string table | ochko | |
| 2012-04-05 | Removed rake 0.8.7 dependency specific to ruby 1.9.2, as it didn't seem | Scott | |
| to break anything without it Made border definitions access instead of delete hash params, as calling it from within a loop without cloning the style hash was causing it to be empty on subsequent loops. Didn't see any reason to be deleting them. Added :edges param to :border hash to specify [:top,:bottom], etc. If it's absent, defaults to all edges. | |||
| 2012-04-05 | Fix missing merged cells. | Stefan Daschek | |
| Merge cell info for all but the last merged cell was missing from XML output. | |||
| 2012-04-05 | Fix position of pageMargins XML element. | Stefan Daschek | |
| Must appear after mergeCells but before drawing element. | |||
| 2012-04-05 | improper version pin for using ZipOutputStream to StringIO for those folks ↵ | Randy Morgan | |
| who are still on the 2009 version of rubyzip | |||
| 2012-04-05 | jruby 1.9 mode in the required build matrix! | Randy Morgan | |
| 2012-04-05 | Merge branch 'master' of github.com:randym/axlsx | Randy Morgan | |
| 2012-04-05 | fixing spec for time serialization assuming timezone to be GMT+1 - | Randy Morgan | |
| 2012-04-04 | shared string should be faster than non-shared string serialization | ochko | |
| 2012-04-03 | Merge branch 'master' of git://github.com/randym/axlsx | ochko | |
| 2012-04-03 | Merge pull request #75 from jurriaan/readme_update | Randy Morgan | |
| updated README | |||
| 2012-04-03 | updated README | Jurriaan Pruis | |
| 2012-04-03 | pre release prep | Randy Morgan | |
| 2012-04-02 | Merge pull request #73 from jurriaan/empty-cell | Randy Morgan | |
| Support for empty cells like Excel | |||
| 2012-04-03 | Trying something crazy for jruby1.9 mode | Randy Morgan | |
| 2012-04-03 | patching version contant detection | Randy Morgan | |
| 2012-04-03 | patching gemspec | Randy Morgan | |
| 2012-04-03 | pre-release cleanup | Randy Morgan | |
| 2012-04-02 | Updated tests for nil cells | Jurriaan Pruis | |
| 2012-04-02 | Support nil cells for all types | Jurriaan Pruis | |
| 2012-04-02 | move axlsx.rb helper methods into separate test suite. | Randy Morgan | |
| 2012-04-01 | Merge pull request #74 from joekain/wide | Randy Morgan | |
| Wide | |||
| 2012-04-01 | Skip cells with nil values | Jurriaan Pruis | |
| 2012-04-01 | String table ignore nil values | Jurriaan Pruis | |
| 2012-04-01 | Fixed formula handling | Jurriaan Pruis | |
| 2012-04-01 | Fixes for 3+ letter columns | Joe Kain | |
| In Axlsx::name_to_indices multiply by the base. In Axlsx::col_ref move the -1 into the loop, it applies to all but the first iteration. | |||
| 2012-04-01 | Test 3+ letter column references and indices. | Joe Kain | |
| 2012-04-01 | revert mail notice address in travis.yml as google groups is set up to only ↵ | Randy Morgan | |
| allow members to post. | |||
| 2012-04-01 | Add in Rubinius to required envs in travis | Randy Morgan | |
