Results 1 to 4 of 4
Hello,
I was just wondering what was the best way to edit spreadsheets in C++. I am trying to create a timesheet for several people in one spreadsheet. So each ...
- 12-02-2009 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 47
The best way to edit spreadsheets in C++
Hello,
I was just wondering what was the best way to edit spreadsheets in C++. I am trying to create a timesheet for several people in one spreadsheet. So each person has a different worksheet, and the collection of worksheets are in one spreadsheet.
I know xml can handle this task.
What is the best way of reading XML files and adding in the extra times for each person? I have only been using C++ for a few months, but I am a fast learner, and I am also using QT4.
Thank-you for your help
- 12-02-2009 #2
Are you trying to edit a microsft excel spreadsheet or an openoffice spreadsheet? Good luck with that, it is a binary file. As for XML in C++, I would just google for xml c++ tutorial or something similar.
- 12-02-2009 #3Just Joined!
- Join Date
- Oct 2007
- Posts
- 47
i know its next to impossible to edit microsoft excell spreadsheets, but I do know that XML can do spreadsheets really easily, and thus I would like to know how to edit xml, or if there is another option out there.
I am trying to learn tinyXml with no success at the moment.
- 12-04-2009 #4Just Joined!
- Join Date
- Jul 2009
- Location
- Chicago, IL
- Posts
- 9


Reply With Quote
