Package | Description |
---|---|
cn.orionsec.kit.office.excel.merge |
Modifier and Type | Method and Description |
---|---|
ExcelMerge |
ExcelMerge.height(int height)
行高
|
ExcelMerge |
ExcelMerge.merge(org.apache.poi.ss.usermodel.Sheet sheet)
执行合并
|
ExcelMerge |
ExcelMerge.protect(String password)
保护表格
|
ExcelMerge |
ExcelMerge.skip()
跳过行
|
ExcelMerge |
ExcelMerge.skip(int skip)
跳过多行
|
ExcelMerge |
ExcelMerge.skipRows()
跳过一行合并sheet
|
ExcelMerge |
ExcelMerge.skipRows(int skip)
跳过多行合并sheet
|
ExcelMerge |
ExcelMerge.width(int width)
设置默认行宽
|
ExcelMerge |
ExcelMerge.width(int column,
int width)
设置行宽
|
Copyright © 2024. All rights reserved.