Fix SST parsing when SST XML has a tag prefix #271

Closed
morstaine wants to merge 0 commits from master into master
morstaine commented 2015-07-08 14:08:24 +00:00 (Migrated from github.com)

XLSX documents written by DocumentFormat.OpenXml.dll (at least sometimes) contain a tag prefix "x" in the sharedStrings.xml file. This is a fix to the regular expressions that parse this file to handle the prefix if it is present.

XLSX documents written by DocumentFormat.OpenXml.dll (at least sometimes) contain a tag prefix "x" in the sharedStrings.xml file. This is a fix to the regular expressions that parse this file to handle the prefix if it is present.
SheetJSDev commented 2017-02-10 19:48:49 +00:00 (Migrated from github.com)

@morstaine thanks for looking into this! There were quite a few places where the code assumed the XML tags would not be namespaced, not just in the shared string table, and generally Excel 2007-2013 do not write namespaces when they are not needed.

@morstaine thanks for looking into this! There were quite a few places where the code assumed the XML tags would not be namespaced, not just in the shared string table, and generally Excel 2007-2013 do not write namespaces when they are not needed.

Pull request closed

Sign in to join this conversation.
No description provided.