2 커밋 (861ff655088135198176b4b4a0b6e80c08e8d196)

작성자 SHA1 메시지 날짜
  Andreas Beeker 861ff65508 fix paths for integration build, docs, add site task to main build.gradle 3 년 전
  Andreas Beeker b6aee1ef6d 65206 - Migrate ant / maven to gradle build 3 년 전
  Andreas Beeker 37791e4bdf 65206 - Migrate ant / maven to gradle build 3 년 전
  PJ Fanning 326ff18e51 [bug-64964] HSSFCell.convertCellValueToBoolean shall throw more specific exception 3 년 전
  PJ Fanning 19c97f3285 remove some deprecated methods from Cell 4 년 전
  Dominik Stadler cc1b6557ee Bug 63845: Adjust handling of formula-cells to fix regression introduced in 4.1.0 4 년 전
  Dominik Stadler b10f94cc75 63779 Add support for the new Java date/time API added in Java 8 4 년 전
  Vladislav Galas a08b69df80 pulled *Cell.setCellValue(String), setCellValue(RichTextString) to the common base 5 년 전
  Vladislav Galas 53eee01b5d pulled *Cell.setCellValue(Date) and setCellValue(Calendar) to the common base 5 년 전
  Vladislav Galas 5da229797f pulled *Cell.setCellValue(double) to the common base 5 년 전
  Vladislav Galas 70b4b88a3a pulled *Cell.getCellTypeEnum() to common base 5 년 전
  Vladislav Galas bc30eceb02 pulled *Cell.getAddress to common base 5 년 전
  Vladislav Galas 19bf8b23d5 purged calls to cell.setCellType(CellType.BLANK) from the project, replaced with setBlank() 5 년 전
  Vladislav Galas 1253a29571 setCellFormula: blank cell gets value 0, non-blank value is preserved 5 년 전
  Vladislav Galas f64aef7417 unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated javadoc and tests 5 년 전
  Vladislav Galas 1f9b858ae5 Bug 63057: made SXSSFCell.setCellValue(String|RichTextString) exception-safe. 5 년 전
  Dominik Stadler 2b8200f7d7 Bug 61532: Fix setting values/types during formula evaluation for SXSSF 5 년 전
  PJ Fanning 5fb333194d [bug-62216] Fix issue with SXSSF error cells 6 년 전
  PJ Fanning 6791e33365 remove some casts to short 6 년 전
  PJ Fanning 80e430f295 Remove misleading SXSSF logging 6 년 전
  Dominik Stadler 6bdce2bfd7 While working on bug 61148 I found that getCellType() and setCellErrorValue() in SXSSFCell are doing different things than the ones in XSSFCell, tried to fix this by mimicking functionality of XSSF in SXSSF as well. 6 년 전
  PJ Fanning 38650a6d2f use non-deprecated versions of getCellType 6 년 전
  PJ Fanning 1e8ecbec04 change HyperLink getType to return HyperlinkType 6 년 전
  PJ Fanning bc0c0b19d2 update getCellType to return CellType enum instead of int 6 년 전
  PJ Fanning f3643e95f9 Change getCachedFormulaResultType to return CellType 6 년 전
  PJ Fanning 52d3ea57f4 javadoc: replace invalid self enclosing elements 7 년 전
  PJ Fanning b68b916d08 Remove some deprecated *SSF APIs 7 년 전
  Tim Allison c2bce0370e 60826 -- clean up. Many, many thanks to Javen O'Neal's code review! 7 년 전
  Javen O'Neal f656e74c4b bug 60416: prefer CellReference ref over String ref 7 년 전
  Javen O'Neal 12b8b6c9e7 bug 60416: Reduce Hyperlink memory consumption in SXSSF; patch from Dmitry Katsubo 7 년 전
  Javen O'Neal 317f47f434 bug 60228: getCellTypeEnum should not be deprecated until after getCellType returns a CellType enum 7 년 전
  Andreas Beeker 2e50133e88 merge trunk to branch 7 년 전
  Javen O'Neal 1ff463ffb6 bug 59791: add deprecation and removal annotations 7 년 전
  Andreas Beeker 885deafb94 merge down trunk 7 년 전
  Dominik Stadler 673bf4779b IDE warnings and fix a few places where we do not close resources in tests 8 년 전
  Dominik Stadler 07b249db81 Bug 55384: Handle setting pre-evaluation string correctly in SXSSF as well 8 년 전
  Javen O'Neal 0dc2e3e765 bug 59804: indicate when features were @Internal-ized 8 년 전
  Javen O'Neal 4f92e81892 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 8 년 전
  Javen O'Neal a6cd0dd6f4 bug 59791: add @since to Cell, EvaluationCell, and FormulaEvaluator CellType getter javadocs 8 년 전
  Javen O'Neal 5582593ad1 bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 8 년 전
  Javen O'Neal fb8c79d96c bug 59791: convert Cell Type to an enum 8 년 전
  Javen O'Neal abb3591635 findbugs: fix SF_SWITCH_NO_DEFAULT warnings 8 년 전
  Nick Burch 21bcca03e4 Javadoc fix - Generics are type-erased so not included in the javadoc links 8 년 전
  Dominik Stadler bfcfaf9d34 Bug 59199: Handle null date-values in a similar way as null-Strings 8 년 전
  Javen O'Neal cb43e54594 avoid redundant null check 8 년 전
  Nick Burch 6f46cd95be Fix #57034 on SXSSF, and add a common unit test to show it was already fixed on the others + is now fixed for SXSSF 8 년 전
  Javen O'Neal 775f66a8f0 fix javadocs 8 년 전
  Javen O'Neal e215902a94 bug 58633: Set multiple CellStyle properties at once. Patch from Mark Murphy. 8 년 전
  Javen O'Neal ac12a2a9ef fix javadocs warnings for r1721930 (bug 58775) 8 년 전
  Javen O'Neal 3587e22c61 bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress, 8 년 전