8054 Commits (126c6c93a8bacc8ae48214a3b305e6446a369793)
 

Author SHA1 Message Date
  Javen O'Neal 50c59c09c9 bug 60153: move flushSheets out to its own method 7 years ago
  Javen O'Neal 5b9c304148 bug 57200,59788: be more specific why a temporary directory could not be created 7 years ago
  Javen O'Neal af39a06544 bug 59933: demote accessibility of POILogger implementations of log(int, Object) and log(int, Object, Throwable) to be consistent with the POILogger abstract class 7 years ago
  Javen O'Neal 705938741b javadoc 7 years ago
  Javen O'Neal c7cf4cbeb0 bug 59933: demote accessibility of NullLogger methods to the same level as POILogger 7 years ago
  Javen O'Neal f7dfffd0c6 make POILogFactory _loggers cache final 7 years ago
  Javen O'Neal 766fb6b657 bug 59933: override POILogger#log(int, Object...) in NullLogger 7 years ago
  Javen O'Neal c7c7012409 fix copy-paste error 7 years ago
  Javen O'Neal 8c2df4753f include class of caught exception 7 years ago
  Javen O'Neal 3d953b0065 bug 60158: add failing test cases for AIOOBE on VBAMacroReader 7 years ago
  Dominik Stadler 406bc9c6c1 Adjust handling of ByteBuffer some more 7 years ago
  Javen O'Neal 8b0f8ab57e bug 59853: exclude BaseTestXSSFPivotTable from ooxml-lite 7 years ago
  Javen O'Neal a287a5a05a bug 59853: support PivotTables with named structured references; patch from Greg Woolsey 7 years ago
  Andreas Beeker 2e50133e88 merge trunk to branch 7 years ago
  David North 72af740e95 prepare for 3.16-beta1 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 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