7937 Commits (REL_3_15_FINAL)
 

Author SHA1 Message Date
  David North 0e391d7fa4 tag r1761165 as 3.15 7 years ago
  David North ed237ba9d8 release prepare for 3.15 - updating build.xml and status.xml 7 years ago
  David North e57b38cd7a prepare for 3.16-beta1 7 years ago
  David North 12488a7a3a tag r1761142 as 3.15 7 years ago
  David North 82e9cdd08f release prepare for 3.15 - updating build.xml and status.xml 7 years ago
  Javen O'Neal adc3157453 +svnprops eol-style=native 7 years ago
  Javen O'Neal 36d73d88fe bug 59705: consolidate bounds checking of column index into a helper method 7 years ago
  Tim Allison 1265c3a9a7 POI 60140 Prevent unnecessary memory usage -- no need to cache HeapByteBuffer in FileBackedDataSource, thanks to Luis Filipe Nassif for diagnosing this 7 years ago
  Javen O'Neal 7cfaa16489 sheet names are case insensitive 7 years ago
  Javen O'Neal 99e672d078 make sure workbook can be written out and read back for all TestXSSFPivotTable tests 7 years ago
  Javen O'Neal 44eaeb0c4d convert TestXSSFPivotTable to junit4 7 years ago
  Javen O'Neal c9f8d51f5c declare methods throw runtime exceptions for IDE hints 7 years ago
  Javen O'Neal 0240538370 declare methods throw runtime exceptions for IDE hints 7 years ago
  Javen O'Neal c3586917af bug 60128: remove forbidden-api Exception.printStackTrace() 7 years ago
  Javen O'Neal d21ca60982 bug 60128: exclude openxml4j/invalid.xlsx from additional integration (stress) tests 7 years ago
  Javen O'Neal daa35a08d6 add compile-examples dependency to compile-integration. o.a.p.xssf.eventusermodel.XLSX2CSV and o.a.p.xssf.eventusermodel.examples.FromHowTo are needed for o.a.p.stress.XSSFFileHandler. 7 years ago
  Javen O'Neal 54a26fddea bug 60128: add test-data/openxml4j/invalid.xlsx to expected failures for integration test 7 years ago
  Javen O'Neal a50efd2d51 javadocs 7 years ago
  Javen O'Neal ee27829d79 bug 60128: make code Java 6 compatible. Throwable#addSuppressed not available until Java 7 7 years ago
  Nick Burch ec55aceeca Javadoc fix 7 years ago
  Nick Burch 2f0230acd1 Patches from Patrick Zimmermann from bugs #60130 and #60131 - DGET fix for empty cells and D* coding improvements 7 years ago
  Javen O'Neal 1a210230dc make logger final 7 years ago
  Javen O'Neal d3fb773843 bug 60128: close opened resources to avoid leaks; add exception as cause where available for more context for raised exceptions. 7 years ago
  Javen O'Neal 475f7ee866 give more helpful exceptions rather than returning null when zip file cannot be opened 7 years ago
  Javen O'Neal db1fd20584 bug 60128: close open file descriptors when exceptions are thrown from OPCPackage.open 7 years ago
  Nick Burch 84c8f60992 Unit test for bug #60128, showing that calling close on a broken package cleans up file or stream 7 years ago
  Javen O'Neal de6c83cb47 move HSSFFormulaEvaluator#evaluateInCell and BaseXSSFFormulaEvaluator#evaluateInCell(Cell) up to BaseFormulaEvaluator to reduce duplicated code 7 years ago
  Javen O'Neal a394090969 move BaseXSSFFormulaEvaluator#evaluateFormulaCellEnum(Cell) and HSSFFormulaEvaluator#evaluateFormulaCellEnum(Cell) up to BaseFormulaEvaluator class to reduce duplicated code 7 years ago
  Javen O'Neal d5e450f353 bug 59791: add deprecation and removal annotations 7 years ago
  Javen O'Neal 5368c7008a bug 59791: add deprecation warnings 7 years ago
  Javen O'Neal 1ff463ffb6 bug 59791: add deprecation and removal annotations 7 years ago
  Javen O'Neal 571439f210 bug 58190: add @since annotations to SlideShow.addPicture and findPicture 7 years ago
  Javen O'Neal a503495ff6 bug 58671: add @Removal annotation to deprecated fields 7 years ago
  Javen O'Neal 64f1a5b33f 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 7 years ago
  Javen O'Neal 00413822b2 bug 59264: revert getBorder[Top|Bottom|Left|Right|Diagonal]() to return short and add getBorder[Top|Bottom|Left|Right|Diagonal]Enum() returns BorderStyle enum for backwards compatibility with POI 3.14 and earlier 7 years ago
  Javen O'Neal a41058d6c7 bug 59790: add @Removal annotations to deprecated methods 7 years ago
  Javen O'Neal f09c49e7ef bug 59833: add @Removal annotation to deprecated methods 7 years ago
  Javen O'Neal 87ebfa08e8 bug 59837,59833,59264: add @Removal annotations to CellStyle constants for which enums now exist 7 years ago
  Javen O'Neal 6f40901d64 bug 59873: add @Removal annotations for deprecated CreationHelper#createHyperlink(int) and Hyperlink static aliases to HyperlinkType enum values 7 years ago
  Javen O'Neal 434d796b6a bug 59907: add @Removal annotations to AnchorType static aliases in ClientAnchor 7 years ago
  Javen O'Neal 8c548ad3b7 bug 59907: add @Removal annotations to deprecated ClientAnchor#setAnchorType(int) 7 years ago
  Javen O'Neal 07f19e305d bug 59907: restore ClientAnchor#setAnchorType(int) that was removed in POI 3.14 beta 1 and broke backwards compatibility without a 2 release deprecation notice 7 years ago
  Javen O'Neal 5d97d4c0e2 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. 7 years ago
  Nick Burch 42f735fed4 Disabled unit test for #60010 7 years ago
  David North 96e4d949eb prepare for 3.16-beta1 7 years ago
  David North 0b77d7304d tag r1760271 as 3.15 7 years ago
  David North 3ddb5e2d9a release prepare for 3.15 - updating build.xml and status.xml 7 years ago
  Javen O'Neal a68e958a55 bug 52425: Error adding Comments into cloned Sheets; patch from Daniel 7 years ago
  Javen O'Neal 72a9e2285b bug 60025: DataFormatter should print booleans as TRUE/FALSE, not true/false 7 years ago
  Javen O'Neal 02d2336ed2 bug 58191: Support merge cells within a table row; patch from Mark Olesen 7 years ago