showWorkbookSheet
Function: showWorkbookSheet()
function showWorkbookSheet(
inputPath,
outputPath,
sheetName): Promise<void>;Defined in: node/src/index.ts:662
Parameters
inputPath
string
outputPath
string
sheetName
string
Returns
Promise<void>