Buffer
The binary data of the Excel file.
ExcelFile
string
[]
Optional. An array of sheet names to get content from.
Promise
<ExcelFileSheet
[]>
A promise that resolves to the content of the specified sheets.
string
The URL of the Excel file.
Promise
<ExcelFile
>
A promise that resolves to an ExcelFile instance.