listWorkbookImages
Function: listWorkbookImages()
function listWorkbookImages(inputPath, sheetName?): Promise<WorkbookImage[]>;Defined in: node/src/index.ts:388
Parameters
inputPath
string
sheetName?
string
Returns
Promise<WorkbookImage[]>
function listWorkbookImages(inputPath, sheetName?): Promise<WorkbookImage[]>;Defined in: node/src/index.ts:388
string
string
Promise<WorkbookImage[]>