-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
How to detect merged cell in .xls #25
Comments
Pyexcel tried to read the data only without concerning styles. So it won't be possible with existing apis. Could you please share the link to the SO answer? And for next version , we have plans for writing data with some styles. |
Added. Coolness. Thanks |
Thanks for your pledge on Patreon. I will prioritise this issue and see what I can do. |
New flag: |
Thanks for this @chfw. The merged cells gave me so much issues that i eventually decided it was easier to simply split the merged cells and then fill them up with the values of the preceding cells instead. |
I have a similar situation as in this SO question about reading merged cell values and have it apply to subsequent rows in .xls files https://stackoverflow.com/a/30753988/80353
I wonder if there's a way to do it using pyexcel-xls API without resorting to the answer given in the SO question?
The text was updated successfully, but these errors were encountered: