Méthode | Description | |
---|---|---|
Read ( ) : ITable |
Reads an ExcelFile from the specified stream as an ITable instance.
|
|
Read ( char delimiter = ',', char qualifier = '"' ) : ITable |
Reads an ExcelFile from the specified stream as an ITable instance.
|
|
Write ( ITable table, Stream file ) : void |
Writes an ITable instance as an ExcelFile to the specified stream.
|
Méthode | Description | |
---|---|---|
ReadChildren ( Table parent, FileStream files, string path, char delimiter, char qualifier ) : void |
Recursively reads child tables to build the table graph.
|
public static Read ( char delimiter = ',', char qualifier = '"' ) : ITable | ||
delimiter | char | |
qualifier | char | |
Résultat | ITable |
public static Write ( ITable table, Stream file ) : void | ||
table | ITable | |
file | Stream | |
Résultat | void |