Class OdsStreamReaderOptions
- Namespace
- OdfKit.Spreadsheet
- Assembly
- OdfKit.dll
Configures resource limits and stream ownership for OdsStreamReader. 設定 OdsStreamReader 的資源限制與資料流所有權。
public sealed class OdsStreamReaderOptions
- Inheritance
-
OdsStreamReaderOptions
- Inherited Members
Constructors
OdsStreamReaderOptions()
public OdsStreamReaderOptions()
Properties
LeaveOpen
Gets or sets a value indicating whether the input stream remains open after disposal. 取得或設定處置讀取器後是否保持輸入資料流開啟。
public bool LeaveOpen { get; set; }
Property Value
MaxCellTextCharacters
Gets or sets the maximum extracted text length for one cell. 取得或設定單一儲存格可擷取的文字長度上限。
public int MaxCellTextCharacters { get; set; }
Property Value
MaxColumns
Gets or sets the maximum number of columns in one row. 取得或設定單一資料列的資料行數上限。
public int MaxColumns { get; set; }
Property Value
MaxRepeatedColumns
Gets or sets the maximum value accepted for a repeated-column declaration. 取得或設定重複資料行宣告可接受的最大值。
public int MaxRepeatedColumns { get; set; }
Property Value
MaxRepeatedRows
Gets or sets the maximum value accepted for a repeated-row declaration. 取得或設定重複資料列宣告可接受的最大值。
public int MaxRepeatedRows { get; set; }
Property Value
MaxRows
Gets or sets the maximum number of rows returned from one worksheet. 取得或設定單一工作表可回傳的資料列數上限。
public int MaxRows { get; set; }
Property Value
MaxXmlCharactersInDocument
Gets or sets the maximum XML character count. A value of zero disables this limit. 取得或設定 XML 字元數上限;設為 0 代表停用此限制。
public long MaxXmlCharactersInDocument { get; set; }