public class PictureParser extends Object implements Analysable
| Constructor and Description |
|---|
PictureParser(org.apache.poi.ss.usermodel.Workbook workbook,
org.apache.poi.ss.usermodel.Sheet sheet) |
| Modifier and Type | Method and Description |
|---|---|
void |
analysis()
解析
|
org.apache.poi.ss.usermodel.PictureData |
getPicture(int row,
int col)
获取图片data
|
public PictureParser(org.apache.poi.ss.usermodel.Workbook workbook,
org.apache.poi.ss.usermodel.Sheet sheet)
public void analysis()
Analysableanalysis in interface Analysablepublic org.apache.poi.ss.usermodel.PictureData getPicture(int row,
int col)
row - rowcol - colCopyright © 2025. All rights reserved.