构造器和说明 |
---|
ExcelWriter(java.io.InputStream templateInputStream,
java.io.OutputStream outputStream,
ExcelTypeEnum typeEnum,
java.lang.Boolean needHead,
WriteHandler writeHandler)
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
ExcelWriterTableBuilder |
ExcelWriterTableBuilder.registerWriteHandler(WriteHandler writeHandler)
Custom write handler
|
ExcelWriterSheetBuilder |
ExcelWriterSheetBuilder.registerWriteHandler(WriteHandler writeHandler)
Custom write handler
|
ExcelWriterBuilder |
ExcelWriterBuilder.registerWriteHandler(WriteHandler writeHandler)
Custom write handler
|
限定符和类型 | 接口和说明 |
---|---|
interface |
CellWriteHandler |
interface |
RowWriteHandler
intercepts handle row creation
|
interface |
SheetWriteHandler
intercepts handle sheet creation
|
interface |
WorkbookWriteHandler
intercepts handle Workbook creation
|
限定符和类型 | 方法和说明 |
---|---|
static java.util.List<WriteHandler> |
DefaultWriteHandlerLoader.loadDefaultHandler(java.lang.Boolean useDefaultStyle)
Load default handler
|
限定符和类型 | 类和说明 |
---|---|
class |
AbstractMergeStrategy |
class |
LoopMergeStrategy
The regions of the loop merge
|
class |
OnceAbsoluteMergeStrategy
It only merges once when create cell(firstRowIndex,lastRowIndex)
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<WriteHandler> |
WriteBasicParameter.getCustomWriteHandlerList() |
限定符和类型 | 方法和说明 |
---|---|
void |
WriteBasicParameter.setCustomWriteHandlerList(java.util.List<WriteHandler> customWriteHandlerList) |
限定符和类型 | 方法和说明 |
---|---|
java.util.Map<java.lang.Class<? extends WriteHandler>,java.util.List<WriteHandler>> |
AbstractWriteHolder.getWriteHandlerMap() |
java.util.Map<java.lang.Class<? extends WriteHandler>,java.util.List<WriteHandler>> |
AbstractWriteHolder.getWriteHandlerMap() |
java.util.Map<java.lang.Class<? extends WriteHandler>,java.util.List<WriteHandler>> |
WriteHolder.writeHandlerMap()
What handler does the currently operated cell need to execute
|
java.util.Map<java.lang.Class<? extends WriteHandler>,java.util.List<WriteHandler>> |
WriteHolder.writeHandlerMap()
What handler does the currently operated cell need to execute
|
java.util.Map<java.lang.Class<? extends WriteHandler>,java.util.List<WriteHandler>> |
AbstractWriteHolder.writeHandlerMap() |
java.util.Map<java.lang.Class<? extends WriteHandler>,java.util.List<WriteHandler>> |
AbstractWriteHolder.writeHandlerMap() |
限定符和类型 | 方法和说明 |
---|---|
void |
AbstractWriteHolder.setWriteHandlerMap(java.util.Map<java.lang.Class<? extends WriteHandler>,java.util.List<WriteHandler>> writeHandlerMap) |
void |
AbstractWriteHolder.setWriteHandlerMap(java.util.Map<java.lang.Class<? extends WriteHandler>,java.util.List<WriteHandler>> writeHandlerMap) |
限定符和类型 | 类和说明 |
---|---|
class |
AbstractCellStyleStrategy
Cell style strategy
|
class |
AbstractVerticalCellStyleStrategy
Use the same style for the column
|
class |
HorizontalCellStyleStrategy
Use the same style for the row
|
限定符和类型 | 类和说明 |
---|---|
class |
AbstractColumnWidthStyleStrategy |
class |
AbstractHeadColumnWidthStyleStrategy
Returns the column width according to each column header
|
class |
LongestMatchColumnWidthStyleStrategy
Take the width of the longest column as the width.
|
class |
SimpleColumnWidthStyleStrategy
All the columns are the same width
|
限定符和类型 | 类和说明 |
---|---|
class |
AbstractRowHeightStyleStrategy
Set the row height strategy
|
class |
SimpleRowHeightStyleStrategy
Set the head column high and content column high
|