Search
CSVImportForm Class
Remarks See Also
 






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

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

 Syntax

Java  Copy Code

public class CSVImportForm extends JDialog

 Remarks

This form can be used to import data from an CSV file. The form provides control over the import settings as well as preview of the imported data. To use the form, create an instance of the CsvImportForm class, by specifying the name of the CSV file to import, and call the setVisible method. The data can be subsequently imported in a worksheet by calling the form's importData method.

 Inheritance Hierarchy

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

 See Also