Saves all data to a file or stream in XLSX format. (NET30 and NET35 only)
Saves all data to an output stream in XLSX format. (NET30 and NET35 only)
public void SaveXlsx(Stream);
Saves all data to a new file in XLSX format. (NET30 and NET35 only)
public void SaveXlsx(string);
ExcelFile Class | GemBox.Spreadsheet Namespace