aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* ExtractorFactory: Try to close resources also on Errors to avoid keeping ↵Dominik Stadler2017-07-211-0/+9
| | | | | | files open too long git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1802630 13f79535-47bb-0310-9956-ffa450edef68
* Fix some IntelliJ warningsDominik Stadler2017-07-211-19/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1802629 13f79535-47bb-0310-9956-ffa450edef68
* fix tests broken by <br/> doc changesPJ Fanning2017-07-175-8/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1802131 13f79535-47bb-0310-9956-ffa450edef68
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-17272-854/+854
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1802110 13f79535-47bb-0310-9956-ffa450edef68
* some javadoc fixesPJ Fanning2017-07-157-19/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1802035 13f79535-47bb-0310-9956-ffa450edef68
* bug 61300 -- prevent really long (infinite?) loop on corrupt fileTim Allison2017-07-1413-14/+60
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801989 13f79535-47bb-0310-9956-ffa450edef68
* clean up whitespace and indentsTim Allison2017-07-141-640/+674
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801969 13f79535-47bb-0310-9956-ffa450edef68
* avoid using non-ascii in unit testsTim Allison2017-07-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801968 13f79535-47bb-0310-9956-ffa450edef68
* bug 61286/bug 61287 -- allow WriteProtectRecord to have 2 bytes, and allow ↵Tim Allison2017-07-143-2/+21
| | | | | | for HeaderFooter to be empty. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801966 13f79535-47bb-0310-9956-ffa450edef68
* bug 61294 -- cleaned up based on PJ Fanning's code review. Went with a ↵Tim Allison2017-07-145-62/+108
| | | | | | copy/paste from commons-io. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801952 13f79535-47bb-0310-9956-ffa450edef68
* bug 61296: suggest de-duplication of purl dublin core namespace urlJaven O'Neal2017-07-141-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801905 13f79535-47bb-0310-9956-ffa450edef68
* bug 61296: deduplicate ooxml schema constantsJaven O'Neal2017-07-141-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801904 13f79535-47bb-0310-9956-ffa450edef68
* bug 61296: consolidate some of the ooxml namespace uri copy-paste in POI, ↵Javen O'Neal2017-07-141-2/+2
| | | | | | prepare to make these usable by downstream libraries like Tika git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801903 13f79535-47bb-0310-9956-ffa450edef68
* bug 61296: consolidate some of the ooxml namespace uri copy-paste in POI, ↵Javen O'Neal2017-07-143-7/+16
| | | | | | prepare to make these usable by downstream libraries like Tika git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801901 13f79535-47bb-0310-9956-ffa450edef68
* bug 61294 -- prevent infinite loop in IOUtils' skipFully.Tim Allison2017-07-133-4/+204
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801844 13f79535-47bb-0310-9956-ffa450edef68
* avoid unnecessary string concats in SXSSF SheetDataWriterPJ Fanning2017-07-133-29/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801806 13f79535-47bb-0310-9956-ffa450edef68
* add 362px font height for my computer's configuration (high-dpi monitor)Javen O'Neal2017-07-131-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801803 13f79535-47bb-0310-9956-ffa450edef68
* replace commented-out throw-away code that writes workbook to ↵Javen O'Neal2017-07-133-21/+21
| | | | | | C:\temp\xxxxx.xlsx for manual review with XSSFTestDataSamples.writeOut(wb, "bug xxxxx for manual review") git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801801 13f79535-47bb-0310-9956-ffa450edef68
* replace return variable assignments with return statementsJaven O'Neal2017-07-131-6/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801799 13f79535-47bb-0310-9956-ffa450edef68
* github #43: fix roundUp and roundDown.Javen O'Neal2017-07-132-25/+14
| | | | | | | Thanks to @FishMeat on github for the patch. This closes #43 on github. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801798 13f79535-47bb-0310-9956-ffa450edef68
* [Bug-61281] fix issue with export of table columns - Thanks to Daniel for ↵PJ Fanning2017-07-122-11/+17
| | | | | | the patch git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801721 13f79535-47bb-0310-9956-ffa450edef68
* remove more deprecated methodsPJ Fanning2017-07-123-25/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801697 13f79535-47bb-0310-9956-ffa450edef68
* remove deprecated methods from CommentsTablePJ Fanning2017-07-121-56/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801692 13f79535-47bb-0310-9956-ffa450edef68
* [Bug-61281] guard against index out of bounds in XSSFExportToXml column mappingPJ Fanning2017-07-112-97/+134
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801634 13f79535-47bb-0310-9956-ffa450edef68
* expand range of acceptable values in TestFontsPJ Fanning2017-07-101-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801416 13f79535-47bb-0310-9956-ffa450edef68
* bug 60685: ignore problems with HPBF Publisher Quill Contents PLC hyperlink ↵Javen O'Neal2017-07-101-1/+11
| | | | | | records so that text extraction can continue git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801405 13f79535-47bb-0310-9956-ffa450edef68
* whitespaceJaven O'Neal2017-07-101-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801404 13f79535-47bb-0310-9956-ffa450edef68
* font rendering - handle a few system dependent textbox sizesAndreas Beeker2017-07-091-2/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801401 13f79535-47bb-0310-9956-ffa450edef68
* [Bug-61268] avoid NegativeArraySizeException parsing doc filePJ Fanning2017-07-093-5/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801395 13f79535-47bb-0310-9956-ffa450edef68
* fix spellingPJ Fanning2017-07-091-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801393 13f79535-47bb-0310-9956-ffa450edef68
* #61266 Test for old unsupported MS Write WRI files, and give a more helpful ↵Nick Burch2017-07-095-0/+118
| | | | | | exception if found, plus unit tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801376 13f79535-47bb-0310-9956-ffa450edef68
* Rollback of r1801368 because of a generics bug with self-referenced types in ↵Andreas Beeker2017-07-0924-25/+25
| | | | | | Java6 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801373 13f79535-47bb-0310-9956-ffa450edef68
* SL Common: narrow generics definition because of tighter java9 checksAndreas Beeker2017-07-0923-24/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801368 13f79535-47bb-0310-9956-ffa450edef68
* add .ttf to ignored test integration resources Andreas Beeker2017-07-081-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801339 13f79535-47bb-0310-9956-ffa450edef68
* #61169 - Text with Japanese characters overflows textboxAndreas Beeker2017-07-089-77/+346
| | | | | | - add resize methods with Graphics argument git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801329 13f79535-47bb-0310-9956-ffa450edef68
* [Bug 58975] add test case for new function args default of 255PJ Fanning2017-07-081-0/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801307 13f79535-47bb-0310-9956-ffa450edef68
* [github-25] support excel number trailing comma format - Thabks to Luca ↵PJ Fanning2017-07-062-7/+86
| | | | | | Martini for proving the patch git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800975 13f79535-47bb-0310-9956-ffa450edef68
* [Bug 58975] do not cast numberOfOperands to byte in AbstractFunctionPtgPJ Fanning2017-07-053-3/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800949 13f79535-47bb-0310-9956-ffa450edef68
* fix javadoc issuePJ Fanning2017-07-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800717 13f79535-47bb-0310-9956-ffa450edef68
* [Bug 60422] fix data formatter issue with specific format in German localePJ Fanning2017-07-039-89/+213
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800713 13f79535-47bb-0310-9956-ffa450edef68
* [Bug 61246] remove flush methodPJ Fanning2017-07-032-8/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800712 13f79535-47bb-0310-9956-ffa450edef68
* [Bug 61246] fix issue where SXSSF sheet data has unicode surrogate chars ↵PJ Fanning2017-07-032-7/+96
| | | | | | replaced by '?' git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800705 13f79535-47bb-0310-9956-ffa450edef68
* Remove check for jdk1.5 in test because POI now only supports jre1.6 and upPJ Fanning2017-07-031-22/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800696 13f79535-47bb-0310-9956-ffa450edef68
* Add missing deprecations for CellType methods that return intsPJ Fanning2017-07-022-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800569 13f79535-47bb-0310-9956-ffa450edef68
* add test case for date formatting using different localesPJ Fanning2017-07-021-1/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800558 13f79535-47bb-0310-9956-ffa450edef68
* #61243 - Refactor and unify toString/toXml in DDFAndreas Beeker2017-06-3043-992/+965
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800452 13f79535-47bb-0310-9956-ffa450edef68
* Remove more deprecated code (MissingCellPolicy)PJ Fanning2017-06-305-60/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800400 13f79535-47bb-0310-9956-ffa450edef68
* Remove more deprecated code (BorderFormatting constants)PJ Fanning2017-06-304-138/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800385 13f79535-47bb-0310-9956-ffa450edef68
* Remove more deprecated code (especially from Spreadsheet Cell classes)PJ Fanning2017-06-3020-1414/+199
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800375 13f79535-47bb-0310-9956-ffa450edef68
* remove incomplete javadocsJaven O'Neal2017-06-301-9/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800361 13f79535-47bb-0310-9956-ffa450edef68