PDA

View Full Version : AbstractExcelView



sumit4u32
Mar 10th, 2008, 01:48 AM
A structure is created using javascript which contains excel button.

the method written below is of AbstractExcelView class of spring framework

protected void buildExcelDocument(Map model, HSSFWorkbook wb, HttpServletRequest request, HttpServletResponse response)


on the click of excel button, the above written function is called, in which object of HFFSWorkbook wb contains poifs as null for the first time
but is always there there after....


why's poifs null for the first time in HSSFWorkbook wb?