GemBox.Spreadsheet

ExcelFile.LoadXlsx Method

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

Overload List

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

public void LoadXlsx(Stream,XlsxOptions);

Loads the existing XLSX file. (NET30 and NET35 only)

public void LoadXlsx(string,XlsxOptions);

See Also

ExcelFile Class | GemBox.Spreadsheet Namespace