IronsheetIronsheet
API Reference@ironsheet/nodeFunctions

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>

On this page