| Commit message (Expand) | Author | Age | Files | Lines |
* | add .ttf to ignored test integration resources | Andreas Beeker | 2017-07-08 | 1 | -0/+1 |
* | #61169 - Text with Japanese characters overflows textbox | Andreas Beeker | 2017-07-08 | 10 | -77/+346 |
* | [Bug 58975] add test case for new function args default of 255 | PJ Fanning | 2017-07-08 | 1 | -0/+39 |
* | [github-25] support excel number trailing comma format - Thabks to Luca Marti... | PJ Fanning | 2017-07-06 | 2 | -7/+86 |
* | [Bug 58975] do not cast numberOfOperands to byte in AbstractFunctionPtg | PJ Fanning | 2017-07-05 | 3 | -3/+68 |
* | fix javadoc issue | PJ Fanning | 2017-07-03 | 1 | -1/+1 |
* | [Bug 60422] fix data formatter issue with specific format in German locale | PJ Fanning | 2017-07-03 | 9 | -89/+213 |
* | [Bug 61246] remove flush method | PJ Fanning | 2017-07-03 | 2 | -8/+5 |
* | [Bug 61246] fix issue where SXSSF sheet data has unicode surrogate chars repl... | PJ Fanning | 2017-07-03 | 2 | -7/+96 |
* | Remove check for jdk1.5 in test because POI now only supports jre1.6 and up | PJ Fanning | 2017-07-03 | 1 | -22/+15 |
* | Add missing deprecations for CellType methods that return ints | PJ Fanning | 2017-07-02 | 2 | -0/+3 |
* | add test case for date formatting using different locales | PJ Fanning | 2017-07-02 | 1 | -1/+14 |
* | add version.id to release notes in update-download template | Andreas Beeker | 2017-07-01 | 1 | -1/+1 |
* | #61243 - Refactor and unify toString/toXml in DDF | Andreas Beeker | 2017-06-30 | 43 | -992/+965 |
* | Remove more deprecated code (MissingCellPolicy) | PJ Fanning | 2017-06-30 | 5 | -60/+6 |
* | Remove more deprecated code (BorderFormatting constants) | PJ Fanning | 2017-06-30 | 5 | -152/+2 |
* | Remove more deprecated code (especially from Spreadsheet Cell classes) | PJ Fanning | 2017-06-30 | 21 | -1414/+235 |
* | remove incomplete javadocs | Javen O'Neal | 2017-06-30 | 1 | -9/+0 |
* | add @Internal annotation to methods that return a CT* class | Javen O'Neal | 2017-06-30 | 4 | -3/+60 |
* | Expose one more bit of style information generically (for XSSF). If someone ... | Greg Woolsey | 2017-06-29 | 4 | -0/+17 |
* | Deprecated xssfSheetIterator has been removed, so remove javadoc reference | Nick Burch | 2017-06-29 | 1 | -7/+1 |
* | remove temporary jenkins debug output | Andreas Beeker | 2017-06-29 | 1 | -7/+0 |
* | remove timezoned call to Date.toString() - SignatureProperties don't necessar... | Andreas Beeker | 2017-06-29 | 2 | -5/+4 |
* | remove deprecated org.apache.poi.hssf.record.RecordFormatException | PJ Fanning | 2017-06-29 | 1 | -44/+0 |
* | remove some unused imports | PJ Fanning | 2017-06-29 | 8 | -7/+2 |
* | remove deprecated POIXMLDocument.hasOOXMLHeader | PJ Fanning | 2017-06-29 | 2 | -22/+1 |
* | remove deprecated org.apache.poi.hssf.record.RecordFormatException | PJ Fanning | 2017-06-29 | 42 | -226/+75 |
* | Remove old XSSFWorkbook wb.xssfSheetIterator method | PJ Fanning | 2017-06-29 | 4 | -80/+1 |
* | Remove old XSSFPaswordHelper | PJ Fanning | 2017-06-29 | 4 | -69/+3 |
* | Fix javadoc warnings | Nick Burch | 2017-06-28 | 3 | -5/+5 |
* | Used deprecated external method removed, so remove internal method | Nick Burch | 2017-06-28 | 1 | -11/+0 |
* | Used deprecated external method removed, so remove internal method | Nick Burch | 2017-06-28 | 1 | -15/+0 |
* | add debugging info to find signature differences | Andreas Beeker | 2017-06-28 | 1 | -1/+19 |
* | Ensure SpreadsheetVersion is set for AreaReferences | PJ Fanning | 2017-06-28 | 28 | -102/+227 |
* | Bug 61182 - Invalid signature created for streamed xslx file | Andreas Beeker | 2017-06-28 | 6 | -394/+232 |
* | Remove some deprecated *SSF APIs | PJ Fanning | 2017-06-28 | 41 | -479/+97 |
* | Add import for javadocs references | Nick Burch | 2017-06-25 | 1 | -0/+1 |
* | expand StaxHelper | PJ Fanning | 2017-06-24 | 2 | -0/+92 |
* | prepare for 3.17-beta2 | Andreas Beeker | 2017-06-24 | 10 | -10/+10 |
* | rollback invalid commit - r1799740 | Andreas Beeker | 2017-06-24 | 7 | -250/+284 |
* | release prepare for 3.17-beta1 - pin documentation | Andreas Beeker | 2017-06-24 | 7 | -284/+250 |
* | Add StaxHelper to ensure that StAX parsers have sensible defaults, including ... | PJ Fanning | 2017-06-24 | 4 | -4/+60 |
* | Add file that failed regression tests as a unit test. | Greg Woolsey | 2017-06-24 | 4 | -7/+49 |
* | [Bug 60422] Fix forbidden-api build issue | PJ Fanning | 2017-06-24 | 1 | -1/+1 |
* | [Bug 60422] Tidy up test case | PJ Fanning | 2017-06-24 | 1 | -4/+2 |
* | Bug 60422 add testtestcase with current LocaleUtil workaround | PJ Fanning | 2017-06-23 | 1 | -0/+21 |
* | Move my new unit conversions to the Units class, move and deprecate duplicate... | Greg Woolsey | 2017-06-23 | 7 | -86/+87 |
* | Bug 61203 | Greg Woolsey | 2017-06-23 | 1 | -0/+16 |
* | Bug 61203 - XSSFDrawing.getAnchorFromParent handles CTOneCellAnchor incorrect... | Greg Woolsey | 2017-06-23 | 5 | -53/+327 |
* | bug 61045 -- allow for (and log!) extra bytes in FormatRecord. | Tim Allison | 2017-06-20 | 4 | -4/+80 |