-
-
Notifications
You must be signed in to change notification settings - Fork 8k
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
XML namespacing #24
Comments
@paprikka every bug you find improves this a little bit :) Thanks for reporting. I will push a fix later today (If you could, please share a buggy file (obviously stripping out confidential information) by email (look at the commit log) or some file sharing service. |
@paprikka I wonder if you are using the latest version. The version from March 21 2013 (commit hash 7ed5d70, commit message "xml preserve space regex") appeared to fix the issue. Can you send me that file?
|
@Niggler you're right, I've made some major changes to your library a month ago and haven't updated it since that time. Everything works fine now. Sorry for the confusion. |
@paprikka If you've made some changes that improve parsing or fix other bugs, might I suggest submitting some of them for inclusion? |
@Niggler Yes of course! I'll do that with pleasure when I come back from the holidays (in 8 days from today). I'm coming back in a week but I have to test this stuff before (that's why I didn't send any pull requests yet). |
Addresses issue from LO Calc files generating invalid formats. Link: SheetJS/sheetjs#24
Addresses issue from LO Calc files generating invalid formats. Link: SheetJS/sheetjs#24
Hi,
I've noticed another small, but nasty bug:
Every cell with xml attributes gets ignored because of regular expressions. Try to compare your current results with this quick fix:
I had to fix that quickly because the bug had some pretty serious influence on the app I was presenting today. Sorry for pointing out an error with no comprehensive solution, but I have no time to fix that in a more appropriate way now and I thought you'll want to know that before. I'll be able to post a better solution along with a pull request in the next week.
By the way, great job. The library still needs some improvements but compared to others - is pretty darn fast :)
The text was updated successfully, but these errors were encountered: