|
From: JP PAWLAK\(Tiscali\) <jp....@ti...> - 2003-05-09 18:45:08
|
Hello everybody, As I have not for now the commit access (Normally it will come soon), I send the source of the AbstractExcelView. It has to be in a new package "com.interface21.web.servlet.view.excel". In addition "jakarta-poi-1.10.0-dev-20030222.jar" has to be picked up from Jakarta site and put in "lib/poi" for compilation and in the "WEB-INF/lib" of the application for running. The view definition has only one optional parameter: the url of an existing Excel document without the extension. Without this parameter, a from scratch document is provided. In addition, it can append a localisation like properties on the document name provided. The ".xls" extension must be mapped to the Spring servlet in web.xml. An example is provided in the source, the best is to generate the javadoc after integrating it. Regards --------------------------------=A0 Jean-Pierre Pawlak jp....@ti... =A0 |