Hi all
Pls tell me how i can read a data from EXCEL file and copy it to a text file using c++ program.I dont want to do it as manually .(Its for an extended application for software).I want to read the data from perticular cell to the end of file.and i have to copy it to txt file.
Hoping for help.

Shreehari

Google for a C++ Excel library. Alternatively you can use an OLE library to interface with Excel files, but either way you're looking at a third party library to do the heavy lifting.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.