public final class Exports.DataExport
extends java.lang.Object
Constructor and Description |
---|
DataExport() |
Modifier and Type | Method and Description |
---|---|
ExcelFormat |
getExcel()
Export Chart as Excel spreadsheet
|
HTMLFormat |
getHTML()
Export Chart as HTML table
|
TextFormat |
getText()
Export Chart as text
|
XMLFormat |
getXML()
Export Chart to XML data format
|
public XMLFormat getXML()
public TextFormat getText()
Example:
myChart.getExport().getData().getText().save(tmpName);
public HTMLFormat getHTML()
public ExcelFormat getExcel()