类 XlsxReader

所有已实现的接口:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class XlsxReader extends DefaultHandler
已文件流的方式读取07版excel,支持读取大的excel文件
date: 2016年9月10日
版本:
0.1
作者:
jingma
  • 字段详细资料

    • log

      protected org.apache.commons.logging.Log log
      日志
    • pkg

      protected org.apache.poi.openxml4j.opc.OPCPackage pkg
    • sheet

      protected InputStream sheet
    • curRow

      protected int curRow
      当前行
    • curCol

      protected int curCol
      当前列
  • 构造器详细资料

    • XlsxReader

      public XlsxReader()
  • 方法详细资料