A form used to define options for CSV text data imports.
Namespace: com.mindfusion.spreadsheet.standardforms
Package: com.mindfusion.spreadsheet.standardforms
Java
![]() |
---|
public class CSVImportForm extends JDialog |
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.
java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
com.mindfusion.spreadsheet.standardforms.CSVImportForm