poi/src/scratchpad/src/org/apache/poi/hssf/converter
Javen O'Neal 38cd94d676 bug 59264: revert CellStyle#getBorder[Top|Bottom|Left|Right]() to return short and add getBorder[Top|Bottom|Left|Right]Enum() returns BorderStyle enum for backwards compatibility with POI 3.14 and earlier
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760630 13f79535-47bb-0310-9956-ffa450edef68
2016-09-14 05:22:23 +00:00
..
AbstractExcelConverter.java bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 2016-07-04 11:54:20 +00:00
AbstractExcelUtils.java bug 59264,59833,59837: upgrade deprecated methods in examples and testcases 2016-07-17 11:43:50 +00:00
ExcelToFoConverter.java bug 59264: revert CellStyle#getBorder[Top|Bottom|Left|Right]() to return short and add getBorder[Top|Bottom|Left|Right]Enum() returns BorderStyle enum for backwards compatibility with POI 3.14 and earlier 2016-09-14 05:22:23 +00:00
ExcelToFoUtils.java add initial implementation for Excel to XSL FO converter 2011-08-29 10:45:01 +00:00
ExcelToHtmlConverter.java bug 59264: revert CellStyle#getBorder[Top|Bottom|Left|Right]() to return short and add getBorder[Top|Bottom|Left|Right]Enum() returns BorderStyle enum for backwards compatibility with POI 3.14 and earlier 2016-09-14 05:22:23 +00:00
ExcelToHtmlUtils.java bug 58651: replace for-looped sheet.getMergedRegion(index) with sheet.getMergedRegions() 2015-11-25 11:48:17 +00:00