summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook/worksheet/pivot_table_cache_definition.rb
AgeCommit message (Expand)Author
2023-06-05Prefer `Kernel#format` to `String#%`Geremia Taglialatela
2023-06-05Fix Style/RedundantInterpolation 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 Style/Encoding offensesGeremia Taglialatela
2021-02-03Fix special characters in pivot table cache definitionRob Donnelly
2014-02-26Huge refactoringJurriaan Pruis
2013-07-24Merge branch 'master' of https://github.com/randym/axlsxJean Jacques Warmerdam
2013-07-08Make relationship ids more reliable.Stefan Daschek
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-11-27Can configure a pivot table when creating itAlex Rothenberg
2012-11-27Create a simple Pivot TableAlex Rothenberg