I am generating an excel sheet using POI. I am trying
to set the page breaks and it is not working.
Please help.
The code i am using is :
HSSFWorkbook wb = new HSSFWorkbook();
HSSFSheet sheet = wb.createSheet(Trades);
sheet.setAutobreaks(false);
sheet.setColumnBreak((short) 11);
for(int i=0; i
____________________________________________________
Yahoo! Sports
Rekindle the Rivalries. Sign up for Fantasy Football
http://football.fantasysports.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List: http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/