appendRows
Function: appendRows()
function appendRows(
xml,
rows,
options?): PatchCellResult;Defined in: packages/core/src/worksheet.ts:442
Parameters
xml
string
rows
CellInput[][]
options?
startColumn?
number
Returns
PatchCellResult
function appendRows(
xml,
rows,
options?): PatchCellResult;Defined in: packages/core/src/worksheet.ts:442
string
CellInput[][]
number
PatchCellResult