Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XlsDocumentExporterOptions Properties

Contains options used for saving (exporting) a document in XLS format (MS Excel 97-2003 binary file format).
Name Description
Password Gets or sets a password used to save a password encrypted binary .xls file. Use the DocumentSettings.Encryption property instead.
TargetUri Gets or sets the URI of the document being exported. Inherited from DocumentExporterOptions.
See Also