GemBox.Spreadsheet

ExcelFile.SaveXlsx Method

Saves all data to a file or stream in XLSX format. (NET30 and NET35 only)

Overload List

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);

See Also

ExcelFile Class | GemBox.Spreadsheet Namespace