aboutsummaryrefslogtreecommitdiffstats
path: root/poi
Commit message (Collapse)AuthorAgeFilesLines
...
* genericise cell copy logicPJ Fanning2021-10-065-10/+339
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893931 13f79535-47bb-0310-9956-ffa450edef68
* upgrade reflections jarPJ Fanning2021-10-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893887 13f79535-47bb-0310-9956-ffa450edef68
* make array into immutable collection (spotbugs issue)PJ Fanning2021-10-034-13/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893860 13f79535-47bb-0310-9956-ffa450edef68
* #65612 - XSLF CustomGeometry - replace XmlStreamReader access with XmlBeans ↵Andreas Beeker2021-10-0329-315/+698
| | | | | | delegate git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893859 13f79535-47bb-0310-9956-ffa450edef68
* add weekday testsPJ Fanning2021-10-032-2/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893858 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65606] try to fix weeknum functionPJ Fanning2021-10-031-0/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893856 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65606] try to fix weeknum functionPJ Fanning2021-10-031-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893853 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65606] try to fix weeknum functionPJ Fanning2021-10-033-22/+74
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893852 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65606] allow return type (second param) to be omitted - still other ↵PJ Fanning2021-10-032-1/+80
| | | | | | scenarios to be fixed though git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893851 13f79535-47bb-0310-9956-ffa450edef68
* lgtm javadoc issuesPJ Fanning2021-10-032-5/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893850 13f79535-47bb-0310-9956-ffa450edef68
* broken testPJ Fanning2021-10-031-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893849 13f79535-47bb-0310-9956-ffa450edef68
* sonar issuesPJ Fanning2021-10-0311-26/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893847 13f79535-47bb-0310-9956-ffa450edef68
* Consolidate spreadsheet PictureData javadocsMarius Volkhart2021-10-012-12/+3
| | | | | | If docs for an implementation were identical or substantially similar to that of the interface, I removed them from the implementation, as Javadocs inherit automatically. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893780 13f79535-47bb-0310-9956-ffa450edef68
* Reduce allocations and copying when extracting PNGs created by MacMarius Volkhart2021-10-011-12/+7
| | | | | | This logic is covered by the TestHSSFPictureData#testMacPicture() test. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893779 13f79535-47bb-0310-9956-ffa450edef68
* Fix Javadoc errors and warnings on JDK 17Marius Volkhart2021-10-016-12/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893777 13f79535-47bb-0310-9956-ffa450edef68
* add npv testsPJ Fanning2021-09-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893754 13f79535-47bb-0310-9956-ffa450edef68
* add npv testsPJ Fanning2021-09-301-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893750 13f79535-47bb-0310-9956-ffa450edef68
* add npv tests (including a commented out one that fails)PJ Fanning2021-09-301-0/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893747 13f79535-47bb-0310-9956-ffa450edef68
* use httpsPJ Fanning2021-09-275-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893673 13f79535-47bb-0310-9956-ffa450edef68
* put back the goto - it is terrible but poi-integration tests hang without itPJ Fanning2021-09-241-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893604 13f79535-47bb-0310-9956-ffa450edef68
* try to remove goto (again)PJ Fanning2021-09-241-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893602 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65595] Strip colour formatting in headers and footersPJ Fanning2021-09-241-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893599 13f79535-47bb-0310-9956-ffa450edef68
* put back the goto - it is terrible but I don't have time work out why it is ↵PJ Fanning2021-09-241-45/+47
| | | | | | needed git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893597 13f79535-47bb-0310-9956-ffa450edef68
* try to remove gotoPJ Fanning2021-09-241-7/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893596 13f79535-47bb-0310-9956-ffa450edef68
* forbidden apiPJ Fanning2021-09-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893581 13f79535-47bb-0310-9956-ffa450edef68
* tabs to spacesPJ Fanning2021-09-233-11/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893576 13f79535-47bb-0310-9956-ffa450edef68
* make hyperlink duplicatablePJ Fanning2021-09-191-1/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893457 13f79535-47bb-0310-9956-ffa450edef68
* javadoc issuePJ Fanning2021-09-191-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893455 13f79535-47bb-0310-9956-ffa450edef68
* typos in javdocsPJ Fanning2021-09-192-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893452 13f79535-47bb-0310-9956-ffa450edef68
* rework BitmapImageRendererAndreas Beeker2021-09-191-106/+100
| | | | | | refactor TestPPTX2PNG code to support archives git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893451 13f79535-47bb-0310-9956-ffa450edef68
* fix spellings in javadocPJ Fanning2021-09-191-111/+121
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893450 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65576] replace StringCodepointsIterablePJ Fanning2021-09-164-73/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893385 13f79535-47bb-0310-9956-ffa450edef68
* Generate, compile and include class 'org.apache.poi.Version' in Gradle buildDominik Stadler2021-09-161-1/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893384 13f79535-47bb-0310-9956-ffa450edef68
* XmlSec/BouncyCastle and Batik are now optionalAndreas Beeker2021-09-123-2/+2
| | | | | | | | | | disable SonarQube build based on ant remove sonar and maven directory, because POMs are now created via Gradle remove maven section from seed-build fix duplicated maven dependencies on POM export git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893289 13f79535-47bb-0310-9956-ffa450edef68
* minor text issuesPJ Fanning2021-09-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893147 13f79535-47bb-0310-9956-ffa450edef68
* don't allow SAX parser to accept DTDsPJ Fanning2021-09-071-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893075 13f79535-47bb-0310-9956-ffa450edef68
* more specific exception instead of NPEPJ Fanning2021-09-051-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892951 13f79535-47bb-0310-9956-ffa450edef68
* try not to have poi-integration in pomPJ Fanning2021-09-052-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892931 13f79535-47bb-0310-9956-ffa450edef68
* POI 5.1.0PJ Fanning2021-09-046-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892897 13f79535-47bb-0310-9956-ffa450edef68
* update to release 5.1.0Andreas Beeker2021-09-033-1/+1
| | | | | | fix ooxml-lite build git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892887 13f79535-47bb-0310-9956-ffa450edef68
* update module-info.classes for next releaseAndreas Beeker2021-09-022-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892829 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2021-08-2820-791/+723
| | | | | | | close resources in tests fix gradle warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892683 13f79535-47bb-0310-9956-ffa450edef68
* more use of commons-ioPJ Fanning2021-08-2811-28/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892669 13f79535-47bb-0310-9956-ffa450edef68
* more use of commons-ioPJ Fanning2021-08-275-9/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892658 13f79535-47bb-0310-9956-ffa450edef68
* Redirecting System.out/err is bad in concurrent test environmentAndreas Beeker2021-08-222-3/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892530 13f79535-47bb-0310-9956-ffa450edef68
* try to fix path issues in Windows buildAndreas Beeker2021-08-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892479 13f79535-47bb-0310-9956-ffa450edef68
* try to fix concurrent issues in excelantAndreas Beeker2021-08-201-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892478 13f79535-47bb-0310-9956-ffa450edef68
* [github-242] add support for MAXIFS, MINIFS, AVERAGEIFS functions. Thanks to ↵PJ Fanning2021-08-1610-45/+682
| | | | | | jniewerth. This closes #242 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892366 13f79535-47bb-0310-9956-ffa450edef68
* increase intermediate significancePJ Fanning2021-08-141-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892333 13f79535-47bb-0310-9956-ffa450edef68
* increase intermediate significancePJ Fanning2021-08-141-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892332 13f79535-47bb-0310-9956-ffa450edef68