summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2020-02-13Improve cell string_autowidth calculations (#44)Weston Ganger
2019-12-29Escape special characters in charts (#40)Zsolt Kozaroczy
2019-12-20Add option to protect against formula injection attacks (#34)Gabriel Morcote
2019-12-17Check size in bytes as opposed to string sizeIan Clarkson
2019-10-29fix validate document with font option underlineAli Mujtaba
2019-10-02Cache relationship in Hash rather than in Array.Vladimir Kochnev
2019-10-02Fix Relationship.instances cache.Vladimir Kochnev
2018-02-08chore(coverage): 100% coverage, 100% docsrandym
2018-02-08chore(coverage) increase coverage and cleanuprandym
2018-02-07Merge branch 'master' into release-3.0.0randym
2018-02-07Merge pull request #565 from ezcater/safe_frozen_sanitizeRandy Morgan (@morgan_randy)
2018-02-06Adds Axlsx.sanitize() unit testsWinfield Peterson
2018-02-06Merge branch 'master' into release-3.0.0randym
2018-02-06Merge pull request #563 from MedText/masterRandy Morgan (@morgan_randy)
2018-02-06Merge branch 'master' into release-3.0.0randym
2017-11-17Add support for non-3D bar chartsDavid N. Robinson
2017-11-07Add support for area chartsDavid N. Robinson
2017-05-10Add spec coverage for correct MIME detectionChi-Fung Fan
2017-04-01chore(test): update tests for depreciated methodsrandym
2017-02-21chore(travis): include 2.4 in testsrandym
2016-11-15Merge pull request #499 from ehallmark/pivot_table_bugsRandy Morgan (@morgan_randy)
2016-11-15Merge pull request #494 from sato-s/sheet-titleRandy Morgan (@morgan_randy)
2016-11-15Merge pull request #492 from sato-s/colorRandy Morgan (@morgan_randy)
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
2016-11-07Added style_info field to pivot_table.rbEvan Hallmark
2016-11-07Added pivot table option to pass in list of row fields to omit subtotals fromEvan 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)
2016-11-03Add testsArkadiy Butermanov
2016-11-02Allow a Row to be passed to merge_cellsMike Dillon
2016-02-01Add test case for worksheet rendering as requestedBruce Davidson
2016-01-13Fix #440 - allow control of position of outline summary row/columnsBruce Davidson
2015-11-18remove some code reekRunar Ingebrigtsen
2015-09-22Escape special characters in chart `StrVal`Clark Cutler
2015-07-05Fix Axlsx::LineSeries#marker_symbol and add testsJonathan Tron
2015-07-04Add test to confirm control characters are removed from shared stringsThomas Cannon
2015-07-04Merge branch 'fix-time-cast' of https://github.com/soutaro/axlsx into soutaro...Jonathan Tron
2015-07-04Add test, fix example with tab color generation and fix a but due to a typoJonathan Tron
2015-07-03Remove lowercase extension testmarc
2015-07-03Extract mime type detection to an utility classmarc
2015-07-03Validates whether an image is acceptable through mime typemarc
2015-03-14Merge pull request #347 from ionthegeek/smoothingJurriaan Pruis
2015-02-11Fix content types for uppercased image file extensionsEdgars Beigarts
2015-01-12Fix #fit_to to work correctly and fix tests under Ruby 2.2.0Jurriaan Pruis
2014-10-29Skip to_time if the value is a Time instanceSoutaro Matsumoto
2014-08-15Fix syntax error in scatter series testsIan Anderson
2014-08-12Add support for enabling or disabling smoothed lines in a scatter chart seriesIan Anderson