Commit Graph

  • 2636dde4a8 Abandon travis-ci for jenkins master snapshot Travis Burtrum 2020-11-20 00:34:32 -0500
  • f2dfdee83a [maven-release-plugin] prepare for next development iteration Travis Burtrum 2019-04-23 16:26:59 -0400
  • da15257788 [maven-release-plugin] prepare release poi-fast-calc-3.16 Travis Burtrum 2019-04-23 16:26:59 -0400
  • efd88b7f44 Update readme and pom, add .travis.yml Travis Burtrum 2019-03-26 16:40:26 -0400
  • 68cde7aa14 Delete resource font_metrics.properties and associated classes (conflicted with poi) Travis Burtrum 2019-03-26 15:57:52 -0400
  • 59df1cb354 find src/main/java/ src/test/java/ -type f -print0 | xargs -0 sed -i 's/org.apache.poi/com.moparisthebest.poi/g' Travis Burtrum 2019-03-26 15:11:21 -0400
  • 89956f82b8 git mv src/main/java/org/apache/poi src/main/java/com/moparisthebest/ Travis Burtrum 2019-03-26 15:06:04 -0400
  • 463e00558d Remove any reading/writing to files code from HSSFWorkbook Travis Burtrum 2019-03-26 14:55:35 -0400
  • 640c88d640 Remove dependency on commons-collections4 Travis Burtrum 2019-03-26 14:37:24 -0400
  • 7f216d8b6c Remove logging dependencies Travis Burtrum 2019-03-26 14:18:32 -0400
  • f502a447a3 Remove dependency on commons-codec Travis Burtrum 2019-03-26 13:31:03 -0400
  • b788fb13ff Move to standard maven directory structure Travis Burtrum 2019-03-26 13:08:31 -0400
  • 597959da81 Simply delete everything not required for poi-fast-calc Travis Burtrum 2019-03-26 12:39:59 -0400
  • 2344fa97c4 Add basic maven pom.xml and test Travis Burtrum 2019-03-26 12:22:09 -0400
  • 2f459d2baa Temporarily revert bug intrudecd by fix for #61841 calc_engine_4_0_1_subclass Travis Burtrum 2019-03-25 14:49:44 -0400
  • 8dec89756a Bug #61136 - Improve Common SS formula evaluation speed by implementing lazy evaluation calc_engine_4_0_1_subclass_formula_cache2 Travis Burtrum 2019-03-25 13:44:06 -0400
  • 31ba09082b In Formula cache Ptg[] instead of constantly (un)serializing it from the byte encoding calc_engine_4_0_1_subclass_formula_cache1 Travis Burtrum 2017-05-23 15:32:56 -0400
  • d472f88a42 Add GenericSSEvaluationWorkbook that has XSSF row/column size limits but cannot output a file, for much faster calculations Travis Burtrum 2019-03-25 12:34:15 -0400
  • 535971ce0b Allow specifying SpreadsheetVersion when instantiating blank HSSFWorkbook calc_engine_4_0_1 Travis Burtrum 2017-05-30 16:14:35 -0400
  • 3ad99da86e tag r1847494 as 4.0.1 Andreas Beeker 2018-11-26 21:27:30 +0000
  • f9eeca37c3 release prepare for 4.0.1 - updating build.xml and changes.xml Andreas Beeker 2018-11-26 21:26:55 +0000
  • 03f1baf019 exclude sha256 for nexus upload Andreas Beeker 2018-11-26 21:24:46 +0000
  • 746e22ea88 Fix exception for old powerpoint documents without the usual stream name Andreas Beeker 2018-11-26 20:54:43 +0000
  • 1468ede3ae Fix TestFileMagic Dominik Stadler 2018-11-26 06:28:17 +0000
  • c3af0776ec Fix exception for old powerpoint documents without the usual stream name Andreas Beeker 2018-11-25 23:01:54 +0000
  • d3d80e1b4a #60713 - (S)XSSFWorkbook/POIXMLDocument.write(OutputStream) closes the OutputStream Andreas Beeker 2018-11-25 22:05:02 +0000
  • e75a0b9e89 Add test for FileMagic JavaDoc warning fixes Remove some IDE warnings Reformat code of sample application Dominik Stadler 2018-11-25 21:56:43 +0000
  • 56e8509223 Exclude ooxml-testlib from src-zip/tar.gz Dominik Stadler 2018-11-25 21:56:26 +0000
  • 25a698f76b #62951 - FileMagic not correctly identified Andreas Beeker 2018-11-25 20:50:13 +0000
  • 8b781ed03e #62949 - SlideShow rendering - keyframe fractions must be increasing Andreas Beeker 2018-11-25 19:25:35 +0000
  • 43e30f090b fixed escaping of sheet names. Thanks to gallonfizik. This closes #134 PJ Fanning 2018-11-25 16:13:17 +0000
  • b76bf26677 bug 60316 -- skip the glossary document, not the template document. Tim Allison 2018-11-23 13:32:22 +0000
  • df83dab1a4 add missing classes to poi-ooxml-schemas PJ Fanning 2018-11-21 09:10:19 +0000
  • c1ee4b0833 Remove duplicated .jar extension when crafting the maven-jar name Andreas Beeker 2018-11-20 22:11:58 +0000
  • 1c47fcb3e5 tidy up code formatting PJ Fanning 2018-11-20 14:31:49 +0000
  • f28629f10d [bug-62929] add null check for blip fill. Thanks to Mate Borcsok PJ Fanning 2018-11-20 14:15:14 +0000
  • 52f0b3b63d prepare for 4.0.2 Andreas Beeker 2018-11-19 21:25:14 +0000
  • 4f3e9134fd tag r1846949 as 4.0.1 Andreas Beeker 2018-11-19 21:24:58 +0000
  • e0d74718a5 release prepare for 4.0.1 - updating build.xml and changes.xml Andreas Beeker 2018-11-19 21:24:24 +0000
  • af5b9d959c Remove commented out System.out calls / Move DummyGraphics2d to testcase area, as it's not used by production code Andreas Beeker 2018-11-19 20:48:10 +0000
  • 0beee42a19 Try to workaround/ignore kept open files of JaCoCo ant task Andreas Beeker 2018-11-19 20:47:03 +0000
  • d6cc11ed7a Remove/Minimize references to Scratchpad module from other modules Andreas Beeker 2018-11-19 18:00:42 +0000
  • b3ac6e905e #62921 - Provide OOXMLLite alternative for Java 12+ Andreas Beeker 2018-11-18 22:09:44 +0000
  • c9ce7ff48a #62921 - Provide OOXMLLite alternative for Java 12+ Andreas Beeker 2018-11-18 16:03:20 +0000
  • 4acbc16f93 #62921 - Provide OOXMLLite alternative for Java 12+ Andreas Beeker 2018-11-18 11:06:28 +0000
  • 87a811997e #62921 - Provide OOXMLLite alternative for Java 12+ Andreas Beeker 2018-11-18 00:49:54 +0000
  • 7d53738154 #62921 - Provide OOXMLLite alternative for Java 12+ Andreas Beeker 2018-11-18 00:23:49 +0000
  • 0d052def85 #62921 - Provide OOXMLLite alternative for Java 12+ Andreas Beeker 2018-11-18 00:01:40 +0000
  • 84cc4cc1f2 Multiproject test including Windows slaves Andreas Beeker 2018-11-16 22:28:23 +0000
  • faa0c84517 exclude H35 because of strange file permission errors Andreas Beeker 2018-11-16 18:49:26 +0000
  • 31d9ee1a6d exclude H35 because of strange file permission errors Andreas Beeker 2018-11-16 18:41:46 +0000
  • 1a040e4b0a Try to fix ImageIO cache error Andreas Beeker 2018-11-16 15:39:51 +0000
  • 95416d6f05 One more try to avoid the test-failures related to ImageIO-cache dir Dominik Stadler 2018-11-16 15:08:59 +0000
  • d1642a89a9 Try to create the temporary directory for ImageIO to see if that makes the tests work again when built with Maven Dominik Stadler 2018-11-16 11:25:59 +0000
  • 6a198bf5f2 put back XSSFColor(java.awt.Color clr) constructor PJ Fanning 2018-11-16 07:57:49 +0000
  • ccfd27dfc3 remove duplicate attempt to add column headers PJ Fanning 2018-11-13 21:34:03 +0000
  • 2fd720be3f remove unused import PJ Fanning 2018-11-13 21:30:49 +0000
  • d64003436f [bug-62908] populate NamedColors PJ Fanning 2018-11-13 16:08:11 +0000
  • 3885cb0839 fix typo PJ Fanning 2018-11-13 09:19:05 +0000
  • e6505d0e10 add testcase for https://bz.apache.org/bugzilla/show_bug.cgi?id=62906 PJ Fanning 2018-11-13 08:37:11 +0000
  • 6b7e322227 add testcase for https://bz.apache.org/bugzilla/show_bug.cgi?id=62906 PJ Fanning 2018-11-13 08:20:47 +0000
  • 0aa9b34d08 Bug 62872 - Writing large files with 800k rows gives java.io.IOException: This archive contains unclosed entries. Andreas Beeker 2018-11-02 22:59:58 +0000
  • 4d3719144e Bug 62836: Implementation of Excel TREND function Yegor Kozlov 2018-11-02 13:34:28 +0000
  • 1cd3f7b14e bug 60316 -- until we can implement it properly, gracefully skip the glossary document in XWPF. Tim Allison 2018-11-01 21:14:03 +0000
  • 70db618688 bug 62624 -- further cleanup Tim Allison 2018-11-01 20:31:42 +0000
  • 40a5e940c1 Remove JavaDoc warnings Dominik Stadler 2018-11-01 10:30:16 +0000
  • 0cc8ec178f IDE warnings, tried to reproduce Bug 58927, but could not Dominik Stadler 2018-11-01 10:29:54 +0000
  • 1d3abff9cb Allow the forrest task to be called from the site sub-project Nick Burch 2018-10-31 16:26:52 +0000
  • fd125b9e4e bug 62624 -- ensure streams are closed...thanks to LGTM, and PJ! Tim Allison 2018-10-31 00:59:16 +0000
  • c257dd71f9 bug 62624 -- fix loop identified as dodgy by FindBugs; add a other sanity checks. Tim Allison 2018-10-31 00:47:51 +0000
  • 9229cab9bc bug 62624 -- fix recursion Tim Allison 2018-10-30 21:30:57 +0000
  • 24ddbdfdf4 List additional dependencies from the Ant build file in Eclipse Nick Burch 2018-10-30 16:39:33 +0000
  • 9ab4318ade bug 62625 -- clean up imports Tim Allison 2018-10-30 15:45:00 +0000
  • 1db334a6fd bug 62625 -- add special handling for REFERENCE_NAME record that may only contain an ascii string, against the spec in VBAMacroReader Tim Allison 2018-10-30 13:25:20 +0000
  • 409514452f More javadoc updates Nick Burch 2018-10-30 11:55:11 +0000
  • 0baf6c59ff Update for latest/dev javadocs at /apidocs/dev/ Nick Burch 2018-10-30 11:00:35 +0000
  • 0fd3027a67 bug 62624 -- fix npe by adding processing of module name mapping in VBAMacroReader Tim Allison 2018-10-29 15:48:44 +0000
  • e469f49aeb update xmlbeans to 3.0.2 PJ Fanning 2018-10-27 11:52:26 +0000
  • ad52c65f70 bug 62859 -- fix two potential NPEs when initializing XWPFSDTContent Tim Allison 2018-10-26 19:06:18 +0000
  • b0f5c2ca7b IDE warnings, slightly more tests and fix test to not leave a modified file behind Dominik Stadler 2018-10-26 10:58:37 +0000
  • 232616f44d Adjust sample for creating comments to also create a .xlsx file Enhance workbook factory to allow to create new empty workbooks as well Dominik Stadler 2018-10-26 09:32:57 +0000
  • 2148b7f278 Typos and IDE warnings Dominik Stadler 2018-10-26 09:32:43 +0000
  • 8f11f0010e Set NOSONAR, adjust test slightly and reformat code Dominik Stadler 2018-10-26 09:32:30 +0000
  • f5af163b04 Ignore directory ooxml-testlib Dominik Stadler 2018-10-26 09:32:24 +0000
  • 8bf6a26751 Set NOSONAR and reformat code Dominik Stadler 2018-10-26 09:32:19 +0000
  • e0ad9625f5 Jenkins DSL: Adjust the view-description, but it is still commented out Dominik Stadler 2018-10-26 09:32:13 +0000
  • 50bc5c8d6f Remove the workaround for a bug in JDK 11 which was fixed in ea+28 Dominik Stadler 2018-10-26 09:32:01 +0000
  • 1f9a0caf2e fix class cast issur recently introduced in BaseXSSFFormulaEvaluator PJ Fanning 2018-10-19 07:43:04 +0000
  • d24b4492f0 #62834 FormulaEvaluator.evaluateInCell() throws Exception Greg Woolsey 2018-10-19 01:11:47 +0000
  • c7111f562c Bug 62373: Support for FREQUENCY function Yegor Kozlov 2018-10-18 13:46:04 +0000
  • 290e9c4087 #62831 Fix WorkbookFactory.create with a subclass of File, eg from JFileChooser Nick Burch 2018-10-17 14:24:59 +0000
  • ba71f90c32 Failing unit test for bug #62831 Nick Burch 2018-10-17 14:20:02 +0000
  • 5a53f36391 fix more LGTM alerts, in tests Alain Béarez 2018-10-11 14:50:27 +0000
  • fcbed10cfc 62815 -- some numeric values not correctly extracted from xlsb Tim Allison 2018-10-11 14:14:07 +0000
  • ead92fbe9a fix most alerts reported by LGTM on OOXML Alain Béarez 2018-10-10 17:49:53 +0000
  • 5f0cff9eed add ignored resources Andreas Beeker 2018-10-09 22:18:55 +0000
  • 94168f60c6 [bug-62807] fix typo in XSLFTableCell#removeBorder PJ Fanning 2018-10-08 18:38:19 +0000
  • 9f106fe8ec add stax entries to forbidden apis due to android issues PJ Fanning 2018-10-06 09:38:58 +0000
  • 5baa52f86e small adjustments to byte sizes in TestPackage zip-bomb tests to try fix test that fails on old-xerces harness PJ Fanning 2018-10-05 20:17:39 +0000
  • 88fd68050f use jaxp transformer instead of dom serializer to try fix old-xerces test failure PJ Fanning 2018-10-05 20:09:45 +0000