summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/util
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-03-21 22:48:50 +0900
committerRandy Morgan <[email protected]>2012-03-21 22:48:50 +0900
commit06f4c129cc5cd3fd374ffde7a3516ef5978c14c2 (patch)
tree0ec761c2b1b428ebd267c686c9a1674ca56fd54b /lib/axlsx/util
parent0531fd7f4902f33e3ede66f7075dd739e5a434c5 (diff)
parent4889df8a7702c16bee284a9dffa33bdb8abaa55a (diff)
downloadcaxlsx-06f4c129cc5cd3fd374ffde7a3516ef5978c14c2.tar.gz
caxlsx-06f4c129cc5cd3fd374ffde7a3516ef5978c14c2.zip
resolve small merge conflict
Diffstat (limited to 'lib/axlsx/util')
-rw-r--r--lib/axlsx/util/constants.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/axlsx/util/constants.rb b/lib/axlsx/util/constants.rb
index bfc67918..588dada5 100644
--- a/lib/axlsx/util/constants.rb
+++ b/lib/axlsx/util/constants.rb
@@ -171,6 +171,9 @@ module Axlsx
# drawing rels part
DRAWING_RELS_PN = "drawings/_rels/drawing%d.xml.rels"
+
+ # drawing part
+ TABLE_PN = "tables/table%d.xml"
# chart part
CHART_PN = "charts/chart%d.xml"