summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2012-04-18add benchmark task to rakefileRandy Morgan
2012-04-18update readme / version for pre-releaseRandy Morgan
2012-04-16use class variable for counting stringRandy Morgan
2012-04-16The 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-13readme updateRandy Morgan
2012-04-13some styling updates for this exampleRandy Morgan
2012-04-13fix both autowidth calculations and column_widths assignation. Randy Morgan
2012-04-13update cell to use common lib methodRandy Morgan
2012-04-12fix bug for autowidth in handling nil cells.Randy Morgan
2012-04-10A real exampleRandy Morgan
2012-04-10Fix 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-09credit 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-09Merge pull request #76 from ochko/masterRandy Morgan
Shared string table works!
2012-04-09no symbol sorting in 1.8.7Randy Morgan
2012-04-09good 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-09see if we can get travis to install rake as I dont want it in the gemspecRandy Morgan
2012-04-09border edges and spec cleanup.Randy Morgan
2012-04-09remove rake and yard dependencies. Randy Morgan
2012-04-09Merge pull request #77 from moskrin/masterRandy Morgan
Added ability to specify border edges. ie, border:{edges:[:top,:bottom],style: :thin, color: '00'}
2012-04-06Add edges() to border to return list of applied edgesScott
Add border edge tests to styles spec
2012-04-06Merge branch 'master' of git://github.com/randym/axlsxochko
2012-04-06put only plain string cells in shared string tableochko
2012-04-05Removed rake 0.8.7 dependency specific to ruby 1.9.2, as it didn't seemScott
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-05Fix missing merged cells.Stefan Daschek
Merge cell info for all but the last merged cell was missing from XML output.
2012-04-05Fix position of pageMargins XML element.Stefan Daschek
Must appear after mergeCells but before drawing element.
2012-04-05improper version pin for using ZipOutputStream to StringIO for those folks ↵Randy Morgan
who are still on the 2009 version of rubyzip
2012-04-05jruby 1.9 mode in the required build matrix!Randy Morgan
2012-04-05Merge branch 'master' of github.com:randym/axlsxRandy Morgan
2012-04-05fixing spec for time serialization assuming timezone to be GMT+1 - Randy Morgan
2012-04-04shared string should be faster than non-shared string serializationochko
2012-04-03Merge branch 'master' of git://github.com/randym/axlsxochko
2012-04-03Merge pull request #75 from jurriaan/readme_updateRandy Morgan
updated README
2012-04-03updated READMEJurriaan Pruis
2012-04-03pre release prepRandy Morgan
2012-04-02Merge pull request #73 from jurriaan/empty-cellRandy Morgan
Support for empty cells like Excel
2012-04-03Trying something crazy for jruby1.9 modeRandy Morgan
2012-04-03patching version contant detectionRandy Morgan
2012-04-03patching gemspecRandy Morgan
2012-04-03pre-release cleanupRandy Morgan
2012-04-02Updated tests for nil cellsJurriaan Pruis
2012-04-02Support nil cells for all typesJurriaan Pruis
2012-04-02move axlsx.rb helper methods into separate test suite.Randy Morgan
2012-04-01Merge pull request #74 from joekain/wideRandy Morgan
Wide
2012-04-01Skip cells with nil valuesJurriaan Pruis
2012-04-01String table ignore nil valuesJurriaan Pruis
2012-04-01Fixed formula handlingJurriaan Pruis
2012-04-01Fixes for 3+ letter columnsJoe 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-01Test 3+ letter column references and indices.Joe Kain
2012-04-01revert mail notice address in travis.yml as google groups is set up to only ↵Randy Morgan
allow members to post.
2012-04-01Add in Rubinius to required envs in travisRandy Morgan