poi « Excel « JSP-Servlet Q&A





1. exporting tables to excel / word using POI    stackoverflow.com

i want the code to export tables/ reports to excel and word uisng POI i saw the examples that came with POI but cuoldnot understand.Can anyone provide me a small/easy code ...

2. Display Excel sheet in the Browser?    stackoverflow.com

I need to display the newly generated excel (from tables using Apache POI) in a web browser (whatever it is, Firefox, Opera or IE). I've created the JSP file with

...

3. JSP - Excel using POI    coderanch.com

1.I have Download poi-src-3.0-alpha1-20050704.zip from the website. 2. Extracted it. 3. Put the file poi-2.0-final-20040126.jar into my classpath. 4. import org.apache.poi.poifs.filesystem.* for the poi-poif functionality (POIFSFileSystem etc.) 5. import org.apache.poi.hssf.usermodel.* for the hssf functionality (HSSFWorkbook etc.) but getting fllowing error: type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: ...