diff options
| author | Randy Morgan (@morgan_randy) <[email protected]> | 2012-11-27 15:36:21 -0800 |
|---|---|---|
| committer | Randy Morgan (@morgan_randy) <[email protected]> | 2012-11-27 15:36:21 -0800 |
| commit | c3a36737a56a4f0334b97a897a0d3aa17eded82d (patch) | |
| tree | 87de5615c5c43d49e9c31f583be14168056f0681 /lib/axlsx/rels/relationship.rb | |
| parent | 7d3d588a1a34777119fae41749711a734da22974 (diff) | |
| parent | 036f5883939a91fbc3eb377d968d85500dc3098a (diff) | |
| download | caxlsx-c3a36737a56a4f0334b97a897a0d3aa17eded82d.tar.gz caxlsx-c3a36737a56a4f0334b97a897a0d3aa17eded82d.zip | |
Merge pull request #148 from alexrothenberg/pivot_table
Create a simple Pivot Table
Diffstat (limited to 'lib/axlsx/rels/relationship.rb')
| -rw-r--r-- | lib/axlsx/rels/relationship.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/axlsx/rels/relationship.rb b/lib/axlsx/rels/relationship.rb index 04911904..385059f1 100644 --- a/lib/axlsx/rels/relationship.rb +++ b/lib/axlsx/rels/relationship.rb @@ -12,6 +12,7 @@ module Axlsx # @note Supported types are defined as constants in Axlsx: # @see XML_NS_R # @see TABLE_R + # @see PIVOT_TABLE_R # @see WORKBOOK_R # @see WORKSHEET_R # @see APP_R |
