Loads the existing XLS file or stream.
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);
ExcelFile Class | GemBox.Spreadsheet Namespace