OoxmlSaveOptions Class
Contents
[
Hide
]OoxmlSaveOptions class
Represents the options of saving office open xml file.
type OoxmlSaveOptions struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewOoxmlSaveOptions | Creates the options for saving office open xml file. |
NewOoxmlSaveOptions_SaveFormat | Creates the options for saving office open xml file. |
NewOoxmlSaveOptions_SaveOptions | Constructs from a parent object. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetExportCellName | Indicates if export cell name to Excel2007 .xlsx (.xlsm, .xltx, .xltm) file.If the output file may be accessed by SQL Server DTS, this value must be true.Setting the value to false will highly increase the performance and reduce the file size when creating large file.Default value is true. |
SetExportCellName | Indicates if export cell name to Excel2007 .xlsx (.xlsm, .xltx, .xltm) file.If the output file may be accessed by SQL Server DTS, this value must be true.Setting the value to false will highly increase the performance and reduce the file size when creating large file.Default value is true. |
GetUpdateZoom | Indicates whether update scaling factor before saving the fileif the PageSetup.FitToPagesWide and PageSetup.FitToPagesTall properties control how the worksheet is scaled. |
SetUpdateZoom | Indicates whether update scaling factor before saving the fileif the PageSetup.FitToPagesWide and PageSetup.FitToPagesTall properties control how the worksheet is scaled. |
GetEnableZip64 | Always use ZIP64 extensions when writing zip archives, even when unnecessary. |
SetEnableZip64 | Always use ZIP64 extensions when writing zip archives, even when unnecessary. |
GetEmbedOoxmlAsOleObject | Indicates whether embedding Ooxml files of OleObject as ole object. |
SetEmbedOoxmlAsOleObject | Indicates whether embedding Ooxml files of OleObject as ole object. |
GetCompressionType | Gets and sets the compression type for ooxml file. |
SetCompressionType | Gets and sets the compression type for ooxml file. |
GetSaveFormat | Gets the save file format. |
GetClearData | Make the workbook empty after saving the file. |
SetClearData | Make the workbook empty after saving the file. |
GetCachedFileFolder | The cached file folder is used to store some large data. |
SetCachedFileFolder | The cached file folder is used to store some large data. |
GetValidateMergedAreas | Indicates whether validate merged cells before saving the file. |
SetValidateMergedAreas | Indicates whether validate merged cells before saving the file. |
GetMergeAreas | Indicates whether merge the areas of conditional formatting and validation before saving the file. |
SetMergeAreas | Indicates whether merge the areas of conditional formatting and validation before saving the file. |
GetCreateDirectory | If true and the directory does not exist, the directory will be automatically created before saving the file. |
SetCreateDirectory | If true and the directory does not exist, the directory will be automatically created before saving the file. |
GetSortNames | Indicates whether sorting defined names before saving file. |
SetSortNames | Indicates whether sorting defined names before saving file. |
GetSortExternalNames | Indicates whether sorting external defined names before saving file. |
SetSortExternalNames | Indicates whether sorting external defined names before saving file. |
GetRefreshChartCache | Indicates whether refreshing chart cache data |
SetRefreshChartCache | Indicates whether refreshing chart cache data |
GetCheckExcelRestriction | Whether check restriction of excel file when user modify cells related objects.For example, excel does not allow inputting string value longer than 32K.When you input a value longer than 32K, it will be truncated. |
SetCheckExcelRestriction | Whether check restriction of excel file when user modify cells related objects.For example, excel does not allow inputting string value longer than 32K.When you input a value longer than 32K, it will be truncated. |
GetUpdateSmartArt | Indicates whether updating smart art setting.The default value is false. |
SetUpdateSmartArt | Indicates whether updating smart art setting.The default value is false. |
GetEncryptDocumentProperties | Indicates whether encrypt document properties when saving as .xls file.The default value is true. |
SetEncryptDocumentProperties | Indicates whether encrypt document properties when saving as .xls file.The default value is true. |