Search
CSVExportForm Class
Remarks See Also
 






A form used to define options for CSV text data exports.

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

 Syntax

Java  Copy Code

public class CSVExportForm extends JDialog

 Remarks

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.

 Inheritance Hierarchy

java.lang.Object
    java.awt.Component
        java.awt.Container
            java.awt.Window
                java.awt.Dialog
                    javax.swing.JDialog
                        com.mindfusion.spreadsheet.standardforms.CSVExportForm

 See Also