index
:
caxlsx
hyperlink-worksheet-fix
master
Caxlsx
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
/
axlsx
/
workbook
/
worksheet
/
pivot_table.rb
Age
Commit message (
Expand
)
Author
2023-10-19
Merge pull request #273 from tagliala/chore/fix-unused-block-argument
Zsolt Kozaroczy
2023-06-15
Fix Lint/UnusedBlockArgument offenses
Geremia Taglialatela
2023-06-10
Fix safe Style/ColonMethodCall offenses
Geremia Taglialatela
2023-06-05
Prefer `Kernel#format` to `String#%`
Geremia Taglialatela
2023-06-05
Fix Style/RedundantInterpolation offenses
Geremia Taglialatela
2023-05-31
Remove redundant parentheses
Geremia Taglialatela
2023-05-31
Use Ruby 1.9 hash syntax
Geremia Taglialatela
2023-05-20
Fix Lint/Void offenses
Geremia Taglialatela
2023-05-05
Pipe output directly to str and avoid additional memory allocations
Paul Kmiec
2023-05-04
Fix tests / code to work with frozen string literals
Paul Kmiec
2023-05-04
Enable Style/FrozenStringLiteralComment and autocorrect
Paul Kmiec
2023-04-08
Fix space-related offenses
Geremia Taglialatela
2023-04-08
Fix EmptyLines related offenses
Geremia Taglialatela
2023-04-06
Fix Layout/EmptyLines offenses
Geremia Taglialatela
2023-04-06
Fix Style/Encoding offenses
Geremia Taglialatela
2022-07-21
Prevent Excel from crashing when multiple data columns are added to PivotTable
Knut Stenmark
2022-07-09
Add pivot table option to sort headers (#143)
James Lam
2022-01-28
Fix invalid xml when pivot table created with more than one column in data field
Weston Ganger
2021-03-19
Add support for format in pivot tables (#79)
Knut I. Stenmark
2018-02-08
chore(coverage) increase coverage and cleanup
randym
2016-11-07
Added style_info field to pivot_table.rb
Evan Hallmark
2016-11-07
Updated pivot_table#pivot_field_for to use the axisPage attr for page fields ...
Evan Hallmark
2016-11-07
Added pivot table option to pass in list of row fields to omit subtotals from
Evan Hallmark
2014-02-26
Huge refactoring
Jurriaan Pruis
2013-09-13
initialize subtotal to remove warnings
Randy Morgan
2013-09-13
Bring documentation up to 100%
Randy Morgan
2013-09-13
repair pivot table data ref populate and bring coverage back up to 100%
Randy Morgan
2013-07-24
Merge branch 'master' of https://github.com/randym/axlsx
Jean Jacques Warmerdam
2013-07-08
Make relationship ids more reliable.
Stefan Daschek
2013-06-13
Allow a different subtotal function for each data field.
Samuel de Framond
2013-06-13
Modify pivot table caption according to subtotal function.
Samuel de Framond
2013-06-12
Add a subtotal option to PivotTable (dirty).
Samuel de Framond
2013-02-25
Allow other sheet as data source for pivot tables and fix hard coded sheet na...
Jean Jacques Warmerdam
2013-02-04
Completed missing docs and pre-release prep
Randy Morgan
2012-12-19
Removed unused relationships_index_of method in pivot_table
Randy Morgan
2012-12-15
Added methods to simplify outlining with specs
Randy Morgan
2012-11-27
Can configure a pivot table when creating it
Alex Rothenberg
2012-11-27
Create a simple Pivot Table
Alex Rothenberg