How can I read specific cells of a xlsx or csv files at C++? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

How can I read specific cells of a xlsx or csv files at C++?

I need to read cells of an excel files, skipping some of them. I tried some things that I found but they didn't work.

19th Nov 2017, 12:02 AM
Toti Muñoz
Toti Muñoz - avatar
1 ответ
0
Hi, you can use boost library, or pure C++, or StrTk, or other CSV I/O library and etc. Please, see this post: https://stackoverflow.com/questions/1120140/how-can-i-read-and-parse-csv-files-in-c
19th Nov 2017, 6:44 AM
Dove
Dove - avatar