UNPKG
@salesforce/acu-pack
Version:
latest (2.0.8)
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
SFDX CLI Extensions
github.com/forcedotcom/acu-pack
forcedotcom/acu-pack
@salesforce/acu-pack
/
compiled
/
lib
/
office.d.ts
4 lines
(3 loc)
•
128 B
TypeScript
View Raw
1
2
3
4
export
declare
class
Office
{
static
writeXlxsWorkbook
(
workbookMap
: Map<
string
,
string
[][]>,
xlxsFilePath
:
string
):
void
; }