1 Star 0 Fork 168

费一鹏 / chain-poi-excel

forked from 625 / chain-poi-excel 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ExcelHelper-Tree.md 14.00 KB
一键复制 编辑 原始数据 按行查看 历史
625 提交于 2022-07-22 20:19 . readme 更新
ExcelHelper 导入导出引导类
  • opsExport 导出Excel
    • opsSheet 声明sheet
      • opsHeader 设置表头
        • complex 复杂表头
          • text 单元格声明
        • simple 简单表头
          • title 大标题
          • text 列标题
          • texts 列标题批量
        • noFreeze 不冻结表头
      • opsColumn 设置导出字段
        • field 字段设置
          • color 字体颜色
          • width 宽度
          • height 高度
          • wrapText 自动换行
          • align 水平定位
          • backColor 背景色
          • pattern 内容格式化
          • dropdown 下拉框
          • comment 注释
          • mergerRepeat 纵向自动合并
          • valign 垂直定位
          • verifyIntNum 验证整数
          • verifyFloatNum 验证浮点数字
          • verifyDate 验证日期
          • verifyText 验证单元格
          • verifyCustom 自定义验证
          • outHandle 输出回调钩子
        • fields 批量字段设置
      • opsFooter 设置表尾
        • text 单元格内容
      • sheetName sheet名称
      • width 统一宽度
      • height 统一高度
      • autoNum 自动序号
      • autoNumColumnWidth 自动序号列宽度
      • mergeCells 批量合并单元格
      • mergeCellsIndex 批量合并单元格(下标形式)
      • mergeCell 合并单元格
    • createBook memo
    • fillBook memo
    • parallelSheet memo
    • style memo
    • export memo
    • password memo
  • opsReplace 读模板导出Excel
    • from 文件源
    • variable 变量替换
    • variables 批量变量替换
    • password 设置密码
    • replace 输出workbook
    • replaceTo 输出文件
  • opsParse 解析Excel声明
    • from 文件源
    • opsSheet 解析sheet区域声明
      • opsColumn 解析列定义
        • field 字段
          • notNull 不能为空
          • 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/fypSpace/poi-excel.git
git@gitee.com:fypSpace/poi-excel.git
fypSpace
poi-excel
chain-poi-excel
master

搜索帮助