[]
        
(Showing Draft Content)

GrapeCity.SpreadBuilder.Workbook.Save

Save Method

Save(Stream)

Saves the current spreadsheet workbook to the specified Stream.

Declaration
public void Save(Stream outputStream)
Parameters
Type Name Description
Stream outputStream

The output stream into which to save the workbook data. The stream can be a MemoryStream or HttpResponse.OutputStream (for example).

Save(string)

Saves the current spreadsheet data to the specified stream.

Declaration
public void Save(string filePath)
Parameters
Type Name Description
string filePath

A valid filename.

Remarks

Requires permission to write to the specified file.