Method | Description | |
---|---|---|
Read ( Stream file, TableMapping mapping = null ) : ITable |
Reads an ExcelFile from the specified stream as an ITable instance.
|
|
Write ( ITable table, SpreadsheetDocument document, |
Writes an ITable instance as an ExcelFile to the specified stream.
|
|
Write ( ITable table, Stream file, |
Writes an ITable instance as an ExcelFile to the specified stream.
|
Method | Description | |
---|---|---|
ExcelFile ( ) : System | ||
ExcelFile ( Stream file ) : System |
Create a new ExcelFile from the specified stream.
|
|
GetCellReference ( uint column, uint row ) : string |
Gets the cell reference for the specified column and row indexes.
|
|
IDisposable ( ) : void |
public static Read ( Stream file, TableMapping mapping = null ) : ITable | ||
file | Stream | |
mapping | TableMapping | |
return | ITable |
public static Write ( ITable table, SpreadsheetDocument document, |
||
table | ITable | |
document | SpreadsheetDocument | |
timezone | ||
return | void |
public static Write ( ITable table, Stream file, |
||
table | ITable | |
file | Stream | |
timezone | ||
return | void |