Searched refs:CELLTYPE_FLOAT (Results 1 – 6 of 6) sorted by relevance
522 type = OfficeConstants.CELLTYPE_FLOAT; in getCellDataType()574 String type = OfficeConstants.CELLTYPE_FLOAT; in getCellFormatType()615 type = OfficeConstants.CELLTYPE_FLOAT; in getCellFormatType()
559 else if (category.equalsIgnoreCase(OfficeConstants.CELLTYPE_FLOAT)) { in getFormat()
381 type = OfficeConstants.CELLTYPE_FLOAT; in getCellDataType()383 type = OfficeConstants.CELLTYPE_FLOAT; in getCellDataType()
672 } else if (cellType.equalsIgnoreCase(CELLTYPE_FLOAT)) { in traverseCell()679 fmt.setCategory(CELLTYPE_FLOAT); in traverseCell()
332 public final static String CELLTYPE_FLOAT = "float"; field
401 } else if(category.equalsIgnoreCase(OfficeConstants.CELLTYPE_FLOAT)) { in addCell()
Completed in 59 milliseconds