summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2017-11-30Axlsx.sanitize() writes in place or copies on writeWinfield Peterson
Depending on whether a string is frozen, either a new string is created sanitized or the existing string is modified in place.
2017-11-29Axlsx.sanitize uses delete() vs. delete!() for frozen stringsWinfield Peterson
Whenever a frozen string is passed as an input to any sanitized value, we are modifying it in place which raised a RuntimeError if that string is frozen (as you might expect constants like header or workbook names to be). Use the safer delete() method which creates a new, modified copy of the string.
2017-11-17Add support for non-3D bar chartsDavid N. Robinson
2017-11-12Travis: jruby-9.1.14.0Olle Jonsson
2017-11-07Add support for area chartsDavid N. Robinson
2017-10-20CI against latest rubiesKoji Mikami
2017-10-12Fix incorrect option value in rdocRyan Kendall
2017-09-08Travis: jruby-9.1.13.0Olle Jonsson
2017-06-19Travis: jruby-9.1.12.0Olle Jonsson
2017-05-26Travis: jruby-9.1.10.0Olle Jonsson
2017-05-10Add spec coverage for correct MIME detectionChi-Fung Fan
2017-05-05Sort archive entries for correct MIME detectionChi-Fung Fan
2017-04-01chore(gemspec): pin down rubyzip version rangerandym
2017-04-01Merge branch 'master' into release-3.0.0randym
2017-04-01Merge pull request #514 from mparramon-kantox/patch-1Randy Morgan (@morgan_randy)
Fix typo
2017-04-01chore(test): update tests for depreciated methodsrandym
2017-04-01chore(doc): document some membersrandym
2017-04-01chore(yard): update to latest yardrandym
2017-04-01chore(doc): start prepping README and CHANGELOG for releaserandym
2017-04-01chore(version): update versionrandym
2017-04-01fix(options): fix parsing for start_at end_atrandym
2017-04-01chore(string): remove patching of Stringrandym
2017-04-01chore(depreciated): remove depreciated membersrandym
2017-04-01fix(two_cell_anchor): spat arguments for start_at, end_at when they are in ↵randym
the options hash
2017-04-01feat(ruby): update supported ruby versions and gem dependenciesrandym
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