Package | Description |
---|---|
cn.orionsec.kit.office.excel.split |
Modifier and Type | Method and Description |
---|---|
ExcelRowSplit |
ExcelRowSplit.columns(int... columns)
设置读取的列
|
ExcelRowSplit |
ExcelRowSplit.columnSize(int columnSize)
设置列数 用于设置列宽
|
ExcelRowSplit |
ExcelRowSplit.header(String... header)
设置表头
|
ExcelRowSplit |
ExcelRowSplit.protect(String password)
保护表格
|
ExcelRowSplit |
ExcelRowSplit.skip()
跳过头部一行
|
ExcelRowSplit |
ExcelRowSplit.skip(int skip)
跳过头部多行
|
ExcelRowSplit |
ExcelRowSplit.split()
执行拆分
|
Copyright © 2024. All rights reserved.