-
Notifications
You must be signed in to change notification settings - Fork 62
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
Borders are not appeared on merged cells #74
Comments
Thanks for the report, this one might be tricky to fix. Seems like the spec is a bit vague here, but we'll take a look. |
Yeah the spec is kind of vague about how to accurately specify this kind of situation. I'll take a look but it'll require a bit of experimentation to see what kind of configurations Excel spits out, so this may be a bit challenging to solve effectively. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To make the borders to be visible I have to draw the borders before these cells will be merged. Otherwise, the borders will be drawn partly, only on some merged cells.
![image](https://user-images.githubusercontent.com/10247250/44019291-fdd1495e-9ee6-11e8-9ccb-ef2b3e4f63c3.png)
In other words: if I merge some cells, and after that I draw borders around of the range of the cells, not all borders are visible. But if I draw all borders on all the cells and then merge them -- all the borders are visible.
![image](https://user-images.githubusercontent.com/10247250/44019205-ca7a3674-9ee6-11e8-8484-2e85a4d5da54.png)
But, in any cases, thanks for great job! I like your package!
The text was updated successfully, but these errors were encountered: