GemBox.Spreadsheet

ExcelFile.SaveXls Method

Saves all data to a file or stream in XLS format.

Overload List

Saves all data to an output stream in XLS format.

public void SaveXls(Stream);

Saves all data to a new file in XLS format.

public void SaveXls(string);

See Also

ExcelFile Class | GemBox.Spreadsheet Namespace