[]
        
首页
开发者学堂
文档
论坛
市场
生态机会
活动
立即试用
(Showing Draft Content)

GC.Spread.Excel.IO

Namespace: IO

Spread.Excel.IO

Table of contents

Enumerations

Type aliases

Type aliases

OpenOptions

Ƭ OpenOptions: Object

property password 要导入的 excel 文件的密码。

property importPictureAsFloatingObject 导入图片作为浮动对象而不是形状。

Type declaration

Name Type
importPictureAsFloatingObject? boolean
password? string

SaveOptions

Ƭ SaveOptions: Object

property password 要导出的 excel 文件的密码。

property xlsxStrictMode 导出过程的模式,非严格模式可能会减少导出大小。默认是 true。

Type declaration

Name Type
password? string
xlsxStrictMode? boolean