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