-
-
Notifications
You must be signed in to change notification settings - Fork 344
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
Version <= v0.13.1 Template merge row list rendering has no merge #207
Labels
bug
Something isn't working
Comments
shps951023
changed the title
Template merge row list rendering has no merge
v0.13.1 Template merge row list rendering has no merge
Apr 19, 2021
Logic Code:
|
input <mergeCells count="6">
<mergeCell ref="D2:G4"/>
<mergeCell ref="B2:C4"/>
<mergeCell ref="B1:C1"/>
<mergeCell ref="D1:G1"/>
<mergeCell ref="B5:C5"/>
<mergeCell ref="D5:G5"/>
</mergeCells> output <x:mergeCells count="6">
<x:mergeCell ref="B1:C1" />
<x:mergeCell ref="D1:G1" />
<x:mergeCell ref="B2:C4" />
<x:mergeCell ref="D2:G4" />
<x:mergeCell ref="B5:C7" />
<x:mergeCell ref="D5:G7" />
</x:mergeCells> |
shps951023
changed the title
v0.13.1 Template merge row list rendering has no merge
Version <= v0.13.1 Template merge row list rendering has no merge
Apr 20, 2021
shps951023
added a commit
that referenced
this issue
Apr 22, 2021
v 0.13.4 fixed this bug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: