summaryrefslogtreecommitdiffstats
path: root/poi-ooxml/src
Commit message (Collapse)AuthorAgeFilesLines
...
* try to make comments table more extensiblePJ Fanning2021-11-173-12/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895127 13f79535-47bb-0310-9956-ffa450edef68
* typoPJ Fanning2021-11-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895126 13f79535-47bb-0310-9956-ffa450edef68
* try to improve performance when removing rowsPJ Fanning2021-11-171-35/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895125 13f79535-47bb-0310-9956-ffa450edef68
* try to make comments table more extensiblePJ Fanning2021-11-171-13/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895117 13f79535-47bb-0310-9956-ffa450edef68
* try to make comments table more extensiblePJ Fanning2021-11-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895114 13f79535-47bb-0310-9956-ffa450edef68
* try to make comments table more extensiblePJ Fanning2021-11-172-23/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895113 13f79535-47bb-0310-9956-ffa450edef68
* try to make comments table more extensiblePJ Fanning2021-11-172-4/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895105 13f79535-47bb-0310-9956-ffa450edef68
* try to make comments table more extensiblePJ Fanning2021-11-174-26/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895104 13f79535-47bb-0310-9956-ffa450edef68
* javadoc issuePJ Fanning2021-11-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895099 13f79535-47bb-0310-9956-ffa450edef68
* Move org.apache.poi.hssf.dev classes from poi:main to poi:testAndreas Beeker2021-11-151-17/+12
| | | | | | Use CloseShieldOutputStream instead of CloseIgnoringInputStream git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895041 13f79535-47bb-0310-9956-ffa450edef68
* Fix deprecate warnings on X509 api callsAndreas Beeker2021-11-143-11/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895034 13f79535-47bb-0310-9956-ffa450edef68
* [github-278] Resolve all SpotBugs P1 issues in Main and Test. Thanks to ↵PJ Fanning2021-11-1418-50/+53
| | | | | | Andreas Reichel. This closes #278 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895016 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65678] add XSLFGraphicFrame hasDiagramPJ Fanning2021-11-112-3/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894962 13f79535-47bb-0310-9956-ffa450edef68
* try to handle logging issue where DeferredSXSSFWorkbook close can lead to ↵PJ Fanning2021-11-111-2/+8
| | | | | | logging about close already having been called git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894951 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65676] issue in XSSFReader where string builder is not always cleared ↵PJ Fanning2021-11-102-6/+55
| | | | | | between cells git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894902 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65675] add regression testPJ Fanning2021-11-091-5/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894884 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65674] add isVideoFile to XSLFPictureShapePJ Fanning2021-11-092-14/+71
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894860 13f79535-47bb-0310-9956-ffa450edef68
* throw IOException if getInputStream failsPJ Fanning2021-11-082-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894848 13f79535-47bb-0310-9956-ffa450edef68
* return better error message when ZipEntry has no data (it was closed before ↵PJ Fanning2021-11-081-1/+3
| | | | | | the data was retrieved) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894831 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65673] add test case (that passes)PJ Fanning2021-11-081-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894830 13f79535-47bb-0310-9956-ffa450edef68
* typo in log messagePJ Fanning2021-11-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894828 13f79535-47bb-0310-9956-ffa450edef68
* #65672 - Digitial Signature - set commitment type and purposeAndreas Beeker2021-11-077-376/+572
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894820 13f79535-47bb-0310-9956-ffa450edef68
* Adjust trimming sheetnames > 31 charsDominik Stadler2021-11-071-12/+15
| | | | | | | | | | | 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-072-3/+3
| | | | 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-074-7/+7
| | | | | | | | 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
* CaseInsensitiveMap is not thread-safePJ Fanning2021-11-042-6/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894738 13f79535-47bb-0310-9956-ffa450edef68
* case insensitive mapPJ Fanning2021-11-032-19/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894720 13f79535-47bb-0310-9956-ffa450edef68
* javadocPJ Fanning2021-11-031-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894714 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65669] proper handling of apostrophe escaping in table column namesPJ Fanning2021-11-032-4/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894713 13f79535-47bb-0310-9956-ffa450edef68
* #65668 - upgrade to xmlsec 2.3.0 - make secure validation configurableAndreas Beeker2021-11-033-12/+63
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894701 13f79535-47bb-0310-9956-ffa450edef68
* forbidden apiPJ Fanning2021-11-021-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894700 13f79535-47bb-0310-9956-ffa450edef68
* forbidden apiPJ Fanning2021-11-021-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894699 13f79535-47bb-0310-9956-ffa450edef68
* forbidden apiPJ Fanning2021-11-021-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894697 13f79535-47bb-0310-9956-ffa450edef68
* [github-270] Draw correct XDGF circular arc. Thanks to Dmitry Komarov. This ↵PJ Fanning2021-11-022-14/+192
| | | | | | closes #270 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894696 13f79535-47bb-0310-9956-ffa450edef68
* [github-269] more work on external workbook links (formulas). Thanks to ↵PJ Fanning2021-11-025-5/+64
| | | | | | @aspojo. This closes #269 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894695 13f79535-47bb-0310-9956-ffa450edef68
* Add slightly more output if signature-test failsDominik Stadler2021-11-021-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894681 13f79535-47bb-0310-9956-ffa450edef68
* Check and fix issue when sheets are added while an existing ↵Dominik Stadler2021-11-022-19/+99
| | | | | | workbook-evaluator is used. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894680 13f79535-47bb-0310-9956-ffa450edef68
* Do not fail on different count of categories and points and fix cloning chartsDominik Stadler2021-11-022-2/+19
| | | | | | | | | | We see many cases where documents have charts with a difference here, so downgrade the exception to a warning for now Also handle cloning charts in workbooks where the parts have unexpected names by making sure that the chosen part-name is not yet taken. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894676 13f79535-47bb-0310-9956-ffa450edef68
* revert github-267 due to broken testsPJ Fanning2021-10-252-49/+1
| | | | 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-252-1/+49
| | | | | | Thanks to aspojo. This closes #267 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894549 13f79535-47bb-0310-9956-ffa450edef68
* XSSFReader extensibilityPJ Fanning2021-10-232-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894513 13f79535-47bb-0310-9956-ffa450edef68
* fix mime type for pict files (image/x-pict)PJ Fanning2021-10-231-0/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894510 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65650] use image/x-pict mime typePJ Fanning2021-10-233-50/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894507 13f79535-47bb-0310-9956-ffa450edef68
* use content types from constantsPJ Fanning2021-10-231-48/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894506 13f79535-47bb-0310-9956-ffa450edef68
* add XSLFPictureShape setNamePJ Fanning2021-10-232-5/+80
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894505 13f79535-47bb-0310-9956-ffa450edef68
* add XSLFPictureShape getNamePJ Fanning2021-10-232-4/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894504 13f79535-47bb-0310-9956-ffa450edef68
* remove deprecated codePJ Fanning2021-10-221-8/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894497 13f79535-47bb-0310-9956-ffa450edef68
* remove deprecated methods on XSSFColorPJ Fanning2021-10-221-44/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894495 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65649] add test casePJ Fanning2021-10-221-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894492 13f79535-47bb-0310-9956-ffa450edef68
* remove finalizerPJ Fanning2021-10-221-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894490 13f79535-47bb-0310-9956-ffa450edef68