SpreadsheetLoadOptions

SpreadsheetLoadOptions class

Contains options for loading binary Spreadsheet (Cells, Excel-compatible) documents like XLS(X), ODS etc. into Editor class

public sealed class SpreadsheetLoadOptions : ILoadOptions

Constructors

Name Description
SpreadsheetLoadOptions() Default parameterless constructor - all parameters have default values

Properties

Name Description
OptimizeMemoryUsage { get; set; } Enables memory optimization mechanisms during input document processing, which may degrade performance in some special cases, but on the other hand decrease memory usage. Useful when processing huge documents and facing OutOfMemoryException. Default is false (memory optimization is disabled for the sake of better performance).
Password { get; set; } Allows to specify, modify and obtain the password, which will be used for opening the Spreadsheet document, if it is encoded. Set to NULL or empty string in order to not use the password (default value).

See Also