1.
I just test this component (yet) with the demo 5.20.67a.
I am searching for a Excel components which CSV files can be imported into an Excel file.
I have indeed found the function ImportCSV () in this forum, but do not know how this function is to be applied. In my Delphi this function is not recognized. When I use the Unit "XLSImportCSV" under "uses" can not find my Delphi this Unit.
A small example of the CSV import in an Excel file would help me a lot!
Many Thanks!
Edit:
After I found that you have to integrate the Unit XLSImportCSV5, can call the function.
The following function call does but not work:
Code: Select all
ImportCSV(XLSReadWriteII5.TXLSReadWriteII5, 0, 0, 'c:\_Programmierung\installierte_Komponeten\Excel_Axolot\AIDA-Export.csv', ';', false);
2.
Furthermore i'm searching a component which an Excel file a column set as date format. Is this with XLSReadWritwII 5 possible?
Many greetings Jürgen