Uses of Class
org.xlsx4j.sml.Cell
Packages that use Cell
Package
Description
-
Uses of Cell in org.docx4j.openpackaging.parts.SpreadsheetML
Methods in org.docx4j.openpackaging.parts.SpreadsheetML with parameters of type CellModifier and TypeMethodDescriptionstatic WorksheetPartWorksheetPart.getWorksheetPart(Cell cell) Given a cell, get its WorksheetPart -
Uses of Cell in org.xlsx4j.model
Methods in org.xlsx4j.model with parameters of type CellModifier and TypeMethodDescriptionprivate static intCellUtils.getBaseCellType(Cell _cell, boolean blankCells) Detect cell type based on the "t" attribute of the CTCell beanstatic booleanCellUtils.getBooleanCellValue(Cell _cell) Get the value of the cell as a boolean.static CTCellStyleCellUtils.getCellStyle(Cell _cell) Return the cell's style.static intCellUtils.getCellType(Cell _cell) Return the cell type.static DateCellUtils.getDateCellValue(Cell _cell) Get the value of the cell as a date.static longCellUtils.getNumberFormatIndex(Cell _cell) Get the index of the number format (numFmt) record used by this cell format.static StringCellUtils.getNumberFormatString(Cell _cell) Get the contents of the format string, by looking up the StylesSourcestatic doubleCellUtils.getNumericCellValue(Cell _cell) Get the value of the cell as a number. -
Uses of Cell in org.xlsx4j.org.apache.poi.ss.usermodel
Methods in org.xlsx4j.org.apache.poi.ss.usermodel with parameters of type CellModifier and TypeMethodDescriptionDataFormatter.createFormat(Cell cell) Create and return a Format based on the format string from a cell's style.DataFormatter.formatCellValue(Cell cell) Returns the formatted value of a cell as a String regardless of the cell type.DataFormatter.getCellFormula(Cell _cell) Return a formula for the cell, for example,SUM(C4:E4)private StringDataFormatter.getCellStringValue(Cell c) DataFormatter.getDefaultFormat(Cell cell) Returns a default format for a cell.private FormatReturn a Format for the given cell if one exists, otherwise try to create one.private StringDataFormatter.getFormattedDateString(Cell cell) Returns the formatted value of an Excel date as a String based on the cell'sDataFormat.private StringDataFormatter.getFormattedNumberString(Cell cell) Returns the formatted value of an Excel number as a String based on the cell'sDataFormat.static booleanDateUtil.isCellDateFormatted(Cell cell) Check if a cell contains a date Since dates are stored internally in Excel as double values we infer it is a date if it is formatted as such.static booleanDateUtil.isCellInternalDateFormatted(Cell cell) Check if a cell contains a date, checking only for internal excel date formats. -
Uses of Cell in org.xlsx4j.samples
Methods in org.xlsx4j.samples that return CellModifier and TypeMethodDescriptionprivate static CellCreateSimpleSpreadsheet.createCell(String content) // Note: if you are trying to add characters, not a number, // the easiest approach is to use inline strings (as opposed to the shared string table).private static CellProtectSpreadsheet.createCell(String content) // Note: if you are trying to add characters, not a number, // the easiest approach is to use inline strings (as opposed to the shared string table).private static CellXlsxAddComment.createCell(String content) -
Uses of Cell in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CellModifier and TypeFieldDescriptionprotected CellCTRevisionCellChange.ncprotected CellCTRevisionCellChange.ocFields in org.xlsx4j.sml with type parameters of type CellMethods in org.xlsx4j.sml that return CellModifier and TypeMethodDescriptionObjectFactory.createCell()Create an instance ofCellCTRevisionCellChange.getNc()Gets the value of the nc property.CTRevisionCellChange.getOc()Gets the value of the oc property.Methods in org.xlsx4j.sml that return types with arguments of type CellMethods in org.xlsx4j.sml with parameters of type Cell