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