Skip to content
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

About Merging Cells #1

Open
1506085843 opened this issue Jun 13, 2022 · 0 comments
Open

About Merging Cells #1

1506085843 opened this issue Jun 13, 2022 · 0 comments

Comments

@1506085843
Copy link

Very glad your code helped me, but I still have a little problem, your code doesn't support merging cells yet, I try to fix it on your code, but it's very difficult, I can't balance horizontal well and vertical merged cells. I would like to ask if there is a good way to solve this problem?

for example :

<Cell ss:StyleID="s65" ss:MergeAcross="3" ss:MergeDown="2"> <Data ss:Type="String">aaaa</Data> </Cell> <Cell ss:StyleID="s65" ss:MergeAcross="4" ss:MergeDown="5"> <Data ss:Type="String">aaaa</Data> </Cell> <Cell ss:StyleID="s65" ss:MergeDown="5"> <Data ss:Type="String">aaaa</Data> </Cell> <Cell ss:StyleID="s65" ss:MergeAcross="4"> <Data ss:Type="String">aaaa</Data> </Cell>

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant