接口 XlsxRowResultHolder

所有已知实现类:
DefaultCellHandler

public interface XlsxRowResultHolder
Result holder
  • 方法详细资料

    • clearResult

      void clearResult()
      Clear Result
    • appendCurrentCellValue

      void appendCurrentCellValue(char[] ch, int start, int length)
      Append current 'cellValue'
      参数:
      ch - char[]
      start - int
      length - int
    • getCurRowContent

      Map<Integer,CellData> getCurRowContent()
      Get row content
      返回:
      Map