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()
Analysable
analysis
in interface Analysable
public org.apache.poi.ss.usermodel.PictureData getPicture(int row, int col)
row
- rowcol
- colCopyright © 2024. All rights reserved.