Online Documentation for Advanced Data Import for RAD Studio VCL
Advanced Data Import Component
EMS Advanced Data Import for RAD Studio VCL represents a set of tools for importing data to any TDataset component from files in different formats, such as Microsoft Excel, Microsoft Access, DBF, XML, CSV, TXT, HTML, DOCX, ODT, ODS, XLSX, and XML Document.
From a programmer's point of view the component represents a homomorphic hierarchy of classes with the common ancestor TQImport3. Beside the basic properties, methods and events, some specific characteristics are included in descendant classes.
The TQImport3Wizard component allows you to define all the import settings and import your data to the dataset from Excel, DBF, XML, CSV and TXT files within a dialog window. Using TQImport3Wizard you can add all the functionality of Advanced Data Import for RAD Studio VCL to your application within a single line of code!
Advanced Data Import for RAD Studio VCL provides a collection of the following components:
Component |
Brief description |
Common data import component |
|
Provides data import from MS Access databases |
|
Provides data import from CSV and TXT files |
|
Provides data import from a TDataSet component. |
|
Provides data import from DBF files |
|
Provides data import from MS Word tables |
|
Intended for importing tables from HTML pages |
|
Provides data import from OpenDocument Spreadsheet files (Open Document format) |
|
Provides data import from the tables of OpenDocument Text files (Open Document format) |
|
Provides a dialog window to define all the import settings |
|
Provides the same functionality as TQImport3Wizard component, including import from Access |
|
Provides data import from XLS files |
|
Intended for importing the MS Excel sheets |
|
Provides data import from XML files |
|
Provides data import from generic XML files using XPath and DataLocation (tlAttributes, tlSubNodes) |