web中使用POI导入导出EXCEL文件的例子struts1.x的例子,struts2.x可以参考自己修改1.action的写法importjava.io.*;importjava.sql.*;importjava.util.ArrayList;importjavax.servlet.http.HttpServletRequest;importjavax.servlet.http.HttpServletResponse;importorg.apache.poi.hssf.usermodel.*;importorg.apache.struts.action.*;importorg.apache.struts.