insertWorkbookImageFile
Function: insertWorkbookImageFile()
function insertWorkbookImageFile(
inputPath,
outputPath,
sheetName,
imagePath,
options?): Promise<WorkbookImage>;Defined in: node/src/index.ts:565
Parameters
inputPath
string
outputPath
string
sheetName
string
imagePath
string
options?
WorkbookInsertImageOptions = {}
Returns
Promise<WorkbookImage>