摘要:
package testExcelFile; import java.beans.BeanInfo; import java.beans.IntrospectionException; import java.beans.Introspector; import java.beans.PropertyDescriptor; import java.lang.reflect.Invocation... 阅读全文
摘要:
一.JAVA使用POI读取EXCEL文件的简单model 1.所需要的jar commons-codec-1.10.jarcommons-logging-1.2.jarjunit-4.12.jarlog4j-1.2.17.jar poi-3.7-20101029.jarpoi-examples-3. 阅读全文