summaryrefslogtreecommitdiffhomepage
path: root/test/workbook/worksheet
AgeCommit message (Expand)Author
2022-07-21Prevent Excel from crashing when multiple data columns are added to PivotTableKnut Stenmark
2022-07-12Add `hideDropDown` alias for `showDropDown` setting, as the latter is confusi...Koza
2022-07-09Add pivot table option to sort headers (#143)James Lam
2022-03-02instance_values -> instance_values_forpjskennedy
2022-03-02Update references to use new class methodpjskennedy
2022-02-06Autowidth cell calculation is now configurableTobias Egli
2022-02-05Merge branch 'master' into improve_range_errorNoel Peden
2022-01-28Fix invalid xml when pivot table created with more than one column in data fieldWeston Ganger
2021-12-29Fix Worksheet#name_to_cell bug which returned reversed row/col indexesWeston Ganger
2021-03-27Fix testStefan
2021-03-19Implement :offset option for worksheet#add_row (#87)Agustin Gomez
2021-03-19Add support for format in pivot tables (#79)Knut I. Stenmark
2021-02-12Merge pull request #77 from rfdonnelly/fix-special-char-in-table-headerNoel Peden
2021-02-03Simplify test for special characters in table headerRob Donnelly
2021-02-03Add test for special characters in pivot table cache definitionRob Donnelly
2021-02-03Add test for special characters in table headerRob Donnelly
2021-01-05Merge pull request #71 from artplan1/add-date-typeNoel Peden
2021-01-05Merge pull request #70 from chi-deutschland/fix-worksheet-title-length-ruleNoel Peden
2020-12-10Fix calculation of worksheet name lengthLuka Lüdicke
2020-12-10Delete redundant worksheet name too long testLuka Lüdicke
2020-12-03Extend cell_type_from_value with sanity checksToms Mikoss
2020-11-27Add casting to dateArtem Kozaev
2020-11-26Group worksheet name tests togetherLuka Lüdicke
2020-07-27Fix type detection for floats with out-of-rage exponents (#54)Stefan Daschek
2020-07-14Set column width to the maximum allowed value (#53)Sergey Ponomarev
2020-02-13Improve cell string_autowidth calculations (#44)Weston Ganger
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
2018-02-08chore(coverage): 100% coverage, 100% docsrandym
2018-02-08chore(coverage) increase coverage and cleanuprandym
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 #492 from sato-s/colorRandy Morgan (@morgan_randy)
2016-11-14set color with Row#color=sato-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-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-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