index
:
caxlsx
hyperlink-worksheet-fix
master
Caxlsx
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
workbook
/
worksheet
/
tc_pivot_table.rb
Age
Commit message (
Expand
)
Author
2023-06-05
Fix Style/RedundantInterpolation offenses
Geremia Taglialatela
2023-05-22
Use Ruby 1.9 hash syntax (non-production code)
Geremia Taglialatela
2023-05-04
Enable Style/FrozenStringLiteralComment and autocorrect
Paul Kmiec
2023-05-03
Fix Style/RedundantFileExtensionInRequire offense
Geremia Taglialatela
2023-05-03
Add RuboCop Minitest
Geremia Taglialatela
2023-04-09
Fix Layout/ExtraSpacing offenses
Geremia Taglialatela
2023-04-08
Fix space-related offenses
Geremia Taglialatela
2023-04-08
Fix offenses related to trailing commas
Geremia Taglialatela
2023-04-08
Fix EmptyLines related offenses
Geremia Taglialatela
2023-04-06
Fix Layout/EmptyLines offenses
Geremia Taglialatela
2023-04-06
Remove Layout/TrailingWhitespace 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): 100% coverage, 100% docs
randym
2017-02-21
chore(travis): include 2.4 in tests
randym
2016-11-07
Added style_info field to pivot_table.rb
Evan Hallmark
2016-11-07
Added pivot table option to pass in list of row fields to omit subtotals from
Evan Hallmark
2013-09-13
repair pivot table data ref populate and bring coverage back up to 100%
Randy Morgan
2013-07-24
Add tests for data source option for pivot tables
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
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