| Package | Description |
|---|---|
| io.keikai.range.impl.imexp |
Keikai Spreadsheet Internal Range API Implementation classes.
|
| org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
| org.zkoss.poi.ss.usermodel | |
| org.zkoss.poi.xssf.streaming | |
| org.zkoss.poi.xssf.usermodel |
| Modifier and Type | Field and Description |
|---|---|
protected Map<PictureData,Integer> |
AbstractExcelImporter.importedPictureData |
| Modifier and Type | Class and Description |
|---|---|
class |
HSSFPictureData
Represents binary data stored in the file.
|
| Modifier and Type | Method and Description |
|---|---|
PictureData |
HSSFPicture.getPictureData() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HSSFWorkbook.deletePictureData(PictureData img) |
| Modifier and Type | Method and Description |
|---|---|
PictureData |
Picture.getPictureData()
Return picture data for this picture
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends PictureData> |
Workbook.getAllPictures()
Gets all pictures from the Workbook.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends PictureData> |
SXSSFWorkbook.getAllPictures()
Gets all pictures from the Workbook.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XSSFPictureData
Raw picture data, normally attached to a SpreadsheetML Drawing.
|
Copyright © 2020. All rights reserved.