If you know a certain c++ library treat with excel sheet with efficient way that can read acertain row or columns Support me by it
farag -3 Junior Poster in Training
Recommended Answers
Jump to PostC# and VB are much better languages than C and C++ for reading Excel spreadsheets. The easiest way to do it in C/C++ is to load Excell and export the data to a text file, manipulate that text file, then input it back into Excel.
Jump to PostI always avoid using the .xls if possible. .xml is fairly easy to read and write with c++. Be careful though, because the xml file will change in unexpected ways if you do something in excel.
All 5 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
codeaa 3 Junior Poster in Training
abrou 0 Newbie Poster
farag -3 Junior Poster in Training
abrou 0 Newbie Poster
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.