Hi All, I am Working in Oracle10g. I know the export and import functionality to csv Format. I want in Excel Format not in CSV.
Regards, KUMAR MANISH BE(Electronic&Telecommunication) ----- Original Message ---- From: Namita Iyer <[EMAIL PROTECTED]> To: [email protected] Sent: Tuesday, 29 April, 2008 6:03:12 PM Subject: Re: [twincling] Need sample code for exporting and importing data between excel format and database table KUMAR MANISH wrote: > Hi, > > Where can I find sample Code for "Export Table data to Excel" and "Import > Excel Data To Table Without Header column" in C++ / VC++(MFC). > > Regards, > KUMAR MANISH > BE(Electronic& Telecommunicatio n) > Which database are you working with ? Many databases provide interfaces to export and import data to csv files (csv: comma separated values) and csv files can be opened with speadsheet applications like Excel or OpenOffice.

