unmergeWorkbookCells
Function: unmergeWorkbookCells()
function unmergeWorkbookCells(
inputPath,
outputPath,
sheetName,
ref): Promise<boolean>;Defined in: node/src/index.ts:452
Parameters
inputPath
string
outputPath
string
sheetName
string
ref
string
Returns
Promise<boolean>