GemBox.Spreadsheet

ExcelFile.LoadXls Method

Loads the existing XLS file or stream.

Overload List

Loads the existing XLS file from the input stream (preserving MS Excel records).

public void LoadXls(Stream);

Loads the existing XLS file from the input stream (optionally preserving MS Excel records).

public void LoadXls(Stream,XlsOptions);

Loads the existing XLS file (preserving MS Excel records).

public void LoadXls(string);

Loads the existing XLS file (optionally preserving MS Excel records).

public void LoadXls(string,XlsOptions);

See Also

ExcelFile Class | GemBox.Spreadsheet Namespace