跳过导航链接
B C E G R S V 

B

builder(ExcelFunctions.ExcelVersion) - 类 中的静态方法cn.minsin.excel.ExcelFunctions
创建空工作簿
builder(InputStream) - 类 中的静态方法cn.minsin.excel.ExcelFunctions
加载已经存在的excel文件
builder(InputStream, ExcelFunctions.ExcelVersion) - 类 中的静态方法cn.minsin.excel.ExcelFunctions
加载已经存在的excel文件 并制定excel的版本
builderCustomize(InputStream) - 类 中的静态方法cn.minsin.excel.ExcelFunctions
自定义解析Excel 在某些情况,通用的Excel解析是不会满足条件的,那么这个方法会提供了将Inputsteam转换成workbook

C

cell(int, Object) - 类 中的方法cn.minsin.excel.ExcelFunctions
 
cn.minsin.excel - 程序包 cn.minsin.excel
 
cn.minsin.excel.model - 程序包 cn.minsin.excel.model
 

E

error(HttpServletResponse, String, Exception) - 类 中的静态方法cn.minsin.excel.ExcelFunctions
 
ExcelFunctions - cn.minsin.excel中的类
解析Excel

导出:builder->sheet->row->cell->export 每一步都不能少

导入:builder->cellValueList 会返回一个复杂类型' Map>>' 第一层Map 是sheet key为sheet的名字 第二层List 是这个sheet里面的行 第三层Map的key为指定下标的值

ExcelFunctions.ExcelVersion - cn.minsin.excel中的枚举
Excel版本
ExcelRowModel - cn.minsin.excel.model中的类
 
ExcelRowModel() - 类 的构造器cn.minsin.excel.model.ExcelRowModel
 
export(String) - 类 中的方法cn.minsin.excel.ExcelFunctions
D://upload/aaa
export(HttpServletResponse, String) - 类 中的方法cn.minsin.excel.ExcelFunctions
aaa

G

getCellRealValue(Cell) - 类 中的静态方法cn.minsin.excel.ExcelFunctions
获取CellValue
getCells() - 类 中的方法cn.minsin.excel.model.ExcelRowModel
 
getCellValueList(String[], int, int[]) - 类 中的方法cn.minsin.excel.ExcelFunctions
获取指定的Excel中的值
getExcelTempalte(String) - 类 中的静态方法cn.minsin.excel.ExcelFunctions
获取Excel文件
getRowIndex() - 类 中的方法cn.minsin.excel.model.ExcelRowModel
 
getSuffix() - 枚举 中的方法cn.minsin.excel.ExcelFunctions.ExcelVersion
 
getVersion() - 类 中的方法cn.minsin.excel.ExcelFunctions
获取当前excel的Version
getWorkBook() - 类 中的方法cn.minsin.excel.ExcelFunctions
 
getYear() - 枚举 中的方法cn.minsin.excel.ExcelFunctions.ExcelVersion
 

R

row(int) - 类 中的方法cn.minsin.excel.ExcelFunctions
 

S

setCells(Map<Integer, Object>) - 类 中的方法cn.minsin.excel.model.ExcelRowModel
 
setRowIndex(int) - 类 中的方法cn.minsin.excel.model.ExcelRowModel
 
sheet(int) - 类 中的方法cn.minsin.excel.ExcelFunctions
 
sheet(int, String) - 类 中的方法cn.minsin.excel.ExcelFunctions
 

V

valueOf(String) - 枚举 中的静态方法cn.minsin.excel.ExcelFunctions.ExcelVersion
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.minsin.excel.ExcelFunctions.ExcelVersion
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
version(ExcelFunctions.ExcelVersion) - 类 中的方法cn.minsin.excel.ExcelFunctions
设置excel的版本
B C E G R S V 
跳过导航链接

Copyright © 2019. All rights reserved.