28 Star 444 Fork 121

625 / chain-poi-excel

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
Clone or Download
README-tree.md 9.20 KB
Copy Edit Web IDE Raw Blame History
625 authored 2022-07-22 20:42 . readme 更新
ExcelHelper 结构概览 点击展开
opsExport 导出Excel
opsSheet 声明sheet
opsHeader 设置表头
complex 复杂表头
text 单元格声明
simple 简单表头
title 大标题
text 列标题
texts 列标题批量
noFreeze 不冻结表头
opsColumn 设置导出字段
field 字段设置
color 字体颜色
width 宽度
height 高度
wrapText 自动换行
addgn 水平定位
backColor 背景色
pattern 内容格式化
dropdown 下拉框
comment 注释
mergerRepeat 纵向自动合并
vaddgn 垂直定位
verifyIntNum 验证整数
verifyFloatNum 验证浮点数字
verifyDate 验证日期
verifyText 验证单元格
verifyCustom 自定义验证
outHandle 输出回调钩子
fields 批量字段设置
opsFooter 设置表尾
text 单元格内容
sheetName sheet名称
width 统一宽度
height 统一高度
autoNum 自动序号
autoNumColumnWidth 自动序号列宽度
mergeCells 批量合并单元格
mergeCellsIndex 批量合并单元格(下标形式)
mergeCell 合并单元格
parallelSheet 并行导出sheet
style 全局样式覆盖
password 密码设置
createBook 输出Workbook
fillBook 填充Workbook
export 执行导出
opsReplace 读模板导出Excel
from 文件源
variable 变量替换
variables 批量变量替换
password 设置密码
replace 输出workbook
replaceTo 输出文件
opsParse 解析Excel声明
from 文件源
opsSheet 解析sheet区域声明
opsColumn 解析列定义
field 字段
notNdll 不能为空
asInt 类型int
asBoolean 类型boolean
asString 类型string
asLong 类型Long
asBigDecimal 类型Bigdecimal
asDate 类型Date
asDouble 类型Double
asFloat 类型Float
asImg 类型Img
asShort 类型Short
asChar 类型Char
asByCustom 自定义类型
callBack 解析回调钩子
parse 解析文件
Java
1
https://gitee.com/stupid1t/poi-excel.git
git@gitee.com:stupid1t/poi-excel.git
stupid1t
poi-excel
chain-poi-excel
master

Search