接口 WriteHolder

所有超级接口:
ConfigurationHolder, Holder
所有已知实现类:
AbstractWriteHolder, WriteSheetHolder, WriteTableHolder, WriteWorkbookHolder

public interface WriteHolder extends ConfigurationHolder
Get the corresponding Holder
  • 方法详细资料

    • excelWriteHeadProperty

      ExcelWriteHeadProperty excelWriteHeadProperty()
      What 'ExcelWriteHeadProperty' does the currently operated cell need to execute
      返回:
      ExcelWriteHeadProperty
    • writeHandlerMap

      Map<Class<? extends WriteHandler>,List<WriteHandler>> writeHandlerMap()
      What handler does the currently operated cell need to execute
      返回:
      Map
    • ignore

      boolean ignore(String fieldName, Integer columnIndex)
      Is to determine if a field needs to be ignored
      参数:
      fieldName - String
      columnIndex - Integer
      返回:
      boolean
    • needHead

      boolean needHead()
      Whether a header is required for the currently operated cell
      返回:
      boolean
    • automaticMergeHead

      boolean automaticMergeHead()
      Whether need automatic merge headers.
      返回:
      boolean
    • relativeHeadRowIndex

      int relativeHeadRowIndex()
      Writes the head relative to the existing contents of the sheet. Indexes are zero-based.
      返回:
      int