ODAC export to EXCEL

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
JONATHAN_CHIEN
Posts: 1
Joined: Sun 11 Oct 2009 08:24

ODAC export to EXCEL

Post by JONATHAN_CHIEN » Sun 11 Oct 2009 08:32

How to use ODAC to export oracle data to Excel file

Delphi 6.0

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 12 Oct 2009 07:48

You can use the components from the Servers tab (TExcelApplication, TExcelWorksheet) to insert data into an Excel file. See Microsoft documentation to get information about methods and properties of Excel objects.

Post Reply