From cc3862f5df608d738b86bd755aec8c3282aa2cb5 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Tue, 6 Dec 2011 14:26:31 +0900 Subject: Formatting float values for column width and date values in an attempt to resolve https://github.com/randym/axlsx/issues/1 --- lib/axlsx/util/constants.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/axlsx/util/constants.rb') 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" -- cgit v1.2.3