// 使用Java POI // 把要两个JAR文件放到lib/ext下 // code run against the jakarta-poi-1.5.0-FINAL-20020506.jar. // and commons-logging-1.0.jar 例子程序: import org.apache.poi.hssf.usermodel.*; import Java.io.FileOutputStream;
// code run against the jakarta-poi-1.5.0-FINAL-20020506.jar. // and commons-logging-1.0.jar public class PoiTest {
static public void main(String[] args) throws Exception {