Search
ImageExporter.export Method
See Also
 






Exports the specified worksheet as an image.

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 file where the image should be stored.

 See Also