Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mbarzda
Copy link

@mbarzda mbarzda commented Oct 6, 2016

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. SheetJS#271

@protobi
Copy link
Collaborator

protobi commented Oct 6, 2016

Thanks! I see you've made changes to the bits directly which is great. I
also see that you've run the test suite, also great.

There's a commit note that certain tests are excluded. Being unable to
running the complete test suite on Node 4+ has been the time bottleneck
I've been meaning to get to to. Identifying/removing tests specific to
node 4 might a good pragmatic alternative to porting over the XLS and XLSB
formats. What version of Node do the tests run on?

Pieter

On Thu, Oct 6, 2016 at 9:57 AM, Martynas Barzda [email protected]
wrote:

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. SheetJS#271 SheetJS#271

You can view, comment on, or merge this pull request online at:

#47
Commit Summary

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#47, or mute the thread
https://github.com/notifications/unsubscribe-auth/ABRm1a8Oa7W-Et2kfsI42mWvqYDL37nCks5qxP5VgaJpZM4KP-Nw
.

@mbarzda
Copy link
Author

mbarzda commented Oct 7, 2016

Hi, general tests (make test) are still failing, but misc tests work with skips. I runned tests on Node v5.10.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants