summaryrefslogtreecommitdiffhomepage
path: root/test/workbook
AgeCommit message (Expand)Author
2016-01-13Fix #440 - allow control of position of outline summary row/columnsBruce Davidson
2015-11-18remove some code reekRunar Ingebrigtsen
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-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-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-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-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-13remove unused test varsRandy Morgan
2013-09-13Add support for automatically adjusting serialized times and dates to account...Randy Morgan
2013-09-13repair pivot table data ref populate and bring coverage back up to 100%Randy Morgan
2013-09-13Fixes for anchor swapping when adding images. - Two -> One swap still pending.Randy Morgan
2013-09-13Page Breaks - round oneRandy Morgan
2013-09-13sorry folks 1.8.7 is just simply a no-goRandy Morgan
2013-08-29dont rely on jruby 1.9 to produce an ordered hashRandy Morgan
2013-08-19More work on page breaksRandy Morgan
2013-08-17add first bits of col/row break supportRandy Morgan
2013-08-17whitespace and debug cleanupRandy Morgan
2013-08-17remove debug code from testRandy Morgan
2013-08-17fixed specs for sheet view to ensure camelized serializationRandy Morgan
2013-07-24Add tests for data source option for pivot tablesJean Jacques Warmerdam
2013-07-08Make relationship ids more reliable.Stefan Daschek
2013-07-03Do not start comment text with stray colon if author is blankStefan Daschek
2013-07-03Escape special chars for comments’ text and author.Stefan Daschek
2013-07-03Fix incorrectly named test caseStefan Daschek
2013-06-27Merge pull request #194 from sdeframond/subtotalRandy Morgan (@morgan_randy)
2013-06-23escape formula for conditional formattingRandy Morgan
2013-06-23fix typo in specsRandy Morgan
2013-06-23added sparse array transposition with blocks for rows/cols switching and some...Randy Morgan
2013-06-13Allow a different subtotal function for each data field.Samuel de Framond
2013-05-12implement transpose for SimpleTypedList that supports sparse data.Randy Morgan
2013-04-28Refactored and renamed space preservationRandy Morgan
2013-04-27Add a preserve_spaces option to worksheet, defaults to trueAdam Gardiner
2013-04-27Revert changes to cell serializationAdam Gardiner
2013-04-10Add support for preserving leading and trailing spaces in cell valuesAdam Gardiner
2013-04-04Added support for specifying between/notBetween formula in an array.Noel Peden