Answered by:
Excel C++ Reading/Editing API

Question
-
Hi,
I realize there are several APIs / libraries for reading and editing excel files in c++. However, I am interested in one that will keep up support for coming versions of excel as well.
Therefore: Is there any "standard" api/library supported by any person/company/institution that will, at least, as far as one can tell, at this point in time, keep up support fur coming releases of excel? What are the most "standard" c++ Excel reading/editing APIs?
Cheers!
C :)
- Edited by hansaaa Saturday, May 4, 2013 5:26 AM
Saturday, May 4, 2013 5:26 AM
Answers
-
>Therefore: Is there any "standard" api/library supported by any person/company/institution that will, at least, as far as one can tell, at this point in time, keep up support fur coming releases of excel? What are the most "standard" c++ Excel reading/editing APIs?
The MS COM based object model would be the one I'd use.
http://www.codeproject.com/Articles/15837/Accessing-Excel-Spreadsheets-via-C
Dave
- Marked as answer by Elegentin Xie Friday, May 10, 2013 10:24 AM
Saturday, May 4, 2013 8:00 AM -
Hi,
I realize there are several APIs / libraries for reading and editing excel files in c++. However, I am interested in one that will keep up support for coming versions of excel as well.
Therefore: Is there any "standard" api/library supported by any person/company/institution that will, at least, as far as one can tell, at this point in time, keep up support fur coming releases of excel? What are the most "standard" c++ Excel reading/editing APIs?
Cheers!
C :)
I suggest reading excel using ODBC as it needs to support coming versions
Thanks, Renjith V R
- Marked as answer by Elegentin Xie Friday, May 10, 2013 10:24 AM
Saturday, May 4, 2013 8:47 AM
All replies
-
>Therefore: Is there any "standard" api/library supported by any person/company/institution that will, at least, as far as one can tell, at this point in time, keep up support fur coming releases of excel? What are the most "standard" c++ Excel reading/editing APIs?
The MS COM based object model would be the one I'd use.
http://www.codeproject.com/Articles/15837/Accessing-Excel-Spreadsheets-via-C
Dave
- Marked as answer by Elegentin Xie Friday, May 10, 2013 10:24 AM
Saturday, May 4, 2013 8:00 AM -
Hi,
I realize there are several APIs / libraries for reading and editing excel files in c++. However, I am interested in one that will keep up support for coming versions of excel as well.
Therefore: Is there any "standard" api/library supported by any person/company/institution that will, at least, as far as one can tell, at this point in time, keep up support fur coming releases of excel? What are the most "standard" c++ Excel reading/editing APIs?
Cheers!
C :)
I suggest reading excel using ODBC as it needs to support coming versions
Thanks, Renjith V R
- Marked as answer by Elegentin Xie Friday, May 10, 2013 10:24 AM
Saturday, May 4, 2013 8:47 AM