GemBox.Spreadsheet

ExcelFile.SaveXlsx Method (Stream)

Saves all data to an output stream in XLSX format. (NET30 and NET35 only)

public void SaveXlsx(
   Stream stream
);

Parameters

stream
Output stream.

Remarks

This method is present only in build targeting .NET Framework 3.0 and 3.5.

See Also

ExcelFile Class | GemBox.Spreadsheet Namespace | ExcelFile.SaveXlsx Overload List