summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook/worksheet/pivot_table.rb
AgeCommit message (Expand)Author
2023-10-19Merge pull request #273 from tagliala/chore/fix-unused-block-argumentZsolt Kozaroczy
2023-06-15Fix Lint/UnusedBlockArgument offensesGeremia Taglialatela
2023-06-10Fix safe Style/ColonMethodCall offensesGeremia Taglialatela
2023-06-05Prefer `Kernel#format` to `String#%`Geremia Taglialatela
2023-06-05Fix Style/RedundantInterpolation offensesGeremia Taglialatela
2023-05-31Remove redundant parenthesesGeremia Taglialatela
2023-05-31Use Ruby 1.9 hash syntaxGeremia Taglialatela
2023-05-20Fix Lint/Void offensesGeremia Taglialatela
2023-05-05Pipe output directly to str and avoid additional memory allocationsPaul Kmiec
2023-05-04Fix tests / code to work with frozen string literalsPaul Kmiec
2023-05-04Enable Style/FrozenStringLiteralComment and autocorrectPaul Kmiec
2023-04-08Fix space-related offensesGeremia Taglialatela
2023-04-08Fix EmptyLines related offensesGeremia Taglialatela
2023-04-06Fix Layout/EmptyLines offensesGeremia Taglialatela
2023-04-06Fix Style/Encoding offensesGeremia Taglialatela
2022-07-21Prevent Excel from crashing when multiple data columns are added to PivotTableKnut Stenmark
2022-07-09Add pivot table option to sort headers (#143)James Lam
2022-01-28Fix invalid xml when pivot table created with more than one column in data fieldWeston Ganger
2021-03-19Add support for format in pivot tables (#79)Knut I. Stenmark
2018-02-08chore(coverage) increase coverage and cleanuprandym
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
2016-11-07Added pivot table option to pass in list of row fields to omit subtotals fromEvan Hallmark
2014-02-26Huge refactoringJurriaan Pruis
2013-09-13initialize subtotal to remove warningsRandy Morgan
2013-09-13Bring documentation up to 100%Randy Morgan
2013-09-13repair pivot table data ref populate and bring coverage back up to 100%Randy Morgan
2013-07-24Merge branch 'master' of https://github.com/randym/axlsxJean Jacques Warmerdam
2013-07-08Make relationship ids more reliable.Stefan Daschek
2013-06-13Allow a different subtotal function for each data field.Samuel de Framond
2013-06-13Modify pivot table caption according to subtotal function.Samuel de Framond
2013-06-12Add a subtotal option to PivotTable (dirty).Samuel de Framond
2013-02-25Allow other sheet as data source for pivot tables and fix hard coded sheet na...Jean Jacques Warmerdam
2013-02-04Completed missing docs and pre-release prepRandy Morgan
2012-12-19Removed unused relationships_index_of method in pivot_tableRandy Morgan
2012-12-15Added methods to simplify outlining with specsRandy Morgan
2012-11-27Can configure a pivot table when creating itAlex Rothenberg
2012-11-27Create a simple Pivot TableAlex Rothenberg