aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* #59893 - Forbid calls to InputStream.availableAndreas Beeker2018-04-278-72/+100
* Fix setting active cell in .xls by populating field_6_refs whenever row/colum...Dominik Stadler2018-04-251-10/+17
* Bug 62187 - commit Commons Compress unrelated changesAndreas Beeker2018-04-251-1/+5
* #62319 - handle slide layouts in extractorAndreas Beeker2018-04-202-24/+43
* #61459 - HSLFShape.getShapeName() returns name of shapeType and not the shape...Andreas Beeker2018-04-203-15/+130
* #62319 - Decommission XSLF-/PowerPointExtractorAndreas Beeker2018-04-207-30/+107
* Nullpointer fix for slideshow extractorAndreas Beeker2018-04-191-1/+1
* add some javadoc to warn that stale cached formula cell values may result in ...Greg Woolsey2018-04-181-0/+11
* Bug 62092 - Text not extracted from grouped text shapes in HSLFAndreas Beeker2018-04-188-2/+510
* Bug 62165: Do not close stream when opening succeedsDominik Stadler2018-04-041-1/+7
* Try to avoid one NPE that popped up in commoncrawl-corpus testsDominik Stadler2018-04-043-2/+17
* fix error messagePJ Fanning2018-04-041-199/+199
* [bug-62254] update offset function to support optional offset valuesPJ Fanning2018-04-031-4/+6
* Bug 61267: detect Word v2 files and report that they are not supported in Apa...Dominik Stadler2018-04-022-1/+5
* [bug-62121] Fixed Power function of negative numbers. Thanks to Bob van den B...PJ Fanning2018-04-011-0/+3
* [bug-62176] synchronize temp dir creationPJ Fanning2018-03-131-2/+3
* #62159 - Support XML signature over windows certificate storeAndreas Beeker2018-03-061-18/+35
* remove some casts to shortPJ Fanning2018-03-032-3/+3
* tidy up API for font indexPJ Fanning2018-02-264-8/+8
* further uptake of int methods for font lookupsPJ Fanning2018-02-222-2/+2
* [bug-62018] use ints to index fontsPJ Fanning2018-02-209-36/+116
* [github-94] Add Range Copier. Thanks to Dragan Jovanović. This closes #94PJ Fanning2018-02-142-0/+201
* Update JAXB classes with fixed javadocs for java 8 doclintAndreas Beeker2018-02-1163-2220/+2203
* #61947 - Remove deprecated classes (POI 4.0.0)Andreas Beeker2018-02-111-11/+0
* #62096 - Add support for tabstopsAndreas Beeker2018-02-113-1/+104
* FindBugs fixesAndreas Beeker2018-02-111-8/+9
* Various smaller adjustments: Remove filename in test, remove unused parameter...Dominik Stadler2018-02-082-16/+55
* fix findbug issues introduced recentlyPJ Fanning2018-01-311-3/+3
* fix use of forbidden apis in row shift codePJ Fanning2018-01-311-10/+11
* [github-81] Formula adjusting in context of column shifting. Thanks to Dragan...PJ Fanning2018-01-309-14/+129
* Bug 61550: Add more information to exception text and verify that it is thrownDominik Stadler2018-01-011-1/+2
* Update some tests and IntelliJ warningsDominik Stadler2018-01-012-15/+20
* Bug-61947 remove deprecated methodPJ Fanning2018-01-011-13/+0
* Bug-61947 remove deprecated methodPJ Fanning2018-01-012-15/+1
* #61797 - Embed Excel / Ole objects into powerpointAndreas Beeker2017-12-314-0/+357
* #61943 - SL Common: narrow generics definition because of tighter java9 checksAndreas Beeker2017-12-3123-24/+24
* #61941 - Move Ole marker generation to Ole10NativeAndreas Beeker2017-12-312-11/+37
* #61940 - Replace ClassID statics with enumAndreas Beeker2017-12-312-37/+188
* Bugzilla 61116: Formula evaluation fails when using matrix addition within in...Yegor Kozlov2017-12-305-76/+86
* Fix IntelliJ warnings and code formatting, generalize ExcelToHtmlUtils, use t...Dominik Stadler2017-12-281-3/+11
* Added a couple missing null checks.Greg Woolsey2017-12-282-2/+2
* Implement DMAX and DSUM functions, following the pattern from DMIN. Greg Woolsey2017-12-274-13/+142
* use StandardCharsetsPJ Fanning2017-12-191-10/+2
* use StandardCharsetsPJ Fanning2017-12-195-15/+14
* Bug 61859: support for evaluating comparison operators in array mode, detect ...Yegor Kozlov2017-12-186-18/+149
* #61765 Another HSSF Workbook name found from (unknown) third party software p...Nick Burch2017-12-111-1/+2
* #61841 Greg Woolsey2017-12-073-1/+2
* #61841 fix typo in method nameGreg Woolsey2017-12-064-5/+5
* Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all colu...Greg Woolsey2017-12-067-12/+45
* Javadoc fixesNick Burch2017-11-271-2/+2