how to read data from xls file?
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
how to read data from every cells of xls (Ms excell) file? I need sample. thx
-
how to read data from every cells of xls (Ms excell) file? I need sample. thx
There are many way to read and write xls file in this website. http://www.codeproject.com/info/search.asp?cats=2&searchkw=xls&Submit1=Search&author=&sd=15+Nov+1999&ed=27+Jun+2007[^]
-
how to read data from every cells of xls (Ms excell) file? I need sample. thx
See CSpreadSheet - A Class to Read and Write to Excel and Text Delimited Spreadsheet[^] does helpful?
WhiteSky