summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/util/constants.rb
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2011-12-06 14:26:31 +0900
committerRandy Morgan <[email protected]>2011-12-06 14:26:31 +0900
commitcc3862f5df608d738b86bd755aec8c3282aa2cb5 (patch)
treedc794046d40706fd8e9f4e771077d89167f9e518 /lib/axlsx/util/constants.rb
parent78de4578651503bf9fa8cc8028ac0192eb8b448d (diff)
downloadcaxlsx-cc3862f5df608d738b86bd755aec8c3282aa2cb5.tar.gz
caxlsx-cc3862f5df608d738b86bd755aec8c3282aa2cb5.zip
Formatting float values for column width and date values in an attempt to resolve https://github.com/randym/axlsx/issues/1
Diffstat (limited to 'lib/axlsx/util/constants.rb')
-rw-r--r--lib/axlsx/util/constants.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/axlsx/util/constants.rb b/lib/axlsx/util/constants.rb
index b0a81eac..fb5e20ea 100644
--- a/lib/axlsx/util/constants.rb
+++ b/lib/axlsx/util/constants.rb
@@ -12,6 +12,10 @@ module Axlsx
# extended-properties namespace
APP_NS = "http://schemas.openxmlformats.org/officeDocument/2006/extended-properties"
+ XML_NS_MC="http://schemas.openxmlformats.org/markup-compatibility/2006"
+
+ XML_NS_X14AC = "http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac"
+
# doc props namespace
APP_NS_VT = "http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes"