[]
        
(Showing Draft Content)

Excel.IO

Namespace: IO

Excel.IO

Table of contents

Enumerations

Type aliases

Type aliases

OpenOptions

Ƭ OpenOptions: Object

property password the excel file's password.

property importPictureAsFloatingObject import picture as floatingObject instead of shape.

Type declaration

Name Type
importPictureAsFloatingObject? boolean
password? string

SaveOptions

Ƭ 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.

Type declaration

Name Type
password? string
xlsxStrictMode? boolean