How to read an excel file.

Hi everyone. I've been looking online for help to read excel data into C++. There is code out there but it looks very complicated. Many people suggest converting the excel file to a CSV file. But would this require me to put commas in every single cell? If so, does anyone know how I would do that?

My plan is to put the data into a matrix that mimics the spreadsheet. So cell A1 on excel would be the element A[0][0] in the C++ matrix, for instance. All the cells contain numbers.

Maybe I could convert the excel file to something other than a CSV file?
But would this require me to put commas in every single cell?

No. You should be able to save from Excel directly to CSV.
where is the complex code any link??
Topic archived. No new replies allowed.