java Programming Glossary: hasdata
poi wrong date formula value calculated http://stackoverflow.com/questions/2077258/poi-wrong-date-formula-value-calculated have the following code public boolean processCell boolean hasData StringBuffer rowData Cell cell switch cell.getCellType case.. rowData.append dateFormat.format cell.getDateCellValue hasData true else rowData.append numberFormat.format cell.getNumericCellValue.. numberFormat.format cell.getNumericCellValue hasData true break case XSSFCell.CELL_TYPE_STRING String stringVal..
|