summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
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
2014-08-01Add example and test for auto filters on multiple worksheet (refs #338)Jonathan Tron
2014-04-04Fix boolean values so the output matches Excel and works on NumbersJurriaan Pruis
2014-03-12Fix autowidth in combination with sanitizingJurriaan Pruis
2014-03-04Fix cell merging, #179Jurriaan Pruis
2014-03-04Add tests for checking formatting and sourceLinked properties when setting fo...Chris Roby
2014-03-04Array forumla tests.tafryn
2014-03-01Implemented RichText (multiple text runs)Jurriaan Pruis
2014-02-26Huge refactoringJurriaan Pruis
2014-02-26Ensure auto_filter defined name is correctly added to workbook (refs #285)Jonathan Tron
2014-02-26Add auto_filter defined name in `Axlsx::Worksheet#to_xml_string` (refs #285)Jonathan Tron
2014-02-26Fix wrong value for auto_filter defined name (refs #285)Jonathan Tron
2014-02-26Do not put Axlsx::DefinedName#name in serialized_attributes (fixes #285)Jonathan Tron
2014-01-23fixing comments for 2010 starter editionDustin Smith
2013-10-10Do not use a marker tag in bubble series tagsJean-Philippe Moal
2013-10-09Add support for bubble chartsJean-Philippe Moal
2013-09-30add name attribute to cell to create defined names for a single cell. https:/...Randy Morgan
2013-09-29Integrate workbook views and alter serializationRandy Morgan
2013-09-29Added workbook views collection and workbook view objectRandy Morgan
2013-09-27smooth line for line chartpatorash