Uses of Interface
org.apache.poi.ss.usermodel.Workbook
-
Packages that use Workbook Package Description io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes.org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files.org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas.org.apache.poi.ss.formula.eval.forked org.apache.poi.ss.usermodel org.apache.poi.ss.util -
-
Uses of Workbook in io.keikai.range.impl.imexp
Fields in io.keikai.range.impl.imexp declared as Workbook Modifier and Type Field Description protected WorkbookAbstractExcelExporter. workbookExporting destination, POI book modelprotected WorkbookAbstractExcelImporter. workbooksource POI bookMethods in io.keikai.range.impl.imexp that return Workbook Modifier and Type Method Description protected abstract WorkbookAbstractExcelExporter. createPoiBook()protected abstract WorkbookAbstractExcelImporter. createPoiBook(InputStream is)protected WorkbookExcelXlsExporter. createPoiBook()protected WorkbookExcelXlsImporter. createPoiBook(InputStream is)protected WorkbookExcelXlsxExporter. createPoiBook()Methods in io.keikai.range.impl.imexp with parameters of type Workbook Modifier and Type Method Description static StringBookHelper. colorToBackgroundHTML(Workbook book, Color color)static StringBookHelper. colorToBorderHTML(Workbook book, Color color)static StringBookHelper. colorToForegroundHTML(Workbook book, Color color)static StringBookHelper. colorToHTML(Workbook book, Color color)static StringBookHelper. getFontHTMLColor(Workbook book, Font font)protected FontAbstractExcelImporter. getPoiFontFromRichText(Workbook book, Cell cell, RichTextString rstr, int run)static ColorBookHelper. HTMLToColor(Workbook book, String color)static voidBookHelper. setFontColor(Workbook book, Font font, Color color) -
Uses of Workbook in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model with parameters of type Workbook Modifier and Type Method Description intInternalWorkbook. linkExternalWorkbook(String name, Workbook externalWorkbook) -
Uses of Workbook in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement Workbook Modifier and Type Class Description classHSSFWorkbookHigh level representation of a workbook.Methods in org.apache.poi.hssf.usermodel that return Workbook Modifier and Type Method Description WorkbookHSSFWorkbookFactory. create(File file, String password, boolean readOnly)WorkbookHSSFWorkbookFactory. create(InputStream inp)WorkbookHSSFWorkbookFactory. create(InputStream inp, String password)Methods in org.apache.poi.hssf.usermodel with parameters of type Workbook Modifier and Type Method Description static voidHSSFFormulaEvaluator. evaluateAllFormulaCells(Workbook wb)Loops over all cells in all sheets of the supplied workbook.StringHSSFCellStyle. getDataFormatString(Workbook workbook)Get the contents of the format string, by looking up the DataFormat against the supplied workbookHSSFFontHSSFCellStyle. getFont(Workbook parentWorkbook)gets the font for this styleintHSSFWorkbook. linkExternalWorkbook(String name, Workbook workbook)Adds the LinkTable records required to allow formulas referencing the specified external workbook to be added to this one. -
Uses of Workbook in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula with parameters of type Workbook Modifier and Type Method Description static voidBaseFormulaEvaluator. evaluateAllFormulaCells(Workbook wb)Loops over all cells in all sheets of the supplied workbook.protected static voidBaseFormulaEvaluator. evaluateAllFormulaCells(Workbook wb, FormulaEvaluator evaluator)Constructors in org.apache.poi.ss.formula with parameters of type Workbook Constructor Description ConditionalFormattingEvaluator(Workbook wb, WorkbookEvaluatorProvider provider)DataValidationEvaluator(Workbook wb, WorkbookEvaluatorProvider provider)Use the same formula evaluation context used for other operations, so cell value changes are automatically noticed -
Uses of Workbook in org.apache.poi.ss.formula.eval.forked
Methods in org.apache.poi.ss.formula.eval.forked with parameters of type Workbook Modifier and Type Method Description voidForkedEvaluator. copyUpdatedCells(Workbook workbook)Copies the values of all updated cells (modified by calls toForkedEvaluator.updateCell(String, int, int, ValueEval)) to the suppliedworkbook.
Typically, the suppliedworkbookis a writable copy of the 'master workbook', but at the very least it must contain sheets with the same names.static ForkedEvaluatorForkedEvaluator. create(Workbook wb, IStabilityClassifier stabilityClassifier, UDFFinder udfFinder) -
Uses of Workbook in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return Workbook Modifier and Type Method Description static WorkbookWorkbookFactory. create(boolean xssf)Create a new empty Workbook, either XSSF or HSSF depending on the parameterstatic WorkbookWorkbookFactory. create(File file)Creates the appropriate HSSFWorkbook / XSSFWorkbook from the given File, which must exist and be readable.static WorkbookWorkbookFactory. create(File file, String password)Creates the appropriate HSSFWorkbook / XSSFWorkbook from the given File, which must exist and be readable, and may be password protectedstatic WorkbookWorkbookFactory. create(File file, String password, boolean readOnly)Creates the appropriate HSSFWorkbook / XSSFWorkbook from the given File, which must exist and be readable, and may be password protectedstatic WorkbookWorkbookFactory. create(InputStream inp)Creates the appropriate HSSFWorkbook / XSSFWorkbook from the given InputStream.static WorkbookWorkbookFactory. create(InputStream inp, String password)Creates the appropriate HSSFWorkbook / XSSFWorkbook from the given InputStream, which may be password protected.static WorkbookWorkbookFactory. create(DirectoryNode root)Creates a Workbook from the given DirectoryNode.static WorkbookWorkbookFactory. create(DirectoryNode root, String password)Creates a Workbook from the given DirectoryNode, which may be password protected.static WorkbookWorkbookFactory. create(POIFSFileSystem fs)Creates a Workbook from the given POIFSFileSystem.WorkbookWorkbookProvider. create()WorkbookWorkbookProvider. create(File file, String password, boolean readOnly)WorkbookWorkbookProvider. create(InputStream inp)WorkbookWorkbookProvider. create(InputStream inp, String password)WorkbookWorkbookProvider. create(DirectoryNode root, String password)WorkbookSheet. getWorkbook()Return the parent workbookMethods in org.apache.poi.ss.usermodel with parameters of type Workbook Modifier and Type Method Description intWorkbook. linkExternalWorkbook(String name, Workbook workbook)Adds the linking required to allow formulas referencing the specified external workbook to be added to this one. -
Uses of Workbook in org.apache.poi.ss.util
Methods in org.apache.poi.ss.util with parameters of type Workbook Modifier and Type Method Description static intSheetUtil. getDefaultCharWidth(Workbook wb)Deprecated.since POI 5.2.5, it is recommended to switch toSheetUtil.getDefaultCharWidthAsFloat(Workbook).static floatSheetUtil. getDefaultCharWidthAsFloat(Workbook wb)Get default character width using the Workbook's default font.Constructors in org.apache.poi.ss.util with parameters of type Workbook Constructor Description SheetBuilder(Workbook workbook, Object[][] cells)
-