Optional
exportType: ExportType<ExportWorkbookOptions>a Promise indicating success or failure.
Import a workbook from an ArrayBuffer.
Will try to read from local file system using available IO handlers.
The input can be either a File, a Promise
Optional
notifier: Notifiera promise that resolves to an ImportResults object.
https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/accept.
This is just a wrapper around CommonUtils.openFile, importFromArrayBuffer, that .
Exports to the local file system attempting to use the fileName provided. This will use the exportType to determine the export handler to use.