GemBox.Spreadsheet

ExcelFile.LoadXlsx Method

Loads the existing XLSX file or stream. (NET30 only)

Overload List

Loads the existing XLSX file from the input stream. (NET30 only)

public void LoadXlsx(Stream,XlsxOptions);

Loads the existing XLSX file. (NET30 only)

public void LoadXlsx(string,XlsxOptions);

See Also

ExcelFile Class | GemBox.Spreadsheet Namespace