public class ExcelImgUtil extends Object
| Constructor and Description |
|---|
ExcelImgUtil() |
| Modifier and Type | Method and Description |
|---|---|
static ExcelImgType |
getImgType(File imgFile)
获取图片类型
|
static ListValueMap<String,org.apache.poi.ss.usermodel.PictureData> |
getPicMap(org.apache.poi.ss.usermodel.Workbook workbook,
int sheetIndex)
获取工作簿指定sheet中图片列表
|
public static ExcelImgType getImgType(File imgFile)
imgFile - 图片文件public static ListValueMap<String,org.apache.poi.ss.usermodel.PictureData> getPicMap(org.apache.poi.ss.usermodel.Workbook workbook, int sheetIndex)
workbook - 工作簿WorkbooksheetIndex - sheet的索引PictureDataCopyright © 2024. All rights reserved.