| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2012-04-01 | patch travis.yml | Randy Morgan | |
| 2012-04-01 | version bump | Randy Morgan | |
| 2012-04-01 | Merge branch 'master' of github.com:randym/axlsx | Randy Morgan | |
| 2012-03-31 | Merge pull request #72 from joekain/perf | Randy Morgan | |
| Build self_hash up from INLINE_STYLES | |||
| 2012-04-01 | more travis matrix changes | Randy Morgan | |
| 2012-04-01 | update travis.yml to require 18mode and 19mode for jruby | Randy Morgan | |
| 2012-04-01 | remove perftools from gemset. | Randy Morgan | |
| 2012-04-01 | rebuild all serialization to use string concatenation instead of nokogiri. | Randy Morgan | |
| 2012-03-31 | Build self_hash up from INLINE_STYLES | Joe Kain | |
| Iterate over each value in INLINE_STYLES instead of iterating over each value in instances_values and rejecting unwanted items. This version proceses fewer values and runs a little faster. Issue #61 - Axlsx performance | |||
| 2012-04-01 | part way through changing all serialization to use string concatenation ↵ | Randy Morgan | |
| prior to dropping Nokogiri dep in production. | |||
| 2012-03-31 | post build status to googlegroup | Randy Morgan | |
| 2012-03-29 | fix example for border add_style | Randy Morgan | |
| 2012-03-28 | Merge pull request #66 from sduckett/doc-updates | Randy Morgan | |
| Doc updates | |||
| 2012-03-28 | Merge pull request #70 from jurriaan/auto_filter-fix | Randy Morgan | |
| Auto filter fix | |||
| 2012-03-29 | Implement full set of col attributes and improve performance of autowidth ↵ | Randy Morgan | |
| two fold. ``` user system total real axlsx_noautowidth 0.810000 0.020000 0.830000 ( 0.836274) axlsx 1.430000 0.160000 1.590000 ( 1.776305) axlsx_shared 9.360000 0.160000 9.520000 ( 9.662113) axlsx_stream 1.320000 0.110000 1.430000 ( 1.429806) csv 0.260000 0.020000 0.280000 ( 0.296828) | |||
| 2012-03-28 | Updated test cases for Auto Filter fix | Jurriaan Pruis | |
| 2012-03-28 | Merge github.com:randym/axlsx | Jurriaan Pruis | |
| 2012-03-28 | implement column object - still needs to be tied in to a rewrite of autofit_data | Randy Morgan | |
| 2012-03-28 | doc fix | Randy Morgan | |
| 2012-03-28 | Merge github.com:randym/axlsx | Jurriaan Pruis | |
| 2012-03-28 | use consisten name for benchmark xlsx files | ochko | |
