Regarding delphi tools export to excel successfully ?

Asked By 0 points N/A Posted on -
qa-featured

I am at present using some Delphi tools for exporting data to excel. But in some cases not in always, I am facing a little loss of data, especially graphical data. What's the solution?

SHARE
Answered By 10 points N/A #131642

Regarding delphi tools export to excel successfully ?

qa-featured

Hallo Kierstan,

Note that the Delphi Excel Server Components can be able to only work if Excel has been installed on the current system. This should be the same system that has been used for CreateOleObject.

Another possible scenario will be the following:

TmxNativeExcel Component features can be used to create excel files. Its code can be 100% native and therefore you will not need to have Office installed on your computer, or OCX or any other tools. So just try using these two methods and see if they will help you prevent the loss of data.

Hope this helps.

Regards,

Carl

 

Related Questions