[]
Excel.IO
Ƭ OpenOptions: Object
property password the excel file's password.
property importPictureAsFloatingObject import picture as floatingObject instead of shape.
| Name | Type |
|---|---|
importPictureAsFloatingObject? |
boolean |
password? |
string |
Ƭ SaveOptions: Object
property password the excel file's password.
property xlsxStrictMode the mode of exporting process, the non-strict mode may reduce the export size. Default is true.
| Name | Type |
|---|---|
password? |
string |
xlsxStrictMode? |
boolean |