how to read an Excel csv file in Visual Studio2022 C++

Ahmet Orun 20 Reputation points
2023-09-16T23:38:55.98+00:00

Does anyone help about:

how to read/save an Excel csv file in Visual Studio2022 by C++ code

Thanks

Developer technologies C++
{count} votes

1 answer

Sort by: Most helpful
  1. Olaf Helper 47,436 Reputation points
    2023-09-18T06:35:24.3333333+00:00

    how to read/save an Excel csv file

    What exactly now, a CSV = text file with comma separated values or a Excel XLSX file; that are something completely different file types?

    CS + C++ see https://www.geeksforgeeks.org/csv-file-management-using-c/

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.