I have a CSV file with 5 sheets.
I want to read the second sheet.(Basically specify which sheet to read in my code).
Currently using CsvReader and CsvWriter java packages to read /write to a csv file. Which works great!!!
But is there anyway I can specify which sheet I want to read?
Anyone tried this out?
Thanks
CSV file format does not support multiple sheets. You can save only only one sheet per file in CSV file format.