I've been researching of ways on how to Read. update, and save excel files using C++ but I keep running on to dead ends. You see most of the tutorials I see, suggest that I must convert the xls files to csv format for it to be easier. Unfortunately, I am not allowed to do that.
Is there any good tutorial on how to do read xls files in c++? I need to know the API needed, error handling, etc. Thanks