Hi, I'm a rookie JSP programmer and POI is also new to me. Please, I'll appreciate if someone helps me by telling me what should I do to make HSSF work with an JSP application.
What I tried to do was to put the POI jar in the WEB-INF/lib directory of my JSP application, and then importing it with the following directive: <%@ page import="org.apache.poi.hssf.usermodel.*"%> but the package is not found by the application. Thanks in advance. --------------------------------------------------------------------- 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/
