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&Telecommunication)
>   

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.

Reply via email to