| Commit message (Expand) | Author | Age | Files | Lines |
* | #59056 - Render individual slideshow shapes | Andreas Beeker | 2016-02-29 | 2 | -3/+49 |
* | Fix NPE of regression tests | Andreas Beeker | 2016-02-29 | 1 | -21/+13 |
* | #59074 More helpful exception if Excel 1-95 files are given to ExtractorFactory | Nick Burch | 2016-02-26 | 1 | -1/+1 |
* | Refactor out the POIFS directory entry name for Excel 1-95 entries, and have ... | Nick Burch | 2016-02-26 | 3 | -3/+14 |
* | Refactor to pull out the list of Excel 97+ directory entry names to a common ... | Nick Burch | 2016-02-26 | 3 | -22/+23 |
* | Regression fixes for H/XSLF and HWMF | Andreas Beeker | 2016-02-24 | 22 | -107/+172 |
* | Bug 47245: Comment out check and exception in case row-records are missing fo... | Dominik Stadler | 2016-02-24 | 1 | -1/+3 |
* | Include stacktrace of inner exception when block-positions are invalid in POI... | Dominik Stadler | 2016-02-21 | 1 | -1/+3 |
* | bug 56345: reject single-cell merged regions | Javen O'Neal | 2016-02-18 | 1 | -0/+4 |
* | bug 58339: patch from Patrick Zimmermann to allow OFFSET() to accept missing ... | Javen O'Neal | 2016-02-15 | 1 | -2/+9 |
* | Add details of the ignored errors where the HSSF spec provides a good descrip... | Nick Burch | 2016-02-15 | 2 | -4/+43 |
* | Start generalising the IgnoredErrorType code for later HSSF use too #56892 | Nick Burch | 2016-02-15 | 1 | -0/+45 |
* | Seems we need a cast here to compile with some newer JDKs, at least IntelliJ ... | Dominik Stadler | 2016-02-15 | 1 | -3/+4 |
* | Regression analysis: the additional testing of cloning sheets showed a | Dominik Stadler | 2016-02-13 | 1 | -3/+5 |
* | remove deprecated (2009) HSSFComment#setColumn(short). int version is available. | Javen O'Neal | 2016-01-31 | 1 | -8/+0 |
* | HSSFComment: note a final field | Javen O'Neal | 2016-01-31 | 1 | -7/+10 |
* | fix O(n^2) runtime unnecessarily recreating an array inside a for-loop | Javen O'Neal | 2016-01-31 | 1 | -3/+3 |
* | Make OldExcelExtractor Closeable to be able to free up resources if getText()... | Dominik Stadler | 2016-01-29 | 1 | -6/+25 |
* | #41047 - Support hyperlinks in HSLF shapes and textruns | Andreas Beeker | 2016-01-24 | 5 | -3/+112 |
* | Fix possible NullPointerException with invalid/unsupported image types | Dominik Stadler | 2016-01-18 | 1 | -1/+7 |
* | bug 58879: add SpreadsheetVersion to Workbook interface | Javen O'Neal | 2016-01-16 | 2 | -0/+21 |
* | #56004 - Support for WMF rendering | Andreas Beeker | 2016-01-16 | 9 | -101/+279 |
* | Regression in version 3.14-beta1: three or four-part formats with locale id c... | Dominik Stadler | 2016-01-13 | 2 | -3/+8 |
* | Eclipse warnings, helper unit-test, improve information provided in Exception... | Dominik Stadler | 2016-01-13 | 1 | -1/+1 |
* | Javadoc fix | Nick Burch | 2016-01-13 | 1 | -1/+1 |
* | #58847 Getters/setters/removers for the additional well-known document summar... | Nick Burch | 2016-01-13 | 2 | -1/+242 |
* | #57796 - Support hyperlink extraction when rendering slides | Andreas Beeker | 2016-01-12 | 2 | -20/+64 |
* | More Office 12 DSI property IDs, getters/setters to follow | Nick Burch | 2016-01-11 | 1 | -0/+44 |
* | Bump up the max DSI property ID, and list a few Office 12 well known IDs | Nick Burch | 2016-01-11 | 1 | -3/+16 |
* | add other printStackTrace methods to forbidden-apis-check | Andreas Beeker | 2016-01-10 | 3 | -43/+4 |
* | replace Throwable.printStackTrace() with POILogger calls - Todo: other printS... | Andreas Beeker | 2016-01-10 | 11 | -86/+75 |
* | bug 58815: javadoc spelling | Javen O'Neal | 2016-01-07 | 1 | -4/+4 |
* | bug 58043: provide some compatibility between HSSF and XSSF in regards to val... | Dominik Stadler | 2016-01-03 | 3 | -9/+28 |
* | bug 58633 comment 5 and comment 6: add unit test coverage for CellUtil.java; ... | Javen O'Neal | 2016-01-02 | 1 | -2/+11 |
* | fix javadocs | Javen O'Neal | 2016-01-02 | 3 | -5/+5 |
* | bug 58633: Set multiple CellStyle properties at once. Patch from Mark Murphy. | Javen O'Neal | 2016-01-02 | 3 | -15/+69 |
* | javadocs | Javen O'Neal | 2016-01-02 | 1 | -7/+7 |
* | #56570 - RecordType has repeat by code type 3009 | Andreas Beeker | 2015-12-31 | 4 | -24/+161 |
* | Bug 58746: Fix missing adjustment of formulas when sheet-ordering is changed. | Dominik Stadler | 2015-12-30 | 1 | -7/+31 |
* | Bug 58616: Try to initialize with empty password if not done before | Dominik Stadler | 2015-12-30 | 1 | -0/+3 |
* | fix javadocs warnings for r1721930 (bug 58775) | Javen O'Neal | 2015-12-29 | 3 | -4/+4 |
* | bug 58775: use short for data format index, int for cell style index | Javen O'Neal | 2015-12-28 | 3 | -9/+8 |
* | java docs | Javen O'Neal | 2015-12-28 | 1 | -1/+1 |
* | make HSSFCellStyle attributes final, add Override decorators on all methods | Javen O'Neal | 2015-12-28 | 1 | -7/+55 |
* | Fix some cases where file resources were not closed correctly, mostly when Ex... | Dominik Stadler | 2015-12-22 | 1 | -3/+10 |
* | Fix freeing resources in some tests and dev-tools so we can run unit-tests wi... | Dominik Stadler | 2015-12-22 | 2 | -44/+55 |
* | Handle some cases better where file handles were left open by the ExtractorFa... | Dominik Stadler | 2015-12-20 | 1 | -1/+12 |
* | Unit test for #58731 - not reproduced, and some javadocs | Nick Burch | 2015-12-16 | 1 | -0/+5 |
* | #58733 - New AIOOBE in getCell while iterating through a table in PPT | Andreas Beeker | 2015-12-14 | 1 | -0/+19 |
* | fix forbidden apis issues | Andreas Beeker | 2015-12-13 | 1 | -1/+1 |