1. 7ab1c9c fix javadocs by Andreas Beeker · 3 years, 1 month ago
  2. e7a2df7 [github-234] Ensure the hours position is correct. Thanks to Anthony Schott. This closes #234 by PJ Fanning · 3 years, 1 month ago
  3. 3b1c82f Increase memory for task allJavaDoc to avoid OOM during building by Dominik Stadler · 3 years, 1 month ago
  4. 0484610 Junit 5: Run some tests which change static BYTE_ARRAY_MAX_OVERRIDE in isolation by Dominik Stadler · 3 years, 1 month ago
  5. 930e576 Gradle: Synchronize the code in the different build-scripts across the projects by Dominik Stadler · 3 years, 1 month ago
  6. bb5d321 fix javadocs - remove @author tags (http://apache-poi.1045710.n5.nabble.com/Javadocs-clean-up-remove-author-tags-tp5737663.html) by Andreas Beeker · 3 years, 1 month ago
  7. 7c67bba :poi-ooxml - fix javadocs - link to dependent/external project javadocs by Andreas Beeker · 3 years, 1 month ago
  8. 088d1dd :poi-scratchpad - fix javadocs - link to dependent/external project javadocs by Andreas Beeker · 3 years, 1 month ago
  9. 240b02d replace over engineered inner classes with lambdas/method references by Andreas Beeker · 3 years, 1 month ago
  10. 3c03974 Fix Xades / Document.importNode SIGSEV by Andreas Beeker · 3 years, 1 month ago
  11. 382714e :poi - fix javadocs - link to dependent/external project javadocs by Andreas Beeker · 3 years, 1 month ago
  12. 41b9bb0 Adjust paths in build-files some more and copy svn-libs by Dominik Stadler · 3 years, 1 month ago
  13. 22c893b move jdk check into doFirst by Andreas Beeker · 3 years, 1 month ago
  14. 861ff65 fix paths for integration build, docs, add site task to main build.gradle by Andreas Beeker · 3 years, 1 month ago
  15. ab0e748 try to fix build issue by PJ Fanning · 3 years, 1 month ago
  16. fadeb68 Store jars for svnant locally by Dominik Stadler · 3 years, 1 month ago
  17. 0c3aa44 [bug-65227] add NPE guard in SheetUtil. Thanks to Petr Blaha by PJ Fanning · 3 years, 1 month ago
  18. 30d8d17 Adjust for the new source-directories in some more places by Dominik Stadler · 3 years, 1 month ago
  19. 329ae95 Ensure the cache-directory for ImageIO is set to a valid directory by Dominik Stadler · 3 years, 1 month ago
  20. b9521e8 fix paths to new gradle directories by Andreas Beeker · 3 years, 1 month ago
  21. 0f3bf7e fix merge problem by Andreas Beeker · 3 years, 1 month ago
  22. b6aee1e 65206 - Migrate ant / maven to gradle build by Andreas Beeker · 3 years, 1 month ago
  23. 6458acb Adjust path for archiving JUnit files to capture both locations that are in use by Dominik Stadler · 3 years, 1 month ago
  24. fc96f1e Jenkins DSL: Add a workaround to run "ant init" before building with Gradle by Dominik Stadler · 3 years, 1 month ago
  25. 572c1d9 Enable Gradle Wrapper to avoid running with an unsupported local version by Dominik Stadler · 3 years, 1 month ago
  26. 965dd2d Add a simple test-case for XLSX2CSV by Dominik Stadler · 3 years, 1 month ago
  27. d54b492 Add one more directory from Maven build to .gitignore by Dominik Stadler · 3 years, 1 month ago
  28. 2098edd Fix directory for examples-sources to make Maven build work again by Dominik Stadler · 3 years, 1 month ago
  29. da4bc85 Switch the Ant-build to separate folders under "build/classes" by Dominik Stadler · 3 years, 1 month ago
  30. e87e3ca Add a Gradle target "allJavaDoc" for an initial combined JavaDoc run by Dominik Stadler · 3 years, 1 month ago
  31. 72ce975 Adjust JavaDoc target to act similar as the one in the build.xml by Dominik Stadler · 3 years, 1 month ago
  32. c0cf4eb Adjust some JavaDoc by Dominik Stadler · 3 years, 1 month ago
  33. 3aa712c XSLX2CSV: Do not double-encode if the value is already having quotes and escape double-quotes by Dominik Stadler · 3 years, 1 month ago
  34. ddc13a4 Also look for test-data in ../test-data for Gradle build by Dominik Stadler · 3 years, 1 month ago
  35. 06707dc Update JUnit to 5.7.1 and junit-platform to 1.7.1 by Dominik Stadler · 3 years, 1 month ago
  36. 51b04fc Apply some IDE suggestions, improve exception message, add some JavaDoc by Dominik Stadler · 3 years, 1 month ago
  37. 9e792f8 Ignore new "build" and "out" directories by Dominik Stadler · 3 years, 1 month ago
  38. 22b3989 Gradle: Add support for rat-check and initial target "jenkins" by Dominik Stadler · 3 years, 1 month ago
  39. 6dd3958 Remove support for japicmp from Gradle build by Dominik Stadler · 3 years, 1 month ago
  40. d2958cc 65206 - Migrate ant / maven to gradle build fix distsourcebuild by Andreas Beeker · 3 years, 1 month ago
  41. 153d285 65206 - Migrate ant / maven to gradle build try to fix Java 16 build by Andreas Beeker · 3 years, 1 month ago
  42. 37791e4 65206 - Migrate ant / maven to gradle build by Andreas Beeker · 3 years, 1 month ago
  43. 2bb3839 remove temp gradle workaround for xmlbeans by PJ Fanning · 3 years, 2 months ago
  44. 226ae72 [github-233] Updated de.rototor.pdfbox:graphics2d to 0.31. Thanks to Tobias Stadler. This closes #233 by PJ Fanning · 3 years, 2 months ago
  45. 5866b21 Make "normalizing" the file-path actually work by Dominik Stadler · 3 years, 2 months ago
  46. 799dfc4 Don't use a hardcoded temporary file (and also not a hardcoded /tmp directory) by Dominik Stadler · 3 years, 2 months ago
  47. e8895c5 Make new tests for IOUtils work on Windows as well by Dominik Stadler · 3 years, 2 months ago
  48. 7c6e80e add more xsbs to the ooxml-lite jar by recursing through XWPF and XSSF documents by Andreas Beeker · 3 years, 2 months ago
  49. 207b98a Forbidden apis fix by Andreas Beeker · 3 years, 2 months ago
  50. 9618056 dispose cursor finally by Sayi · 3 years, 2 months ago
  51. 0efa534 Create, get, modify and remove comments, support operating paragraphs, pictures and tables in comments by Sayi · 3 years, 2 months ago
  52. 6167f34 add jdk 1.16 job for xmlbeans by PJ Fanning · 3 years, 2 months ago
  53. 5203092 revert accidental change by PJ Fanning · 3 years, 2 months ago
  54. 4680bd5 try to re-enable new getBlockAt code by PJ Fanning · 3 years, 2 months ago
  55. d96dd89 add disabled test for corrupt file by PJ Fanning · 3 years, 2 months ago
  56. 4027d8a Allow negative numbers in conditional part of format string by Dominik Stadler · 3 years, 2 months ago
  57. 82bf046 Enhance javadoc and coverage for IOUtils by Dominik Stadler · 3 years, 2 months ago
  58. 2ceb5ff #65192 - Allow change of EncryptionMode by Andreas Beeker · 3 years, 2 months ago
  59. 393d3a3 Revert erroneously modified logging statement by Marius Volkhart · 3 years, 2 months ago
  60. 7359d4c add back some new code by PJ Fanning · 3 years, 2 months ago
  61. bfa026e revert recent changes by PJ Fanning · 3 years, 2 months ago
  62. 08a88d6 Run the TestAllFiles tests as part of Gradle by Marius Volkhart · 3 years, 2 months ago
  63. 9078e98 [bug-65184] revert due to integration test failures by PJ Fanning · 3 years, 2 months ago
  64. 093fa9a Try to fix sonar build by Andreas Beeker · 3 years, 2 months ago
  65. 7aba68f reformat file by PJ Fanning · 3 years, 2 months ago
  66. 66dee7b [bug-65184] Improve performance of POFSMiniStore getBlockAt. Thanks to sits by PJ Fanning · 3 years, 2 months ago
  67. 82b5113 Implement CONCAT function #65185 by Nick Burch · 3 years, 2 months ago
  68. 1205669 Change Gradle to use java-library plugin by Marius Volkhart · 3 years, 2 months ago
  69. aaf0e2f xmlbeans 5.0.0 release by PJ Fanning · 3 years, 2 months ago
  70. deb410b Exclude batik-script dependency from OOXML artifact by Marius Volkhart · 3 years, 2 months ago
  71. 21ba7dc Specify more granular Batik dependencies by Marius Volkhart · 3 years, 2 months ago
  72. bce7649 Disable parallel tests on Gradle again by Marius Volkhart · 3 years, 2 months ago
  73. 677ae9b Limit which tests can run in parallel by Marius Volkhart · 3 years, 2 months ago
  74. 5d77d4e Get Gradle GitHub Action past downloading the XMLBeans JAR by Marius Volkhart · 3 years, 2 months ago
  75. c70b649 [bug-65184] Improve performance of POFSMiniStore getBlockAt. Thanks to sits by PJ Fanning · 3 years, 2 months ago
  76. 5758145 update key by PJ Fanning · 3 years, 2 months ago
  77. 6a967ae Streamline HPSF CustomProperties collection retrieval by Marius Volkhart · 3 years, 2 months ago
  78. 74b4a46 update key for kiwiwings - downrating sha1 - see https://infra.apache.org/release-signing.html by Andreas Beeker · 3 years, 2 months ago
  79. e4f6756 Parse PPDrawing more deterministically by Marius Volkhart · 3 years, 2 months ago
  80. 7db6fa4 Additional debug logging for unknown records in HSLF by Marius Volkhart · 3 years, 2 months ago
  81. c05dbed Cleanup documentation of EscherChildAnchorRecord and EscherClientAnchorRecord by Marius Volkhart · 3 years, 2 months ago
  82. cee9eb7 try to fix windows path issues in exception messages by Andreas Beeker · 3 years, 2 months ago
  83. afbef57 raise XmlBeans to 5.0.0 (nightly) also in the gradle build by Andreas Beeker · 3 years, 2 months ago
  84. 943b18f remove old batik jar by Andreas Beeker · 3 years, 2 months ago
  85. e4e7f38 Use XmlBeans 5 nightly by Andreas Beeker · 3 years, 2 months ago
  86. 7845295 add DeferredGeneration sample by PJ Fanning · 3 years, 2 months ago
  87. d3c7aa4 convert tabs to spaces by PJ Fanning · 3 years, 2 months ago
  88. 90e58b6 add DeferredGeneration sample by PJ Fanning · 3 years, 2 months ago
  89. 86dec87 Remove unnecessary array conversion in HWPF FSPATable by Marius Volkhart · 3 years, 2 months ago
  90. 8ea3d22 Remove deprecated HWPF FSPA methods by Marius Volkhart · 3 years, 2 months ago
  91. a134b9a Improve performance of HSLFPictureData#write by Marius Volkhart · 3 years, 2 months ago
  92. 8ab53c6 Deprecate functions that duplicate functionality by Marius Volkhart · 3 years, 2 months ago
  93. 402d0fc Review EscherContainerRecord#getChildRecords() call sites for unnecessary work by Marius Volkhart · 3 years, 2 months ago
  94. d1c9a07 Add the ability to edit HSLFPictureData contents by Marius Volkhart · 3 years, 2 months ago
  95. 77ec895 Make picture loading in HWPF PicturesTable easier to understand by Marius Volkhart · 3 years, 2 months ago
  96. c08763f Add documentation to PICFAndOfficeArtData by Marius Volkhart · 3 years, 2 months ago
  97. 39ac994 change gradle build to get unreleased xmlbeans jar from ci-builds (like ant build does) by PJ Fanning · 3 years, 2 months ago
  98. 5350121 Simplify OfficeArtContent#getBStoreContainer method by Marius Volkhart · 3 years, 2 months ago
  99. b02866c change gradle build to get unreleased xmlbeans jar from ci-builds (like ant build does) by PJ Fanning · 3 years, 2 months ago
  100. e7b9a5a Rename EscherRecordHolder to OfficeArtContent by Marius Volkhart · 3 years, 2 months ago