程序包 | 说明 |
---|---|
com.sh.wf.excel.write.merge | |
com.sh.wf.excel.write.style | |
com.sh.wf.excel.write.style.column |
限定符和类型 | 类和说明 |
---|---|
class |
AbstractMergeStrategy |
class |
LoopMergeStrategy
The regions of the loop merge
|
class |
OnceAbsoluteMergeStrategy
It only merges once when create cell(firstRowIndex,lastRowIndex)
|
限定符和类型 | 类和说明 |
---|---|
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
|