[]
        
Saves the current spreadsheet workbook to the specified Stream.
public void Save(Stream outputStream)
| 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).  | 
    
Saves the current spreadsheet data to the specified stream.
public void Save(string filePath)
| Type | Name | Description | 
|---|---|---|
| string | filePath | A valid filename.  | 
    
Requires permission to write to the specified file.