when i use unmerge(startRow, startColumn, endRow, endColumn) ,it reported unmerge is not a function,
how should i do ?
thanks.
Hi @2425181231
The unmerge
is a function of the mergeCells
plugin. To use it you have to refer to the plugin first
hot.getPlugin('mergeCells').unmerge(...)
Hi aleksandra_budnik ,It’sworking ! thank you very much 。
Happy to help Have a great weekend