38 Commits (a7d96dcb734ce2ea24e1d9670774f116c1f937d5)

Author SHA1 Message Date
  Dominik Stadler a7d96dcb73 Bug 58896 and 52834: Cache Sheet.getMergedRegions() as it seems to sometimes be the culprit for autosize taking a very long time. 4 years ago
  PJ Fanning 314f7f53ea tidy up API for font index 6 years ago
  PJ Fanning 05b0de574c [bug-62018] use ints to index fonts 6 years ago
  PJ Fanning 8e1ffb56f8 Bug-61947 remove deprecated method 6 years ago
  Javen O'Neal 63b3a4e491 IntelliJ: simplify boolean logic 6 years ago
  PJ Fanning 6382370552 update getCellType to return CellType enum instead of int 6 years ago
  PJ Fanning e3ddb77bc1 update getCellType to return CellType enum instead of int 6 years ago
  PJ Fanning f3643e95f9 Change getCachedFormulaResultType to return CellType 6 years ago
  PJ Fanning 52d3ea57f4 javadoc: replace invalid self enclosing elements 7 years ago
  Dominik Stadler 902124a5fd Move one testcase with incorrect source location 7 years ago
  Greg Woolsey 99390a5759 Add evaluation of data validation rules and conditional formatting 7 years ago
  Andreas Beeker 1690ec2d19 merge trunk to branch 7 years ago
  Dominik Stadler 4b21aca823 Adjust some JavaDoc and remove some unnecessary String.valueOf() calls and fix some other compiler warnings 7 years ago
  Javen O'Neal 0dc2e3e765 bug 59804: indicate when features were @Internal-ized 8 years ago
  Javen O'Neal 04be2bb235 bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an integer for backwards compatibility 8 years ago
  Javen O'Neal 5582593ad1 bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 8 years ago
  Javen O'Neal fb8c79d96c bug 59791: convert Cell Type to an enum 8 years ago
  Javen O'Neal 7c770fea4f object-oriented methods are preferred over utility classes for discoverability 8 years ago
  Javen O'Neal 3f89a43176 supporting change for bug 56454: SheetUtil.containsCell and CellRangeAddress.isInRange are equivalent 8 years ago
  Javen O'Neal e29279896e patch from Stefan Thurnherr: bug 57450: autosize columns in SXSSF using rows that have been flushed to disk 8 years ago
  Javen O'Neal 48e733d9f2 javadocs 8 years ago
  Javen O'Neal e89b0c26cb javadocs 8 years ago
  Javen O'Neal 229a54a248 +FIXME 8 years ago
  Javen O'Neal effe60c6af javadocs 8 years ago
  Javen O'Neal 3f3e519628 bug 58651: replace for-looped sheet.getMergedRegion(index) with sheet.getMergedRegions() 8 years ago
  Javen O'Neal 3febf6600a fix for bug 51622: autosize columns with leading whitespace 8 years ago
  Javen O'Neal a586e413fb bug 58576: rename canComputeColumnWidht to canComputeColumnWidth 8 years ago
  Javen O'Neal 6d8257c965 supporting change for bug 57450 from Stefan Thurnherr 8 years ago
  Nick Burch e54f105bc0 Fix some Forbidden APIs errors 8 years ago
  Dominik Stadler 99f8274bfc Try to adjust the string that we use for canComputeColumnWidht() so it works on freebsd/OpenJDK 1.6 as well 9 years ago
  Dominik Stadler 59a0a415b8 * Make on unit test not fail if Fonts are not available on the machine 9 years ago
  Nick Burch 7832ad993c SheetUtil helper for finding the main cell of a merged region, if in one 9 years ago
  Nick Burch a7df4f8b92 #56132 Allow XSSF formula evaluation to also skip missing external workbook references, if requested 10 years ago
  Nick Burch 70f40542fd Generalise the CollaboratingWorkbooksEnvironment setup, so that XSSF can use it too 10 years ago
  Evgeniy Berlog b953b5c0e3 bugzilla ticket 53642: added detailed logging for formula evaluation in both HSSF and XSSF modules 11 years ago
  Yegor Kozlov 97a447bef4 applied patch from Bugzilla 52314: SheetUtil.getColumnWidth could be more flexible 12 years ago
  Nick Burch e94feeee12 As Java doesn't allow static methods on interfaces, allow HSSFFormulaEvaluator or XSSFFormulaEvaluator to generically recalculate all formulas in a workbook 13 years ago
  Yegor Kozlov d955a5b3e0 removed svn:executable from src/java/org/apache/poi/ss/util/SheetUtil.java 13 years ago
  Yegor Kozlov 3aef93a73b use cached formula result when autosizing sheet columns, see Bugzilla 50211 13 years ago