summaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 62165: Do not close stream when opening succeedsDominik Stadler2018-04-041-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828377 13f79535-47bb-0310-9956-ffa450edef68
* Try to avoid one NPE that popped up in commoncrawl-corpus testsDominik Stadler2018-04-043-2/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828375 13f79535-47bb-0310-9956-ffa450edef68
* fix error messagePJ Fanning2018-04-041-199/+199
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828364 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62254] update offset function to support optional offset valuesPJ Fanning2018-04-031-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828288 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61267: detect Word v2 files and report that they are not supported in ↵Dominik Stadler2018-04-022-1/+5
| | | | | | Apache POI git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828176 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62121] Fixed Power function of negative numbers. Thanks to Bob van den ↵PJ Fanning2018-04-011-0/+3
| | | | | | Berge. This closes #104 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828143 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62176] synchronize temp dir creationPJ Fanning2018-03-131-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1826655 13f79535-47bb-0310-9956-ffa450edef68
* #62159 - Support XML signature over windows certificate storeAndreas Beeker2018-03-061-18/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825948 13f79535-47bb-0310-9956-ffa450edef68
* remove some casts to shortPJ Fanning2018-03-032-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825749 13f79535-47bb-0310-9956-ffa450edef68
* tidy up API for font indexPJ Fanning2018-02-264-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825409 13f79535-47bb-0310-9956-ffa450edef68
* further uptake of int methods for font lookupsPJ Fanning2018-02-222-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825103 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62018] use ints to index fontsPJ Fanning2018-02-209-36/+116
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824826 13f79535-47bb-0310-9956-ffa450edef68
* [github-94] Add Range Copier. Thanks to Dragan Jovanović. This closes #94PJ Fanning2018-02-142-0/+201
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824266 13f79535-47bb-0310-9956-ffa450edef68
* Update JAXB classes with fixed javadocs for java 8 doclintAndreas Beeker2018-02-1163-2220/+2203
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823910 13f79535-47bb-0310-9956-ffa450edef68
* #61947 - Remove deprecated classes (POI 4.0.0)Andreas Beeker2018-02-111-11/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823894 13f79535-47bb-0310-9956-ffa450edef68
* #62096 - Add support for tabstopsAndreas Beeker2018-02-113-1/+104
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823893 13f79535-47bb-0310-9956-ffa450edef68
* FindBugs fixesAndreas Beeker2018-02-111-8/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823892 13f79535-47bb-0310-9956-ffa450edef68
* Various smaller adjustments: Remove filename in test, remove unused ↵Dominik Stadler2018-02-082-16/+55
| | | | | | parameters, fix a few simple typos in JavaDoc and add more JavaDoc and some more tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823595 13f79535-47bb-0310-9956-ffa450edef68
* fix findbug issues introduced recentlyPJ Fanning2018-01-311-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822758 13f79535-47bb-0310-9956-ffa450edef68
* fix use of forbidden apis in row shift codePJ Fanning2018-01-311-10/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822743 13f79535-47bb-0310-9956-ffa450edef68
* [github-81] Formula adjusting in context of column shifting. Thanks to ↵PJ Fanning2018-01-309-14/+129
| | | | | | Dragan Jovanović. This closes #81 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822639 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61550: Add more information to exception text and verify that it is thrownDominik Stadler2018-01-011-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819772 13f79535-47bb-0310-9956-ffa450edef68
* Update some tests and IntelliJ warningsDominik Stadler2018-01-012-15/+20
| | | | | | Ignore disabled test instead of not listing it in the test-report at all git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819768 13f79535-47bb-0310-9956-ffa450edef68
* Bug-61947 remove deprecated methodPJ Fanning2018-01-011-13/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819766 13f79535-47bb-0310-9956-ffa450edef68
* Bug-61947 remove deprecated methodPJ Fanning2018-01-012-15/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819763 13f79535-47bb-0310-9956-ffa450edef68
* #61797 - Embed Excel / Ole objects into powerpointAndreas Beeker2017-12-314-0/+357
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819710 13f79535-47bb-0310-9956-ffa450edef68
* #61943 - SL Common: narrow generics definition because of tighter java9 checksAndreas Beeker2017-12-3123-24/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819709 13f79535-47bb-0310-9956-ffa450edef68
* #61941 - Move Ole marker generation to Ole10NativeAndreas Beeker2017-12-312-11/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819706 13f79535-47bb-0310-9956-ffa450edef68
* #61940 - Replace ClassID statics with enumAndreas Beeker2017-12-312-37/+188
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819705 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 61116: Formula evaluation fails when using matrix addition within ↵Yegor Kozlov2017-12-305-76/+86
| | | | | | index function call git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819596 13f79535-47bb-0310-9956-ffa450edef68
* Fix IntelliJ warnings and code formatting, generalize ExcelToHtmlUtils, use ↵Dominik Stadler2017-12-281-3/+11
| | | | | | try-with-resources, update/enhance JavaDoc somewhat git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819402 13f79535-47bb-0310-9956-ffa450edef68
* Added a couple missing null checks.Greg Woolsey2017-12-282-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819398 13f79535-47bb-0310-9956-ffa450edef68
* Implement DMAX and DSUM functions, following the pattern from DMIN. Greg Woolsey2017-12-274-13/+142
| | | | | | Refactored the D* function enum to have instances return the function implementation instances rather than using a case construct, now that Java 8 is required. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819376 13f79535-47bb-0310-9956-ffa450edef68
* use StandardCharsetsPJ Fanning2017-12-191-10/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1818629 13f79535-47bb-0310-9956-ffa450edef68
* use StandardCharsetsPJ Fanning2017-12-195-15/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1818628 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61859: support for evaluating comparison operators in array mode, detect ↵Yegor Kozlov2017-12-186-18/+149
| | | | | | array mode from formula ptgs git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1818587 13f79535-47bb-0310-9956-ffa450edef68
* #61765 Another HSSF Workbook name found from (unknown) third party software ↵Nick Burch2017-12-111-1/+2
| | | | | | produced files git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1817812 13f79535-47bb-0310-9956-ffa450edef68
* #61841 Greg Woolsey2017-12-073-1/+2
| | | | | | Add @Override annotations, clean up imports git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1817331 13f79535-47bb-0310-9956-ffa450edef68
* #61841 fix typo in method nameGreg Woolsey2017-12-064-5/+5
| | | | | | Fixing the typo pointed out by PJ Fanning, thanks for the proof read! git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1817325 13f79535-47bb-0310-9956-ffa450edef68
* Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all ↵Greg Woolsey2017-12-067-12/+45
| | | | | | | | | | | | column reference Found some optimizations in the general evaluation framework related to blank cells in rows beyond the last defined row of a sheet. I don't see any issue with passing a bit of context down deeper into this framework, as it's all POI-internal and only had one calling path. See the above bug for the performance analysis. Not specifically related to VLOOKUP, but improves that case by more than 2/3 as well. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1817252 13f79535-47bb-0310-9956-ffa450edef68
* Javadoc fixesNick Burch2017-11-271-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1816453 13f79535-47bb-0310-9956-ffa450edef68
* XDDF usermodel for Charts closes #68 on GitHubAlain Béarez2017-11-2627-79/+132
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1816383 13f79535-47bb-0310-9956-ffa450edef68
* #61809 - Infinite loop in SectionIDMap.get() and .put()Andreas Beeker2017-11-247-140/+74
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1816205 13f79535-47bb-0310-9956-ffa450edef68
* Change order of handling shape-types in copy() as FreeFormShape derives from ↵Dominik Stadler2017-11-231-1/+2
| | | | | | | | AutoShape and thus would have not been copied correctly currently Fix some Javadoc, some warnings and code duplications git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1816185 13f79535-47bb-0310-9956-ffa450edef68
* use codepoint iterator in a few placesPJ Fanning2017-11-223-39/+98
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1815998 13f79535-47bb-0310-9956-ffa450edef68
* add forbidden api checks for non-Locale toLowerCase and toUpperCasePJ Fanning2017-11-214-452/+480
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1815994 13f79535-47bb-0310-9956-ffa450edef68
* remove more uses of Character.toUpperCasePJ Fanning2017-11-211-7/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1815988 13f79535-47bb-0310-9956-ffa450edef68
* [bug-61792] basic testPJ Fanning2017-11-201-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1815873 13f79535-47bb-0310-9956-ffa450edef68
* [bug-61792] some changes to avoid iterating over chars of StringsPJ Fanning2017-11-206-39/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1815871 13f79535-47bb-0310-9956-ffa450edef68
* add Locale awareness to case insensitive conditional comparisons in ↵Greg Woolsey2017-11-161-4/+14
| | | | | | formatting rule logic. Needed anyway, and removes forbidden API issues. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1815404 13f79535-47bb-0310-9956-ffa450edef68