diff options
Diffstat (limited to 'lib/axlsx/util/constants.rb')
| -rw-r--r-- | lib/axlsx/util/constants.rb | 4 |
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" |
