Table of contents
- What is Advanced Data Export VCL?
- What versions of Delphi and C++ Builder are supported?
- How to clean the "demo" header in the exported reports?
- I'm trying to set the headings for an Excel spreadsheet export and don't seem to get the right format. I am constructing a StringList in Delphi where the entries look something like these strings: "field1 = Name", "field2 = Address". How should I reformat them?
- I have downloaded the AdvancedExportFullSetup.zip file from your website, installed the component suite, and tried running the "Excel" demo that you supply. But when I press "Export Data!" button I get the exception message "Argentina is not a valid integer". What am I doing wrong?
- How to install Advanced Data Export VCL?
Q:
What is Advanced Data Export VCL?
A:
Advanced Data Export VCL is a component suite for Borland Delphi and C++ Builder that allows you to save your data in the most popular data formats for the future viewing, modification, printing or web publication. You can export data into MS Access, MS Excel, MS Word (RTF), Open XML Format, Open Document Format (ODF), HTML, XML, PDF, TXT, DBF, CSV and more! There will be no need to waste your time on tiresome data conversion - Advanced Data Export VCL will do the task quickly and will give the result in the desired format.
Q:
I'm trying to set the headings for an Excel spreadsheet export and don't seem to get the right format. I am constructing a StringList in Delphi where the entries look something like these strings: "field1 = Name", "field2 = Address". How should I reformat them?
A:
Q:
I have downloaded the AdvancedExportFullSetup.zip file from your website, installed the component suite, and tried running the "Excel" demo that you supply. But when I press "Export Data!" button I get the exception message "Argentina is not a valid integer". What am I doing wrong?
A:
The exception message you get emerges only when you run your application in Delphi IDE. This exception emerges as a result of data type definition procedure and this is correct. If you run your application without IDE this exception will not rise. If this exception disturbs you it can be disabled in the Delphi debugger options. You can simply add the "EConvertError" type in the "Exception Types to Ignore" section on "Language Exceptions" tab of Debugger Options to shut down this exception.
Q:
How to install Advanced Data Export VCL?
A:
To install Advanced Data Export VCL you should do the following:
1. Download zip-archive from our website and unpack it.
2. Run the executive file.
3. Enter your registration name and key (if you have the full version).
4. Then choose the required settings and follow the steps of the installer. The installer will automatically integrate components into Delphi and C++ Builder environments.
1. Download zip-archive from our website and unpack it.
2. Run the executive file.
3. Enter your registration name and key (if you have the full version).
4. Then choose the required settings and follow the steps of the installer. The installer will automatically integrate components into Delphi and C++ Builder environments.




