Page tree
Skip to end of metadata
Go to start of metadata

Overload

Description

Save(Workbook, String)

Saves a specified Workbook as a  OOXML format (Excel 2007 or later) .xlsx or  BIFF8 format (Excel 97 or later) .xls file.

Save(Workbook, System.IO.Stream)

Saves a specified Workbook as a BIFF8 format (Excel 97 or later).xls file.

Save(Workbook, System.Web.HttpResponse, String, Boolean)

Streams the specified workbook to the client. It should be the only method that uses the response object, as it automatically sets response headers, clears the body of the response, and flushes it to the client.

Save(Workbook, System.Web.HttpResponse, String, Boolean, String)

Streams the specified workbook to the client. It should be the only method that uses the response object, as it automatically sets response headers, clears the body of the response, and flushes it to the client.

SharePoint Integration Extension Methods

Overload

Description

Save(Workbook, Microsoft.SharePoint.SPDocumentLibrary, String, Boolean)

Saves a specified Workbook as a BIFF8 format (Excel 97 or later) .xls file.

Save(Workbook, Microsoft.SharePoint.SPListItem, String)

Saves a specified Workbook as a BIFF8 format (Excel 97 or later) .xls file.
  • No labels