reading cell value from excel through C++
-
Dear friends, Am writing one application. am done with 60%. rest is to read and write the data in excel/csv file. Could you help me to how to write and read the excel/csv by cell by cell.?
-
Dear friends, Am writing one application. am done with 60%. rest is to read and write the data in excel/csv file. Could you help me to how to write and read the excel/csv by cell by cell.?
;) :^)
-
Dear friends, Am writing one application. am done with 60%. rest is to read and write the data in excel/csv file. Could you help me to how to write and read the excel/csv by cell by cell.?
A csv file is nothing other than having values separated by a , So, in essence if you create a simple .txt file which contains values separated by a comma operator, the file should open quite happily in Excel. Steps: 1. From your code create a file ABC.csv 2. Put values in the file as 1,2,3.... and so on 3. Save the file from your code. 4. Open excel and you should see the correct contents in the format you wished.
You talk about Being HUMAN. I have it in my name AnsHUMAN