You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the results you received:
When I select the merge cell and it display that there are 2 cells in my selection
And when I unmerged the cell, it still got two cells in the sheet instead of one cell
Still count 2 when I use excel formula to count
Still sum 19.38 when I use excel formula to sum
Describe the results you expected:
It should be one cell in my selection
And when I unmerge it, it should be only be cell have the value
Output of go version:
go 1.19
Excelize version or commit ID:
v2.6.0 and v2.8.1 both
Environment details (OS, Microsoft Excel™ version, physical, etc.):
Microsoft 365
The text was updated successfully, but these errors were encountered:
Thanks for your issue. The MergeCell function doesn't remove cell value except for the upper-left cell in the merging cell range, so this behavior is expected. If you need to clear cell value, please use the SetCellValue or another function to set nil value for these cells before merging cells.
Description
Steps to reproduce the issue:
1.
Describe the results you received:
When I select the merge cell and it display that there are 2 cells in my selection
And when I unmerged the cell, it still got two cells in the sheet instead of one cell
Still count 2 when I use excel formula to count
Still sum 19.38 when I use excel formula to sum
Describe the results you expected:
It should be one cell in my selection
And when I unmerge it, it should be only be cell have the value
Output of
go version
:Excelize version or commit ID:
Environment details (OS, Microsoft Excel™ version, physical, etc.):
Microsoft 365
The text was updated successfully, but these errors were encountered: