From bee487c445768b8afd15bbfa7caa4d8427e4c880 Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Tue, 28 Mar 2017 11:48:09 +0800 Subject: Leading space(s) character in cell value detection added. Related issue #32. --- xmlDrawing.go | 1 + 1 file changed, 1 insertion(+) (limited to 'xmlDrawing.go') diff --git a/xmlDrawing.go b/xmlDrawing.go index 3540a38..94fcc97 100644 --- a/xmlDrawing.go +++ b/xmlDrawing.go @@ -9,6 +9,7 @@ const ( SourceRelationshipWorkSheet = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet" NameSpaceDrawingML = "http://schemas.openxmlformats.org/drawingml/2006/main" NameSpaceSpreadSheetDrawing = "http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing" + NameSpaceXML = "http://www.w3.org/XML/1998/namespace" ) // xlsxCNvPr directly maps the cNvPr (Non-Visual Drawing Properties). This -- cgit v1.2.1