| 程序包 | 说明 |
|---|---|
| com.centit.support.report |
| 限定符和类型 | 方法和说明 |
|---|---|
static ExcelTypeEnum |
ExcelTypeEnum.checkFileExcelType(byte[] headerBytes) |
static ExcelTypeEnum |
ExcelTypeEnum.checkFileExcelType(InputStream inputStream) |
static ExcelTypeEnum |
ExcelTypeEnum.checkFileExcelType(String filePath) |
static ExcelTypeEnum |
ExcelTypeEnum.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ExcelTypeEnum[] |
ExcelTypeEnum.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static LeftRightPair<ExcelTypeEnum,InputStream> |
ExcelImportUtil.checkExcelInputStreamType(InputStream input)
判断 excel流类型
|
| 限定符和类型 | 方法和说明 |
|---|---|
static List<String[]> |
ExcelImportUtil.loadDataFromExcel(InputStream excelFile,
ExcelTypeEnum excelType,
int sheetIndex,
int[] columnList,
int[] rowList) |
static List<String[]> |
ExcelImportUtil.loadDataFromExcel(InputStream excelFile,
ExcelTypeEnum excelType,
int sheetIndex,
int beginCol,
int beginRow)
所有的行列都是 0 Base的
|
static List<String[]> |
ExcelImportUtil.loadDataFromExcel(InputStream excelFile,
ExcelTypeEnum excelType,
int sheetIndex,
int beginCol,
int endCol,
int beginRow)
所有的行列都是 0 Base的
|
static List<String[]> |
ExcelImportUtil.loadDataFromExcel(InputStream excelFile,
ExcelTypeEnum excelType,
int sheetIndex,
int beginCol,
int endCol,
int beginRow,
int endRow)
所有的行列都是 0 Base的
|
static List<String[]> |
ExcelImportUtil.loadDataFromExcel(InputStream excelFile,
ExcelTypeEnum excelType,
String sheetName,
int[] columnList,
int[] rowList) |
static List<String[]> |
ExcelImportUtil.loadDataFromExcel(InputStream excelFile,
ExcelTypeEnum excelType,
String sheetName,
int beginCol,
int beginRow)
所有的行列都是 0 Base的
|
static List<String[]> |
ExcelImportUtil.loadDataFromExcel(InputStream excelFile,
ExcelTypeEnum excelType,
String sheetName,
int beginCol,
int endCol,
int beginRow)
所有的行列都是 0 Base的
|
static List<String[]> |
ExcelImportUtil.loadDataFromExcel(InputStream excelFile,
ExcelTypeEnum excelType,
String sheetName,
int beginCol,
int endCol,
int beginRow,
int endRow)
所有的行列都是 0 Base的
|
static List<Map<String,Object>> |
ExcelImportUtil.loadMapFromExcel(InputStream excelFile,
ExcelTypeEnum excelType,
int sheetIndex,
Map<Integer,String> fieldDesc,
int beginRow) |
static List<Map<String,Object>> |
ExcelImportUtil.loadMapFromExcel(InputStream excelFile,
ExcelTypeEnum excelType,
int sheetIndex,
Map<Integer,String> fieldDesc,
int beginRow,
int endRow) |
static List<Map<String,Object>> |
ExcelImportUtil.loadMapFromExcel(InputStream excelFile,
ExcelTypeEnum excelType,
String sheetName,
Map<Integer,String> fieldDesc,
int beginRow) |
static List<Map<String,Object>> |
ExcelImportUtil.loadMapFromExcel(InputStream excelFile,
ExcelTypeEnum excelType,
String sheetName,
Map<Integer,String> fieldDesc,
int beginRow,
int endRow) |
static <T> List<T> |
ExcelImportUtil.loadObjectFromExcel(InputStream excelFile,
ExcelTypeEnum excelType,
int sheetIndex,
Class<T> beanType,
Map<Integer,String> fieldDesc,
int beginRow) |
static <T> List<T> |
ExcelImportUtil.loadObjectFromExcel(InputStream excelFile,
ExcelTypeEnum excelType,
int sheetIndex,
Class<T> beanType,
Map<Integer,String> fieldDesc,
int beginRow,
int endRow) |
static <T> List<T> |
ExcelImportUtil.loadObjectFromExcel(InputStream excelFile,
ExcelTypeEnum excelType,
String sheetName,
Class<T> beanType,
Map<Integer,String> fieldDesc,
int beginRow) |
static <T> List<T> |
ExcelImportUtil.loadObjectFromExcel(InputStream excelFile,
ExcelTypeEnum excelType,
String sheetName,
Class<T> beanType,
Map<Integer,String> fieldDesc,
int beginRow,
int endRow) |
Copyright © 2025 江苏南大先腾信息产业股份有限公司. All rights reserved.