Message-ID: <545703658.9563.1711695007373.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9562_452221713.1711695007373" ------=_Part_9562_452221713.1711695007373 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html ExcelTemplate.Save

ExcelTemplate.Save

=20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20

Overload

Description

Save(String)

Saves the generated Excel file on the server. Th= e ASPNET account (IIS5), NETWORK SERVICE account (IIS6 or IIS7), or the aut= henticated user must have Write access to the destination directory specifi= ed by the outputFileName parameter.

Save(System.IO.Stream)

Generates an Excel binary file and streams it to= the specified System.IO.Stream or, a class derived from System.IO.Stream (for example,= System.IO.FileStream). I= f you pass Save a Sy= stem.IO.FileStream, ExcelWriter will save the generated file on the = server. If you pass Save Response.OutputStream, E= xcelWriter will stream the the generated file to the client.

Save(System.Web.HttpResponse)

If you pass Save an HttpResponse<= /tt> object object, ExcelWriter will stream the generated file to the c= lient.

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

If you pass Save an HttpResponse object, ExcelWriter will stream the gener= ated file to the client. This method allows you to specify a default client= -side file name, and whether the file should be opened in the browser windo= w or in Microsoft Excel.
=20

SharePo= int Integration Extension Methods

=20
=20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20

Overload

Description

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

Generates an Excel binary or OOXML file and save= s it to a SharePoint Document Library.

Save(Microsoft.SharePoint.SPListItem, String)

Generates an Excel binary or OOXML file and save= s it as an attachment to a SharePoint list item.
------=_Part_9562_452221713.1711695007373--