summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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-255-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
* #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-253-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-232-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
* 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-202-12/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847004 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-1913-173/+185
| | | | 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-182-18/+33
| | | | 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-181-1/+1
| | | | 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-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-181-0/+4
| | | | 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-187-474/+155
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846809 13f79535-47bb-0310-9956-ffa450edef68
* Try to fix ImageIO cache errorAndreas Beeker2018-11-161-12/+12
| | | | 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-024-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-012-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
* 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
* bug 62624 -- fix loop identified as dodgy by FindBugs; add a other sanity ↵Tim Allison2018-10-312-26/+50
| | | | | | checks. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845299 13f79535-47bb-0310-9956-ffa450edef68
* bug 62624 -- fix recursionTim Allison2018-10-301-14/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845284 13f79535-47bb-0310-9956-ffa450edef68
* bug 62625 -- clean up importsTim Allison2018-10-301-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845246 13f79535-47bb-0310-9956-ffa450edef68
* bug 62625 -- add special handling for REFERENCE_NAME record that may onlyTim Allison2018-10-302-4/+68
| | | | | | contain an ascii string, against the spec in VBAMacroReader git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845238 13f79535-47bb-0310-9956-ffa450edef68
* bug 62624 -- fix npe by adding processing of module name mapping in ↵Tim Allison2018-10-292-16/+157
| | | | | | VBAMacroReader git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845138 13f79535-47bb-0310-9956-ffa450edef68
* bug 62859 -- fix two potential NPEs when initializing XWPFSDTContentTim Allison2018-10-263-1/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844920 13f79535-47bb-0310-9956-ffa450edef68
* IDE warnings, slightly more tests and fix test to not leave a modified file ↵Dominik Stadler2018-10-262-19/+35
| | | | | | behind git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844894 13f79535-47bb-0310-9956-ffa450edef68
* Adjust sample for creating comments to also create a .xlsx fileDominik Stadler2018-10-267-62/+129
| | | | | | Enhance workbook factory to allow to create new empty workbooks as well git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844881 13f79535-47bb-0310-9956-ffa450edef68
* Typos and IDE warningsDominik Stadler2018-10-268-41/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844879 13f79535-47bb-0310-9956-ffa450edef68
* Set NOSONAR, adjust test slightly and reformat codeDominik Stadler2018-10-261-28/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844878 13f79535-47bb-0310-9956-ffa450edef68
* Set NOSONAR and reformat codeDominik Stadler2018-10-262-201/+102
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844876 13f79535-47bb-0310-9956-ffa450edef68
* Remove the workaround for a bug in JDK 11 which was fixed in ea+28Dominik Stadler2018-10-261-10/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844874 13f79535-47bb-0310-9956-ffa450edef68
* fix class cast issur recently introduced in BaseXSSFFormulaEvaluatorPJ Fanning2018-10-191-4/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844311 13f79535-47bb-0310-9956-ffa450edef68
* #62834 FormulaEvaluator.evaluateInCell() throws ExceptionGreg Woolsey2018-10-196-12/+102
| | | | | | | | | | | | added cell type = formula check when looping through the shared formula range, to ignore any non-formula cells. Also refactored a bit to enable passing in the evaluation context, as getCellFormula() uses it behind the scenes when evaluating a shared formula cell (has to shift the formula references based on the master cell). Review of these changes is welcome, as always. Checked all other code referencing the "SHARED" enum, and didn't see anything else that dealt with formula cell values and thus would need to notice non-formula cells. Added unit test based on the failing file from Bugzilla. Test failed until the fixed code was in place. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844295 13f79535-47bb-0310-9956-ffa450edef68