I want to write the values in excel with heading and the associated values row wise like this
This is what I am trying to do but I am not getting the desired output.
String[] rowHeadings = { "Roll no", "Name", "City", "Country", "Year"};
String[][] values = new String[][] {</code></pre>…
</p>
Could please someone help me with this?
Top comments (0)