Ods loses spaces 32207#33233
Conversation
WillAyd
left a comment
There was a problem hiding this comment.
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. |
The test files were generated by the bug submitter @joernhees
|
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 pandasgit 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.