Table of Contents

FlexCelPdfExport.Export Method

Overloads

FlexCelPdfExport.Export(Stream)

Exports the active sheet of the associated xls workbook to a stream.

Remarks

This method is a shortcut for calling BeginExport/ ExportSheet/EndExport.

Syntax

Namespace: FlexCel.Render

public void Export(Stream pdfStream)

Parameters

<-> Parameter Type Description
pdfStream Stream Stream where the result will be written.

See also

FlexCelPdfExport.Export(String)

Exports the active sheet of the associated xls workbook to a file.

Remarks

This method is a shortcut for calling BeginExport/ ExportSheet/EndExport.

Syntax

Namespace: FlexCel.Render

public void Export(String fileName)

Parameters

<-> Parameter Type Description
fileName String File to export.

See also