[]
        
(Showing Draft Content)

Excel.IO

名前空間: IO

Excel.IO

Table of contents

列挙体

型の別名

型の別名

OpenOptions

Ƭ OpenOptions: Object

プロパティ password Excelファイルのパスワード。

プロパティ importPictureAsFloatingObject シェイプではなく、floatingObject として画像をインポートします。

型宣言

名前
importPictureAsFloatingObject? boolean
password? string

SaveOptions

Ƭ SaveOptions: Object

プロパティ password Excelファイルのパスワード。

プロパティ xlsxStrictMode エクスポート処理のモード。 非厳密モードでは、エクスポートサイズが小さくなる場合があります。 デフォルトはtrueです。

型宣言

名前
password? string
xlsxStrictMode? boolean