poi/src/ooxml/testcases/org/apache/poi/ss
Javen O'Neal 3c97d9700a change CellValue#getCellType() to return an int instead of an enum for backwards compatibility (source and binary) with POI 3.14. This reverts the behavior introduced in POI 3.15 beta 3 in r1751237.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760607 13f79535-47bb-0310-9956-ffa450edef68
2016-09-13 23:24:56 +00:00
..
format bug 59791: CellFormat#ultimateType(Cell) should return an integer for backwards compatibility (use ultimateTypeEnum for now for CellType enums); re-add SXSSFCell(SXSSFRow, int) for backwards compatibility 2016-07-04 13:09:30 +00:00
formula change CellValue#getCellType() to return an int instead of an enum for backwards compatibility (source and binary) with POI 3.14. This reverts the behavior introduced in POI 3.15 beta 3 in r1751237. 2016-09-13 23:24:56 +00:00
usermodel Fix some compiler warnings, close resources in tests 2016-05-19 20:18:19 +00:00
util Test CellUtil with XSSFWorkbook and SXSSFWorkbook instances 2016-05-09 01:12:25 +00:00
TestWorkbookFactory.java add test coverage for WorkbookFactory.create(File file, String password, Boolean readOnly) when file does not exists 2016-04-06 05:15:15 +00:00