replaceWorkbookImageFile
Function: replaceWorkbookImageFile()
function replaceWorkbookImageFile(
inputPath,
outputPath,
imagePartName,
imagePath): Promise<void>;Defined in: node/src/index.ts:543
Parameters
inputPath
string
outputPath
string
imagePartName
string
imagePath
string
Returns
Promise<void>