161 Commits (3778a3e9e24470499ebf0310a50848bdee266488)

Autor SHA1 Mensaje Fecha
  Andreas Beeker 3778a3e9e2 Sonar fixes hace 3 años
  PJ Fanning 326ff18e51 [bug-64964] HSSFCell.convertCellValueToBoolean shall throw more specific exception hace 3 años
  PJ Fanning 19c97f3285 remove some deprecated methods from Cell hace 3 años
  Dominik Stadler 4abe6ef9ef Bug 63294: Add some more methods to allow to use CellType everywhere hace 4 años
  Dominik Stadler 52320e3213 Fix some IDE warnings, remove usage of deprecated methods hace 4 años
  Dominik Stadler cc1b6557ee Bug 63845: Adjust handling of formula-cells to fix regression introduced in 4.1.0 hace 4 años
  Dominik Stadler b10f94cc75 63779 Add support for the new Java date/time API added in Java 8 hace 4 años
  Vladislav Galas a08b69df80 pulled *Cell.setCellValue(String), setCellValue(RichTextString) to the common base hace 5 años
  Vladislav Galas 53eee01b5d pulled *Cell.setCellValue(Date) and setCellValue(Calendar) to the common base hace 5 años
  Vladislav Galas 5da229797f pulled *Cell.setCellValue(double) to the common base hace 5 años
  Vladislav Galas 70b4b88a3a pulled *Cell.getCellTypeEnum() to common base hace 5 años
  Vladislav Galas bc30eceb02 pulled *Cell.getAddress to common base hace 5 años
  Vladislav Galas 39d963aa33 made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCellType(). Purged all redundant calls from project. hace 5 años
  Vladislav Galas 19bf8b23d5 purged calls to cell.setCellType(CellType.BLANK) from the project, replaced with setBlank() hace 5 años
  Vladislav Galas 1253a29571 setCellFormula: blank cell gets value 0, non-blank value is preserved hace 5 años
  Vladislav Galas f64aef7417 unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated javadoc and tests hace 5 años
  Dominik Stadler 22bdfcf399 Run Cell-tests on HSSF as well and make handling of null-values consistent across implementations hace 5 años
  Nick Burch 00ac2545bb Javadoc fix hace 6 años
  Dominik Stadler f3b10d5703 IntelliJ warnings, deprecation hace 6 años
  PJ Fanning 6382370552 update getCellType to return CellType enum instead of int hace 6 años
  PJ Fanning bc0c0b19d2 update getCellType to return CellType enum instead of int hace 6 años
  PJ Fanning f3643e95f9 Change getCachedFormulaResultType to return CellType hace 6 años
  PJ Fanning 52d3ea57f4 javadoc: replace invalid self enclosing elements hace 6 años
  Dominik Stadler c88569baf1 Fix some Sonar issues in sample "HSSFReadWrite" hace 7 años
  Javen O'Neal 317f47f434 bug 60228: getCellTypeEnum should not be deprecated until after getCellType returns a CellType enum hace 7 años
  Andreas Beeker 2e50133e88 merge trunk to branch hace 7 años
  Javen O'Neal d5e450f353 bug 59791: add deprecation and removal annotations hace 7 años
  Javen O'Neal ed944416da bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usage hace 7 años
  Javen O'Neal 0dc2e3e765 bug 59804: indicate when features were @Internal-ized hace 8 años
  Javen O'Neal a6cd0dd6f4 bug 59791: add @since to Cell, EvaluationCell, and FormulaEvaluator CellType getter javadocs hace 8 años
  Javen O'Neal 5582593ad1 bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility hace 8 años
  Javen O'Neal fb8c79d96c bug 59791: convert Cell Type to an enum hace 8 años
  Javen O'Neal 172ac0be60 bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSF hace 8 años
  Javen O'Neal e29bf52845 add HSSFCell.setCachedErrorResult(FormulaError) hace 8 años
  Javen O'Neal 1f913e2a20 type check error code when setting cell error value on HSSFCell hace 8 años
  Javen O'Neal f31c1d72fc findbugs: fix SF_SWITCH_FALLTHROUGH warnings hace 8 años
  Javen O'Neal 18f7a2de88 fix several findbugs SF_SWITCH_NO_DEFAULT warnings hace 8 años
  Dominik Stadler 2776cf6a59 Bug 55668: Try to avoid NullPointerException when chaning cell type and formula leads to null-string by seting the cell to BLANK instead hace 8 años
  Javen O'Neal 775f66a8f0 fix javadocs hace 8 años
  Javen O'Neal e215902a94 bug 58633: Set multiple CellStyle properties at once. Patch from Mark Murphy. hace 8 años
  Javen O'Neal ac12a2a9ef fix javadocs warnings for r1721930 (bug 58775) hace 8 años
  Javen O'Neal 3587e22c61 bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress, hace 8 años
  Javen O'Neal 4a727300a7 bug 58572: move getHyperlinkList() and getHyperlink(row, col) from XSSFSheet to Sheet hace 8 años
  Dominik Stadler d6254deb3b Eclipse warnings, comment out dead code, close resources, enhance unit tests, javadoc, ... hace 8 años
  Andreas Beeker 1a0365739f forbidden apis fixes - a few DateFormat clean ups ... hace 8 años
  Andreas Beeker a3d2eb57ff Bug 58326 - Forbidden APIs patches - first set of changes for locale and timezone settings hace 8 años
  Dominik Stadler 690abbe554 Bug 56579: Throw exception if max string length of 32767 chars is exceeded in XSSF and SXSSF. hace 9 años
  Nick Burch 9b9b4b8cf4 Patch from hishidama to add Cell.removeHyperlink(). This closes #13 from github hace 9 años
  Nick Burch 09a9ca7bef HSSFCell should follow XSSF, and allow setting a null-style to return to the default style, fixes bug #56572 hace 10 años
  Nick Burch a7099fe6b7 More javadocs for Cell.setCellType hace 10 años