Howdy fellas...!
First of all, please move the
thread if this doesn't seem to be the appropriate place for this question, I am posting only because there is
Java code involved here.
My Requirement
is that I need to programmatically print out a
.csv file that has 2 rows as headers. The second row is actually Sub-headers row which has 4-5 sub-headers under each header from first row.
I need to have the headers from Row 1 combined for its sub-headers (like we can in Excel files). I hope the goal is clear.
My questions
1. Is it possible in a
.csv file format to combine columns? (I've tried that in advanced text editors like Textpad, Notepad++ and it doesn't seem to work)
2. Is there a Java utility/class/package readily available to implement that?
Thanks,
Ashutosh.