summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2017-05-26Travis: jruby-9.1.10.0Olle Jonsson
2017-04-01Merge pull request #514 from mparramon-kantox/patch-1Randy Morgan (@morgan_randy)
Fix typo
2017-04-01Merge pull request #517 from olleolleolle/patch-2Randy Morgan (@morgan_randy)
Travis: use latest rubies in CI
2017-03-31Travis: use latest rubies in CIOlle Jonsson
2017-03-23Fix typomparramon-kantox
:)
2017-03-09Merge pull request #510 from olleolleolle/patch-2Randy Morgan (@morgan_randy)
Travis: Use jruby-9.1.8.0
2017-03-09Travis: jruby-9.1.8.0Olle Jonsson
2017-02-28Merge pull request #507 from snood1205/masterRandy Morgan (@morgan_randy)
Fix RubyZip vulnerability [URGENT]
2017-02-27Fix RubyZip vulnerabilityEli Sadoff
2017-02-22chore(travis): no really - add 2.4.0 to the matrixrandym
2017-02-21chore(travis): include 2.4 in testsrandym
2016-11-25Merge pull request #502 from mzaccari/bump-rubyzipUwe Kubosch
Bump rubyzip to 1.2.0
2016-11-23refactor: upgrade rubyzip to 1.2.0Michael Zaccari
The fix for JRuby's ObjectSpace is the motivation for this PR. There doesn't appear to be any breaking changes, mostly bugfixes: https://github.com/rubyzip/rubyzip/blob/master/Changelog.md#120 All tests pass with MRI/JRuby
2016-11-23fix: load ruby-prof for mriMichael Zaccari
This fixes bundle installs for JRuby
2016-11-15Merge pull request #499 from ehallmark/pivot_table_bugsRandy Morgan (@morgan_randy)
Pivot table bugs
2016-11-15Merge pull request #494 from sato-s/sheet-titleRandy Morgan (@morgan_randy)
Fix #472: worksheet name with underscore
2016-11-15Merge pull request #492 from sato-s/colorRandy Morgan (@morgan_randy)
set color with Row#color=
2016-11-15Merge pull request #500 from takkanm/fixnum_to_integer_for_support_2.4Randy Morgan (@morgan_randy)
fix warning: constant ::Fixnum is deprecated
2016-11-14Merge branch 'color' of github.com:sato-s/axlsx into colorsato-s
2016-11-14set color with Row#color=sato-s
2016-11-14Test case to check sheet name is intact after serialized to xmlsato-s
2016-11-12fix warning: constant ::Fixnum is deprecatedtakkanm
fix Fixnum deprecated warning on Ruby2.4-preview3. Fixnum was unify into Integer. https://bugs.ruby-lang.org/issues/12005
2016-11-07Added style_info field to pivot_table.rbEvan Hallmark
2016-11-07Updated pivot_table#pivot_field_for to use the axisPage attr for page fields ↵Evan Hallmark
instead of axisCol
2016-11-07Added pivot table option to pass in list of row fields to omit subtotals fromEvan Hallmark
2016-11-07Override NumFmt serialized_attributes to ovid removing underscoresEvan Hallmark
2016-11-04fix(test): explicitly require members in xpath query assertionrandym
2016-11-04chore(test): remove unused variablesrandym
2016-11-04Merge pull request #455 from acl-services/text-typeRandy Morgan (@morgan_randy)
Implement :text cell type
2016-11-03Add testsArkadiy Butermanov
2016-11-03Merge pull request #495 from md5/merge_cells-allow-rowRandy Morgan (@morgan_randy)
Allow a Row to be passed to merge_cells
2016-11-03Merge pull request #497 from olleolleolle/fix/jruby-9.1.5.0-on-travisRandy Morgan (@morgan_randy)
Travis: Test on JRuby 9.1.5.0
2016-11-02Travis: drop 1.9.2Olle Jonsson
2016-11-02Travis: use Trusty, add haveged, get rbx-3Olle Jonsson
2016-11-02Allow a Row to be passed to merge_cellsMike Dillon
2016-11-02Travis: Test on JRuby 9.1.5.0Olle Jonsson
2016-11-02chore(travis): allow all rbx builds to fail until the rvm binary is working ↵randym
on travis
2016-11-02chore(travis): remove 2.3randym
2016-11-02chore(travis): specify rbx-2 to test travis workaroundrandym
2016-11-02fix(travis): allow rbx to fail and explicitly add 2.3randym
2016-11-02Merge pull request #483 from DatekWireless/masterRandy Morgan (@morgan_randy)
Enable Windows testing on AppVeyor
2016-11-02Merge pull request #496 from olleolleolle/patch-1Randy Morgan (@morgan_randy)
README: Use SVG icon for Travis badge [ci skip]
2016-11-01README: Use SVG icon for Travis badge [ci skip]Olle Jonsson
2016-10-09Fix #472: worksheet name with underscoresato-s
Previously, worksheet name was defined as a serializable_attributes that Axlsx automatically camelize by Axlsx.camel . This cause an unexpected worksheet name convertion. For instance, - "Pie_chart" is converted into "Piechart" - "_example" is converted into "Example" This patch disables an unexpected worksheet name convertion.
2016-10-07set color with Row#color=sato-s
2016-09-06Adjust the Gemfile to work with older Rake on older Ruby 1.xUwe Kubosch
2016-09-06Add appveyor.ymlUwe Kubosch
2016-04-05Escape html in :text typeArkadiy Butermanov
2016-03-23Implement :text cell typeArkadiy Butermanov
2016-02-28Merge pull request #420 from romuloceccon/fix_core_r_schemaRandy Morgan (@morgan_randy)
Fix core rels namespace