标签:table images typename int who title most 位置 NPU
ylbtech-Java-API-POI:XSSFWorkbook Documentation |
1.返回顶部 |
public class XSSFWorkbook
extends POIXMLDocument
implements Workbook
POIXMLDocumentPart.RelationPart
Modifier and Type | Field and Description |
---|---|
static float |
DEFAULT_CHARACTER_WIDTH
Deprecated.
POI 3.17 beta 1
|
static int |
PICTURE_TYPE_BMP |
static int |
PICTURE_TYPE_EPS |
static int |
PICTURE_TYPE_GIF
Images formats supported by XSSF but not by HSSF
|
static int |
PICTURE_TYPE_TIFF |
static int |
PICTURE_TYPE_WPG |
DOCUMENT_CREATOR, OLE_OBJECT_REL_TYPE, PACK_OBJECT_REL_TYPE
PICTURE_TYPE_DIB, PICTURE_TYPE_EMF, PICTURE_TYPE_JPEG, PICTURE_TYPE_PICT, PICTURE_TYPE_PNG, PICTURE_TYPE_WMF
Constructor and Description |
---|
XSSFWorkbook()
Create a new SpreadsheetML workbook.
|
XSSFWorkbook(java.io.File file)
Constructs a XSSFWorkbook object from a given file.
|
XSSFWorkbook(java.io.InputStream is)
Constructs a XSSFWorkbook object, by buffering the whole stream into memory and then opening an
OPCPackage object for it. |
XSSFWorkbook(OPCPackage pkg)
Constructs a XSSFWorkbook object given a OpenXML4J
Package object, see http://poi.apache.org/oxml4j/. |
XSSFWorkbook(PackagePart part)
Constructs a XSSFWorkbook object using Package Part.
|
XSSFWorkbook(java.lang.String path)
Constructs a XSSFWorkbook object given a file name.
|
XSSFWorkbook(XSSFFactory factory) |
XSSFWorkbook(XSSFWorkbookType workbookType)
Create a new SpreadsheetML workbook.
|
2.返回顶部 |
3.返回顶部 |
4.返回顶部 |
5.返回顶部 |
6.返回顶部 |
作者:ylbtech 出处:http://ylbtech.cnblogs.com/ 本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。 |
Java-API-POI-Excel:XSSFWorkbook Documentation
标签:table images typename int who title most 位置 NPU
原文地址:https://www.cnblogs.com/storebook/p/10551035.html