aboutsummaryrefslogtreecommitdiffstats
path: root/poi/src
Commit message (Collapse)AuthorAgeFilesLines
* missing licensePJ Fanning2021-11-141-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895019 13f79535-47bb-0310-9956-ffa450edef68
* [github-278] Resolve all SpotBugs P1 issues in Main and Test. Thanks to ↵PJ Fanning2021-11-141-0/+19
| | | | | | Andreas Reichel. This closes #278 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895017 13f79535-47bb-0310-9956-ffa450edef68
* [github-278] Resolve all SpotBugs P1 issues in Main and Test. Thanks to ↵PJ Fanning2021-11-1412-43/+39
| | | | | | Andreas Reichel. This closes #278 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895016 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65675] add regression testPJ Fanning2021-11-093-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894884 13f79535-47bb-0310-9956-ffa450edef68
* remove old deprecated clone methodPJ Fanning2021-11-081-13/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894849 13f79535-47bb-0310-9956-ffa450edef68
* use spaces for indentsPJ Fanning2021-11-081-11/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894829 13f79535-47bb-0310-9956-ffa450edef68
* Adjust trimming sheetnames > 31 charsDominik Stadler2021-11-073-5/+38
| | | | | | | | | | | Define Constant MAX_SENSITIVE_SHEET_NAME_LEN = 31 Warn about trimmed sheet names Implement sheetname trimming for HSSFWorkbook Add use case tests Closes #273 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894817 13f79535-47bb-0310-9956-ffa450edef68
* Use append(char) instead of string where possibleDominik Stadler2021-11-0714-24/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894814 13f79535-47bb-0310-9956-ffa450edef68
* Add some more forbidden-apis to prefer core JDK classes over Guava and ↵Dominik Stadler2021-11-073-20/+20
| | | | | | | | commons-codec Also prevent java logging from being used inadvertently git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894810 13f79535-47bb-0310-9956-ffa450edef68
* forbidden apiPJ Fanning2021-11-021-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894699 13f79535-47bb-0310-9956-ffa450edef68
* [github-269] more work on external workbook links (formulas). Thanks to ↵PJ Fanning2021-11-024-9/+33
| | | | | | @aspojo. This closes #269 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894695 13f79535-47bb-0310-9956-ffa450edef68
* Add some more JavaDocDominik Stadler2021-11-022-2/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894679 13f79535-47bb-0310-9956-ffa450edef68
* Optimize formula evaluation of row-referencesDominik Stadler2021-11-023-7/+36
| | | | | | | | | | We currently walk 1 million rows for every formula which uses a column-reference like "$A" Execution time of test-case TestVlookup.testFullColumnAreaRef61841 went from more than 16 seconds to around 2 seconds git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894675 13f79535-47bb-0310-9956-ffa450edef68
* javadocPJ Fanning2021-10-311-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894642 13f79535-47bb-0310-9956-ffa450edef68
* revert github-267 due to broken testsPJ Fanning2021-10-254-25/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894550 13f79535-47bb-0310-9956-ffa450edef68
* [github-267] Issue with sheet range in formula With spaces and quotes. ↵PJ Fanning2021-10-253-9/+23
| | | | | | Thanks to aspojo. This closes #267 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894549 13f79535-47bb-0310-9956-ffa450edef68
* #65653 - HSLF FillType for texture and background color fills ignoredAndreas Beeker2021-10-241-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894538 13f79535-47bb-0310-9956-ffa450edef68
* configurable max record lenPJ Fanning2021-10-246-10/+87
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894525 13f79535-47bb-0310-9956-ffa450edef68
* configurable max record lenPJ Fanning2021-10-2320-103/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894516 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65650] use image/x-pict mime typePJ Fanning2021-10-232-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894507 13f79535-47bb-0310-9956-ffa450edef68
* more support for configurable max record lenPJ Fanning2021-10-221-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894494 13f79535-47bb-0310-9956-ffa450edef68
* javadocPJ Fanning2021-10-222-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894476 13f79535-47bb-0310-9956-ffa450edef68
* get some T.DIST tests to workPJ Fanning2021-10-222-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894473 13f79535-47bb-0310-9956-ffa450edef68
* get some T.DIST tests to workPJ Fanning2021-10-221-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894471 13f79535-47bb-0310-9956-ffa450edef68
* get some T.DIST tests to work (still not right on cumulative=false)PJ Fanning2021-10-225-7/+115
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894470 13f79535-47bb-0310-9956-ffa450edef68
* fix negative X on T.DIST.RTPJ Fanning2021-10-224-5/+96
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894469 13f79535-47bb-0310-9956-ffa450edef68
* fix names of t.dist functionsPJ Fanning2021-10-225-13/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894468 13f79535-47bb-0310-9956-ffa450edef68
* make max record sizes configurablePJ Fanning2021-10-211-23/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894454 13f79535-47bb-0310-9956-ffa450edef68
* make max record sizes configurablePJ Fanning2021-10-2126-304/+409
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894453 13f79535-47bb-0310-9956-ffa450edef68
* make max record sizes configurablePJ Fanning2021-10-2116-17/+256
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894452 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2021-10-2033-1020/+906
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894426 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2021-10-1918-963/+925
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894393 13f79535-47bb-0310-9956-ffa450edef68
* commentsPJ Fanning2021-10-191-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894392 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65644] Improved regex for Excel accounting formats. Thanks to Adam DeSapioPJ Fanning2021-10-193-1/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894386 13f79535-47bb-0310-9956-ffa450edef68
* add TDIST.2T supportPJ Fanning2021-10-195-0/+194
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894384 13f79535-47bb-0310-9956-ffa450edef68
* add TDIST.RT supportPJ Fanning2021-10-195-3/+190
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894383 13f79535-47bb-0310-9956-ffa450edef68
* warning about varargsPJ Fanning2021-10-191-6/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894379 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64258] support TDIST functionPJ Fanning2021-10-194-1/+218
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894378 13f79535-47bb-0310-9956-ffa450edef68
* scaling issuePJ Fanning2021-10-181-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894366 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2021-10-183-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894365 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2021-10-188-28/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894360 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65638] Remove escaping of ampersand from headers and footers created by ↵PJ Fanning2021-10-183-5/+22
| | | | | | Excel. Thanks to Viru. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894357 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2021-10-178-31/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894331 13f79535-47bb-0310-9956-ffa450edef68
* record size of encrypted temp dataPJ Fanning2021-10-161-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894303 13f79535-47bb-0310-9956-ffa450edef68
* #64036 - Replace reflection calls in factories for Java 9+Andreas Beeker2021-10-163-0/+33
| | | | | | use ServiceLoader for HSLF Metro Shapes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894298 13f79535-47bb-0310-9956-ffa450edef68
* #65634 - NotOLE2FileException not thrown in POI 5.0.0 by opening an XML-RAW ↵Andreas Beeker2021-10-141-3/+3
| | | | | | File with SlideShowFactory.create() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894271 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62215] add test case for sxssf formulas - issue was already fixedPJ Fanning2021-10-111-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894128 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64137] increase max iterations for IRRPJ Fanning2021-10-102-4/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894111 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64137] increase max iterations for IRRPJ Fanning2021-10-102-3/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894110 13f79535-47bb-0310-9956-ffa450edef68
* add test case for IRR functionPJ Fanning2021-10-101-0/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894109 13f79535-47bb-0310-9956-ffa450edef68