-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Ods loses spaces 32207 #33233
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
Ods loses spaces 32207 #33233
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just pushed an .xlsb copy up; did it with a "Save As" from microsoft excel not sure if supported by other tools
Can you also add a whatsnew for 1.1? |
Can you run black on the changes? Should fix the code checks failure The linux 37 failure is probably unrelated |
While I was filling out the form I ran black, but forgot to push the commit. And thanks for uploading a xlsb file, I don't have a copy of excel here at home. |
43f8e27
to
dba5571
Compare
The test files were generated by the bug submitter @joernhees
dba5571
to
fdda928
Compare
If you can add a whatsnew note for 1.1 this lgtm - thanks! |
How's the description? |
@jreback care to look? |
looks ok, i imagine this would slow down writing a bit? |
Hmm fair point. @detrout do you mind run Yea in any case fixes a bug so probably not a blocker, but might want to be cognizant of perf impact(s) if any |
There's no OpenDocument write support so I don't think it can slow down writes. |
thanks @detrout |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff
(I had to use git diff master though)I'm not sure how you make xlsxb files so that test wasn't implement when checking for the different types of space.
There's quite possibly many other ways this parser doesn't handle the odf specification.