Board index » delphi » converting excel-sheet to paradox-table

converting excel-sheet to paradox-table

how can i access an excel-sheet in delphi and convert the data to a
paradox table?
thanx in advance...

bastian

 

Re:converting excel-sheet to paradox-table


Quote
BBinder831 (bbinder...@aol.com) wrote:

: how can i access an excel-sheet in delphi and convert the data to a
: paradox table?
: thanx in advance...
:

Hello,

I had success with DDE. It is slow but when you need to do only
occasionally then it is acceptable.
I wrote small TExcelClass with basic functionality for this purpose.
(open/close, next/prior, first/last, FieldByName (no post/cancel))

Tanel

Other Threads