Search
PdfExporter.export Method
See Also
 






Exports the specified worksheet as a PDF file.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public void export (
    Worksheet worksheet,
    String filePath
)

 Parameters

worksheet

The worksheet to export.

filePath

The name of the PDF file.

 See Also