I am using C++ and I am generating a csv file to report some of my testing output. There are some 1000 odd test iterations and each iteration output consumes a row in excel. The reason I use CSV file is so that I can use excel sheet to open it and view the outputs.I am using C++ and I am generating a csv file t