aboutsummaryrefslogtreecommitdiffstats
path: root/poi/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* [bug-49202] add PERCENTRANK.EXC functionPJ Fanning2021-08-072-19/+13
* [bug-49202] add PERCENTRANK.EXC functionPJ Fanning2021-08-074-3/+171
* [bug-49202] add PERCENTRANK.INC functionPJ Fanning2021-08-072-19/+57
* tidy up javadocPJ Fanning2021-08-071-1/+1
* tidy up javadocPJ Fanning2021-08-071-1/+3
* [bug-49202] add PERCENTRANK functionPJ Fanning2021-08-071-0/+3
* [bug-49202] add PERCENTRANK functionPJ Fanning2021-08-072-1/+161
* fix TextJoin use case that was not handledPJ Fanning2021-08-071-2/+6
* fix TextJoin use case that was not handledPJ Fanning2021-08-071-6/+31
* fix TextJoin use case that was not handledPJ Fanning2021-08-071-3/+3
* fix TextJoin use case that was not handledPJ Fanning2021-08-072-7/+36
* add basic implementation of TIMEVALUE functionPJ Fanning2021-08-061-4/+5
* add basic implementation of TIMEVALUE functionPJ Fanning2021-08-063-2/+87
* SUMIFS should not sum if a value is #N/APJ Fanning2021-07-302-7/+15
* [bug-65475] SUMIF should return #N/A if any of the amounts to sum is #N/A. Th...PJ Fanning2021-07-301-25/+26
* [bug-65467] support IFNA() function. Thanks to Ross PattersonPJ Fanning2021-07-292-2/+68
* [bug-65471] fix DataFormatter so it can handle Ts (ISO 8601)PJ Fanning2021-07-281-0/+2
* add broken (disabled) test to show issue with ISO 8601 formatPJ Fanning2021-07-281-2/+2
* [bug-65165] invalid date values not handled correctly in DateValue functionPJ Fanning2021-07-281-5/+10
* [bug-60924] add support for Excel IFS and SWITCH functions. Thanks to Pieter ...PJ Fanning2021-07-283-0/+166
* [bug-64633] add excel function: TEXTJOIN - thanks to David GordonPJ Fanning2021-07-282-0/+90
* [bug-65230] TRIM function should trim extra spaces between wordsPJ Fanning2021-07-281-2/+3
* handle case where row nums are the samePJ Fanning2021-07-241-3/+0
* fix spellingsPJ Fanning2021-07-242-2/+2
* fix spellingPJ Fanning2021-07-241-1/+1
* remove unchecked cast from setHyperlinkPJ Fanning2021-07-241-1/+6
* try to fix issue with building in windowsPJ Fanning2021-07-121-0/+0
* convert indents to spacesPJ Fanning2021-07-073-8/+8
* Apply some IDE suggestionsDominik Stadler2021-07-071-16/+15
* Adjust some JavaDocDominik Stadler2021-07-074-3/+11
* revert commons-compress change due to build failurePJ Fanning2021-07-061-1/+0
* add explicit commons-io dependency to poi-ooxml. This closes #237PJ Fanning2021-07-061-0/+2
* fix deprecation issuePJ Fanning2021-06-141-1/+1
* update javadocPJ Fanning2021-06-092-5/+5
* convert tabs to spacesPJ Fanning2021-05-22409-25628/+25628
* activate javadoc lint and fix errorsAndreas Beeker2021-05-2177-834/+915
* use commons-io StringBuilderWriterPJ Fanning2021-05-141-0/+0
* #65304 - Add commons-io as a dependencyAndreas Beeker2021-05-1439-624/+873
* Apply some IDE suggestionsDominik Stadler2021-05-132-13/+13
* #64844 - Incorrect sizes of images in SVGAndreas Beeker2021-05-086-5/+91
* #65214 - Document signed by POI reported as 'partially' signedAndreas Beeker2021-05-021-0/+0
* Do not return null for POITextExtractor.getMetadataTextExtractor() for old Ex...Dominik Stadler2021-04-261-1/+32
* [github-235] Fix date formatting for number cell values. Thanks to Anthony Sc...PJ Fanning2021-04-251-3/+11
* #65228 - the method getCap() does not work correctly in xslf.usermodel.XSLFTe...Andreas Beeker2021-04-221-1/+1
* Fix JavadocsAndreas Beeker2021-04-1919-122/+113
* Fix JavadocsAndreas Beeker2021-04-1822-182/+183
* Fix JavadocsAndreas Beeker2021-04-185-31/+35
* [github-234] Ensure the hours position is correct. Thanks to Anthony Schott. ...PJ Fanning2021-04-153-6/+23
* Junit 5: Run some tests which change static BYTE_ARRAY_MAX_OVERRIDE in isolationDominik Stadler2021-04-151-1/+1
* fix javadocs - remove @author tags (http://apache-poi.1045710.n5.nabble.com/J...Andreas Beeker2021-04-14288-1509/+1175