aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* [github-278] Resolve all SpotBugs P1 issues in Main and Test. Thanks to Andre...PJ Fanning2021-11-1414-30/+25
* [bug-65678] add XSLFGraphicFrame hasDiagramPJ Fanning2021-11-111-3/+12
* try to handle logging issue where DeferredSXSSFWorkbook close can lead to log...PJ Fanning2021-11-111-2/+8
* [bug-65676] issue in XSSFReader where string builder is not always cleared be...PJ Fanning2021-11-101-0/+1
* [bug-65674] add isVideoFile to XSLFPictureShapePJ Fanning2021-11-091-14/+51
* throw IOException if getInputStream failsPJ Fanning2021-11-082-7/+7
* return better error message when ZipEntry has no data (it was closed before t...PJ Fanning2021-11-081-1/+3
* typo in log messagePJ Fanning2021-11-081-1/+1
* #65672 - Digitial Signature - set commitment type and purposeAndreas Beeker2021-11-075-43/+122
* Adjust trimming sheetnames > 31 charsDominik Stadler2021-11-071-12/+15
* Use append(char) instead of string where possibleDominik Stadler2021-11-072-3/+3
* CaseInsensitiveMap is not thread-safePJ Fanning2021-11-042-6/+5
* case insensitive mapPJ Fanning2021-11-032-19/+5
* javadocPJ Fanning2021-11-031-1/+8
* [bug-65669] proper handling of apostrophe escaping in table column namesPJ Fanning2021-11-031-4/+7
* #65668 - upgrade to xmlsec 2.3.0 - make secure validation configurableAndreas Beeker2021-11-032-0/+45
* forbidden apiPJ Fanning2021-11-021-1/+3
* [github-270] Draw correct XDGF circular arc. Thanks to Dmitry Komarov. This c...PJ Fanning2021-11-021-14/+13
* [github-269] more work on external workbook links (formulas). Thanks to @aspo...PJ Fanning2021-11-022-1/+15
* Check and fix issue when sheets are added while an existing workbook-evaluato...Dominik Stadler2021-11-021-19/+19
* Do not fail on different count of categories and points and fix cloning chartsDominik Stadler2021-11-022-2/+19
* revert github-267 due to broken testsPJ Fanning2021-10-251-4/+1
* [github-267] Issue with sheet range in formula With spaces and quotes. Thanks...PJ Fanning2021-10-251-1/+4
* XSSFReader extensibilityPJ Fanning2021-10-232-8/+8
* [bug-65650] use image/x-pict mime typePJ Fanning2021-10-232-49/+52
* use content types from constantsPJ Fanning2021-10-231-48/+56
* add XSLFPictureShape setNamePJ Fanning2021-10-231-5/+32
* add XSLFPictureShape getNamePJ Fanning2021-10-231-2/+25
* remove deprecated codePJ Fanning2021-10-221-8/+1
* remove deprecated methods on XSSFColorPJ Fanning2021-10-221-44/+1
* remove finalizerPJ Fanning2021-10-221-0/+3
* remove finalizerPJ Fanning2021-10-221-7/+3
* deprecate method that should not be publicPJ Fanning2021-10-221-0/+5
* Reformat codeDominik Stadler2021-10-221-226/+113
* make max record sizes configurablePJ Fanning2021-10-212-3/+33
* Avoid NullPointerException when cloning sheets where there is no drawing patr...Dominik Stadler2021-10-211-13/+16
* minor code improvementPJ Fanning2021-10-181-2/+2
* sonar fixesAndreas Beeker2021-10-181-11/+30
* [bug-59388] Set comment with option isVisible in .xlsx. Thanks to ryoii. This...PJ Fanning2021-10-181-7/+22
* sonar fixesAndreas Beeker2021-10-173-50/+123
* extra tests for Zip package parts backed by temp filesPJ Fanning2021-10-173-3/+3
* record size of encrypted temp dataPJ Fanning2021-10-162-6/+13
* #64036 - Replace reflection calls in factories for Java 9+Andreas Beeker2021-10-161-8/+11
* [github-264] bug in link external workbook. This closes #264PJ Fanning2021-10-151-1/+1
* javadocPJ Fanning2021-10-142-3/+3
* temp file package partsPJ Fanning2021-10-141-4/+4
* setDisallowDocTypeDeclarationPJ Fanning2021-10-141-1/+1
* undo setDisallowDocTypeDeclaration (need to investigate some poi-integration ...PJ Fanning2021-10-131-1/+1
* setDisallowDocTypeDeclarationPJ Fanning2021-10-131-0/+1
* [bug-65042] support saving package part data in temp filesPJ Fanning2021-10-138-27/+347