Re: HSSF: Write Excel-spreadsheets

2009-01-16 Thread kk
Hi Pierre, many thanx for the quick response. I was away from my mails to answere sooner. >Just call HSSFFormulaEvaluator.evaluateAllFormulaCells(workbook) to refresh >the whole workbook formula results. Seems excactly the thing I was searching for but didn't finde. >For you getRow() issue, I

Add JSP generated table to Excelworkbook created using POI

2009-01-16 Thread saurabh321
Hi I have created a workbook using following code : HSSFWorkbook wb = new HSSFWorkbook(); HSSFSheet sheet1 = wb.createSheet("new sheet"); OutputStream out = response.getOutputStream();