summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/stylesheet/table_styles.rb
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-02-12 12:55:25 +0900
committerRandy Morgan <[email protected]>2012-02-12 12:55:25 +0900
commit376988c854889d7b9708601bce11575a11491bee (patch)
tree963e196ae76022e84dbbe1a2cf293c840182be08 /lib/axlsx/stylesheet/table_styles.rb
parent6272d7bc63ee05b6793d034461af3ee811ffe72a (diff)
downloadcaxlsx-376988c854889d7b9708601bce11575a11491bee.tar.gz
caxlsx-376988c854889d7b9708601bce11575a11491bee.zip
Adding in support for optionally using the shared strings table. This will allow us to inter-op properly with Numbers
Diffstat (limited to 'lib/axlsx/stylesheet/table_styles.rb')
-rw-r--r--lib/axlsx/stylesheet/table_styles.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/axlsx/stylesheet/table_styles.rb b/lib/axlsx/stylesheet/table_styles.rb
index bfd15261..f0e9c904 100644
--- a/lib/axlsx/stylesheet/table_styles.rb
+++ b/lib/axlsx/stylesheet/table_styles.rb
@@ -1,3 +1,4 @@
+# encoding: UTF-8
module Axlsx
# TableStyles represents a collection of style definitions for table styles and pivot table styles.
# @note Support for custom table styles does not exist in this version. Many of the classes required are defined in preparation for future release. Please do not attempt to add custom table styles.