Open ReallyCreep opened 1 year ago
There is no specific support for reading merged cells. The value will be present only in the first row of the merged range. For saving there is no specific support, either, but you can subscribe to the Saving
event and manipulate the saved sheet, setting the IsMergedCell
property to true on the cells you want to merge.
Contributions for support of merged cells are very welcome.