outputting to multiple worksheets

C

cmumeche

I'm in need of java code (using eclipse) that will allow me to output values
into multiple excel worksheets. At the moment i am able to output my data
into one sheet, but i have over 256 (column IV) entries. I am outputting
their values across the columns and then down the rows for multiple
iterations. The problem is i lose the variable values after column IV. So,
im wondering if there is a line of code which will enable me to open a new
worksheet while inserting values and continue outputting. Thanks

Andrew
 
Top