summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* tag r1847494 as 4.0.1REL_4_0_1Andreas Beeker2018-11-2650-248/+509
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/tags/REL_4_0_1@1847495 13f79535-47bb-0310-9956-ffa450edef68
| * release prepare for 4.0.1 - updating build.xml and changes.xmlAndreas Beeker2018-11-261-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847494 13f79535-47bb-0310-9956-ffa450edef68
| * exclude sha256 for nexus uploadAndreas Beeker2018-11-261-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847493 13f79535-47bb-0310-9956-ffa450edef68
| * Fix exception for old powerpoint documents without the usual stream nameAndreas Beeker2018-11-261-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847487 13f79535-47bb-0310-9956-ffa450edef68
| * Fix TestFileMagicDominik Stadler2018-11-261-4/+5
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847454 13f79535-47bb-0310-9956-ffa450edef68
| * Fix exception for old powerpoint documents without the usual stream nameAndreas Beeker2018-11-256-7/+20
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847442 13f79535-47bb-0310-9956-ffa450edef68
| * #60713 - (S)XSSFWorkbook/POIXMLDocument.write(OutputStream) closes the ↵Andreas Beeker2018-11-251-2/+1
| | | | | | | | | | | | | | | | OutputStream regression git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847438 13f79535-47bb-0310-9956-ffa450edef68
| * Add test for FileMagicDominik Stadler2018-11-2515-98/+174
| | | | | | | | | | | | | | | | JavaDoc warning fixes Remove some IDE warnings Reformat code of sample application git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847437 13f79535-47bb-0310-9956-ffa450edef68
| * Exclude ooxml-testlib from src-zip/tar.gzDominik Stadler2018-11-251-0/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847436 13f79535-47bb-0310-9956-ffa450edef68
| * #62951 - FileMagic not correctly identifiedAndreas Beeker2018-11-252-11/+28
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847429 13f79535-47bb-0310-9956-ffa450edef68
| * #62949 - SlideShow rendering - keyframe fractions must be increasingAndreas Beeker2018-11-254-83/+71
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847428 13f79535-47bb-0310-9956-ffa450edef68
| * fixed escaping of sheet names. Thanks to gallonfizik. This closes #134PJ Fanning2018-11-255-25/+154
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847418 13f79535-47bb-0310-9956-ffa450edef68
| * bug 60316 -- skip the glossary document, not the template document.Tim Allison2018-11-234-1/+9
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847263 13f79535-47bb-0310-9956-ffa450edef68
| * add missing classes to poi-ooxml-schemasPJ Fanning2018-11-211-0/+6
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847083 13f79535-47bb-0310-9956-ffa450edef68
| * Remove duplicated .jar extension when crafting the maven-jar nameAndreas Beeker2018-11-201-0/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847068 13f79535-47bb-0310-9956-ffa450edef68
| * tidy up code formattingPJ Fanning2018-11-201-5/+4
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847012 13f79535-47bb-0310-9956-ffa450edef68
| * [bug-62929] add null check for blip fill. Thanks to Mate BorcsokPJ Fanning2018-11-203-12/+35
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847004 13f79535-47bb-0310-9956-ffa450edef68
| * prepare for 4.0.2Andreas Beeker2018-11-1910-10/+10
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846951 13f79535-47bb-0310-9956-ffa450edef68
* | tag r1846949 as 4.0.1Andreas Beeker2018-11-190-0/+0
|/ | | | git-svn-id: https://svn.apache.org/repos/asf/poi/tags/REL_4_0_1@1846950 13f79535-47bb-0310-9956-ffa450edef68
* release prepare for 4.0.1 - updating build.xml and changes.xmlAndreas Beeker2018-11-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846949 13f79535-47bb-0310-9956-ffa450edef68
* Remove commented out System.out calls / Move DummyGraphics2d to testcase ↵Andreas Beeker2018-11-198-27/+14
| | | | | | area, as it's not used by production code git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846946 13f79535-47bb-0310-9956-ffa450edef68
* Try to workaround/ignore kept open files of JaCoCo ant taskAndreas Beeker2018-11-191-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846945 13f79535-47bb-0310-9956-ffa450edef68
* Remove/Minimize references to Scratchpad module from other modulesAndreas Beeker2018-11-1914-173/+187
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846931 13f79535-47bb-0310-9956-ffa450edef68
* #62921 - Provide OOXMLLite alternative for Java 12+Andreas Beeker2018-11-183-20/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846870 13f79535-47bb-0310-9956-ffa450edef68
* #62921 - Provide OOXMLLite alternative for Java 12+Andreas Beeker2018-11-182-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846849 13f79535-47bb-0310-9956-ffa450edef68
* #62921 - Provide OOXMLLite alternative for Java 12+Andreas Beeker2018-11-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846824 13f79535-47bb-0310-9956-ffa450edef68
* #62921 - Provide OOXMLLite alternative for Java 12+Andreas Beeker2018-11-181-4/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846811 13f79535-47bb-0310-9956-ffa450edef68
* #62921 - Provide OOXMLLite alternative for Java 12+Andreas Beeker2018-11-182-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846810 13f79535-47bb-0310-9956-ffa450edef68
* #62921 - Provide OOXMLLite alternative for Java 12+Andreas Beeker2018-11-188-553/+223
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846809 13f79535-47bb-0310-9956-ffa450edef68
* Multiproject test including Windows slavesAndreas Beeker2018-11-161-29/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846773 13f79535-47bb-0310-9956-ffa450edef68
* exclude H35 because of strange file permission errorsAndreas Beeker2018-11-161-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846746 13f79535-47bb-0310-9956-ffa450edef68
* exclude H35 because of strange file permission errorsAndreas Beeker2018-11-161-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846744 13f79535-47bb-0310-9956-ffa450edef68
* Try to fix ImageIO cache errorAndreas Beeker2018-11-164-15/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846723 13f79535-47bb-0310-9956-ffa450edef68
* One more try to avoid the test-failures related to ImageIO-cache dirDominik Stadler2018-11-161-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846719 13f79535-47bb-0310-9956-ffa450edef68
* Try to create the temporary directory for ImageIO to see if that makes Dominik Stadler2018-11-161-5/+18
| | | | | | the tests work again when built with Maven git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846706 13f79535-47bb-0310-9956-ffa450edef68
* put back XSSFColor(java.awt.Color clr) constructorPJ Fanning2018-11-161-3/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846701 13f79535-47bb-0310-9956-ffa450edef68
* remove duplicate attempt to add column headersPJ Fanning2018-11-131-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846549 13f79535-47bb-0310-9956-ffa450edef68
* remove unused importPJ Fanning2018-11-131-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846548 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62908] populate NamedColorsPJ Fanning2018-11-132-15/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846520 13f79535-47bb-0310-9956-ffa450edef68
* fix typoPJ Fanning2018-11-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846497 13f79535-47bb-0310-9956-ffa450edef68
* add testcase for https://bz.apache.org/bugzilla/show_bug.cgi?id=62906PJ Fanning2018-11-131-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846492 13f79535-47bb-0310-9956-ffa450edef68
* add testcase for https://bz.apache.org/bugzilla/show_bug.cgi?id=62906PJ Fanning2018-11-134-52/+75
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846489 13f79535-47bb-0310-9956-ffa450edef68
* Bug 62872 - Writing large files with 800k rows gives java.io.IOException: ↵Andreas Beeker2018-11-022-1/+51
| | | | | | This archive contains unclosed entries. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845629 13f79535-47bb-0310-9956-ffa450edef68
* Bug 62836: Implementation of Excel TREND functionYegor Kozlov2018-11-025-1/+410
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845586 13f79535-47bb-0310-9956-ffa450edef68
* bug 60316 -- until we can implement it properly, gracefully skip the ↵Tim Allison2018-11-013-0/+20
| | | | | | glossary document in XWPF. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845517 13f79535-47bb-0310-9956-ffa450edef68
* bug 62624 -- further cleanupTim Allison2018-11-011-29/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845511 13f79535-47bb-0310-9956-ffa450edef68
* Remove JavaDoc warningsDominik Stadler2018-11-015-18/+63
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845435 13f79535-47bb-0310-9956-ffa450edef68
* IDE warnings, tried to reproduce Bug 58927, but could notDominik Stadler2018-11-014-87/+101
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845434 13f79535-47bb-0310-9956-ffa450edef68
* Allow the forrest task to be called from the site sub-projectNick Burch2018-10-311-3/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845343 13f79535-47bb-0310-9956-ffa450edef68
* bug 62624 -- ensure streams are closed...thanks to LGTM, and PJ!Tim Allison2018-10-311-6/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845300 13f79535-47bb-0310-9956-ffa450edef68