A form used to define options for CSV text data exports.
Namespace: com.mindfusion.spreadsheet.standardforms
Package: com.mindfusion.spreadsheet.standardforms
Java Copy Code |
---|
public class CSVExportForm extends JDialog |
This form can be used to export worksheet data to an CSV file. To use the form, create an instance of the CsvExportForm class, by specifying the name of the CSV file to export to, and call the setVisible method. The perform the export using the settings entered by the user, call the form's export method and pass the worksheet to export.
java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
com.mindfusion.spreadsheet.standardforms.CSVExportForm