aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss
Commit message (Expand)AuthorAgeFilesLines
* lgtm issuesPJ Fanning2018-12-081-1/+1
* fixed escaping of sheet names. Thanks to gallonfizik. This closes #134PJ Fanning2018-11-254-25/+88
* Remove commented out System.out calls / Move DummyGraphics2d to testcase area...Andreas Beeker2018-11-194-17/+10
* [bug-62908] populate NamedColorsPJ Fanning2018-11-131-15/+11
* Bug 62836: Implementation of Excel TREND functionYegor Kozlov2018-11-022-1/+378
* IDE warnings, tried to reproduce Bug 58927, but could notDominik Stadler2018-11-011-9/+5
* Adjust sample for creating comments to also create a .xlsx fileDominik Stadler2018-10-261-0/+18
* Typos and IDE warningsDominik Stadler2018-10-264-22/+17
* #62834 FormulaEvaluator.evaluateInCell() throws ExceptionGreg Woolsey2018-10-192-3/+28
* Bug 62373: Support for FREQUENCY functionYegor Kozlov2018-10-182-1/+83
* #62831 Fix WorkbookFactory.create with a subclass of File, eg from JFileChooserNick Burch2018-10-171-0/+7
* lgtm issuesPJ Fanning2018-09-292-15/+4
* [bug-62738] make int cast a long cast in randbetweenPJ Fanning2018-09-191-1/+1
* sonar fixes - blockerAndreas Beeker2018-08-311-2/+2
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-311-8/+8
* Ensure that file handles are closed for encrypted filesDominik Stadler2018-08-261-1/+5
* [bug-62639] make private constructor on DateFormatter publicPJ Fanning2018-08-201-1/+1
* [bug-62275] in vlooup function, treat optional 4th param as true if the value...PJ Fanning2018-07-271-1/+6
* #62564 - replace Thread.currentThread().getContextClassLoader() with getClass...Andreas Beeker2018-07-241-1/+1
* Adjust comments and IDE warnings, duplicate code reductionDominik Stadler2018-07-051-2/+2
* sonar fixesAndreas Beeker2018-06-021-1/+6
* sonar fixesAndreas Beeker2018-06-022-24/+34
* #62355 - unsplit packages - 2 - modified classes (not only imports)Andreas Beeker2018-05-271-0/+4
* #62355 - unsplit packages - 1 - moved classesAndreas Beeker2018-05-273-0/+838
* sonar fixesAndreas Beeker2018-05-221-1/+2
* List a few more missing functions as inline-comments, based on definitions fr...Nick Burch2018-05-141-2/+12
* A few more places I should never have introduced Cell as a parameter, sine Ce...Greg Woolsey2018-05-082-21/+72
* add license headerAndreas Beeker2018-05-021-0/+17
* [githib-107] add areas function support. Thanks to Inji Hanbin. This closes #107PJ Fanning2018-05-012-0/+36
* add some javadoc to warn that stale cached formula cell values may result in ...Greg Woolsey2018-04-181-0/+11
* fix error messagePJ Fanning2018-04-041-199/+199
* [bug-62254] update offset function to support optional offset valuesPJ Fanning2018-04-031-4/+6
* [bug-62121] Fixed Power function of negative numbers. Thanks to Bob van den B...PJ Fanning2018-04-011-0/+3
* remove some casts to shortPJ Fanning2018-03-032-3/+3
* tidy up API for font indexPJ Fanning2018-02-263-4/+4
* further uptake of int methods for font lookupsPJ Fanning2018-02-221-1/+1
* [bug-62018] use ints to index fontsPJ Fanning2018-02-205-7/+66
* [github-94] Add Range Copier. Thanks to Dragan Jovanović. This closes #94PJ Fanning2018-02-141-0/+159
* #61947 - Remove deprecated classes (POI 4.0.0)Andreas Beeker2018-02-111-11/+0
* Various smaller adjustments: Remove filename in test, remove unused parameter...Dominik Stadler2018-02-081-9/+9
* [github-81] Formula adjusting in context of column shifting. Thanks to Dragan...PJ Fanning2018-01-305-8/+35
* Update some tests and IntelliJ warningsDominik Stadler2018-01-011-9/+16
* Bug-61947 remove deprecated methodPJ Fanning2018-01-011-14/+0
* Bugzilla 61116: Formula evaluation fails when using matrix addition within in...Yegor Kozlov2017-12-305-76/+86
* 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
* Bug 61859: support for evaluating comparison operators in array mode, detect ...Yegor Kozlov2017-12-186-18/+149
* #61841 Greg Woolsey2017-12-072-1/+1
* #61841 fix typo in method nameGreg Woolsey2017-12-063-4/+4