Printing values in different column same row using APACHE POI
Hope this helps Problem is that in your first code, line 1, you are
creating the same row for each gradeList element, so you are overwritten
the row created for the element 80, with the one created with the element
81, etc due to that you only have t
Date : January 12 2021, 08:33 AM , By : Tatyana Emelyanova