Im looking for a microsoft excel example.
I found this here http://www.daniweb.com/forums/thread102795.html
but dosent give a small example of code in work.
What I gathered from the above thread was:
- You cannot write to xls extensions (What about xlsx 2008 office? & can you write to xls?)
- Each cell seperated by a comma and each row by a newline
I dont require to read from it just to write from it.
Adding new rows and not over riding the file each time.
This seems simple enough and possible, if someone could provide a small example it be very much appericated.
I would really like to write a program that writes a xls file with a few major columns and adds 1 row every week with details gathered from a C++ program,
Thankyou for all your input, Regards X