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