deleteWorkbookRows
Function: deleteWorkbookRows()
function deleteWorkbookRows(
inputPath,
outputPath,
sheetName,
startRow,
count?): Promise<void>;Defined in: node/src/index.ts:191
Parameters
inputPath
string
outputPath
string
sheetName
string
startRow
number
count?
number = 1
Returns
Promise<void>