public class ExcelXlsImporter extends AbstractExcelImporter
book, BOOK_TYPE_KEY, CHRACTER_WIDTH, importedFont, importedPictureData, importedStyle, workbook| Constructor and Description |
|---|
ExcelXlsImporter() |
| Modifier and Type | Method and Description |
|---|---|
protected Workbook |
createPoiBook(java.io.InputStream is) |
protected int |
getAnchorHeightInPx(ClientAnchor anchor,
Sheet poiSheet)
reference DefaultBookWidgetLoader.getHSSFHeightInPx()
|
protected int |
getAnchorWidthInPx(ClientAnchor anchor,
Sheet sheet)
reference DefaultBookWidgetLoader.getHSSFWidthInPx()
|
protected int |
getXoffsetInPixel(ClientAnchor anchor,
Sheet poiSheet) |
protected int |
getYoffsetInPixel(ClientAnchor anchor,
Sheet poiSheet) |
protected void |
importColumn(Sheet poiSheet,
SSheet sheet)
When a column is hidden with default width, we don't import the width for it's 0.
|
protected void |
importDrawings(Sheet poiSheet,
SSheet sheet)
reference DrawingManagerImpl.initHSSFDrawings()
|
protected void |
importExternalBookLinks()
Excel uses external book links to map external book index and name.
|
protected void |
importPassword(Sheet poiSheet,
SSheet sheet) |
protected void |
importSheetProtection(Sheet poiSheet,
SSheet sheet)
POI SheetProtection.
|
protected void |
importTables(Sheet poiSheet,
SSheet sheet)
POI sheet tables
|
protected void |
importValidation(Sheet poiSheet,
SSheet sheet) |
protected void |
setBookType(SBook book) |
protected boolean |
skipName(Name definedName) |
createZssFont, getBookType, importAutoFilterColumns, importCell, importCellStyle, importCellStyle, importFont, importMergedRegions, importNamedRange, importPicture, importRichText, importRow, imports, importSheet, importSheetDefaultColumnWidth, isImportCache, setImportCache, toViewAnchor, toZssFontimports, importsprotected Workbook createPoiBook(java.io.InputStream is) throws java.io.IOException
createPoiBook in class AbstractExcelImporterjava.io.IOExceptionprotected void importExternalBookLinks()
AbstractExcelImporterimportExternalBookLinks in class AbstractExcelImporterprotected void importColumn(Sheet poiSheet, SSheet sheet)
importColumn in class AbstractExcelImporterprotected void importDrawings(Sheet poiSheet, SSheet sheet)
importDrawings in class AbstractExcelImporterpoiSheet - protected int getAnchorHeightInPx(ClientAnchor anchor, Sheet poiSheet)
getAnchorHeightInPx in class AbstractExcelImporteranchor - poiSheet - protected int getAnchorWidthInPx(ClientAnchor anchor, Sheet sheet)
getAnchorWidthInPx in class AbstractExcelImporteranchor - sheet - protected int getXoffsetInPixel(ClientAnchor anchor, Sheet poiSheet)
getXoffsetInPixel in class AbstractExcelImporterprotected int getYoffsetInPixel(ClientAnchor anchor, Sheet poiSheet)
getYoffsetInPixel in class AbstractExcelImporterprotected void importValidation(Sheet poiSheet, SSheet sheet)
importValidation in class AbstractExcelImporterprotected boolean skipName(Name definedName)
skipName in class AbstractExcelImporterprotected void setBookType(SBook book)
setBookType in class AbstractExcelImporterprotected void importPassword(Sheet poiSheet, SSheet sheet)
importPassword in class AbstractExcelImporterprotected void importSheetProtection(Sheet poiSheet, SSheet sheet)
AbstractExcelImporterimportSheetProtection in class AbstractExcelImporterpoiSheet - source POI sheetsheet - destination sheetprotected void importTables(Sheet poiSheet, SSheet sheet)
AbstractExcelImporterimportTables in class AbstractExcelImporterpoiSheet - source POI sheetsheet - destination sheetCopyright © 2005-2010 Potix Corporation. All Rights Reserved.