summaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Collapse)AuthorAgeFilesLines
...
* IDE and JavaDoc fixesDominik Stadler2018-12-301-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1850007 13f79535-47bb-0310-9956-ffa450edef68
* #63028 - Provide font embedding for slideshowsAndreas Beeker2018-12-2811-231/+585
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849898 13f79535-47bb-0310-9956-ffa450edef68
* Run Cell-tests on HSSF as well and make handling of null-values consistent ↵Dominik Stadler2018-12-281-0/+10
| | | | | | across implementations git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849881 13f79535-47bb-0310-9956-ffa450edef68
* Add some simple coverage of HSLF-Dev-ToolsDominik Stadler2018-12-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849765 13f79535-47bb-0310-9956-ffa450edef68
* Bug 62839: Adjust MathX.floor() to handle negative values the sameDominik Stadler2018-12-261-36/+21
| | | | | | way as Excel/LibreOffice git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849764 13f79535-47bb-0310-9956-ffa450edef68
* Fix various IDE warnings and some JavaDoc adjustmentsDominik Stadler2018-12-261-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849763 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecesssary semicolonsDominik Stadler2018-12-262-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849761 13f79535-47bb-0310-9956-ffa450edef68
* Simplify some string operationsDominik Stadler2018-12-265-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849760 13f79535-47bb-0310-9956-ffa450edef68
* JavaDoc fixes/additions and some IDE warnings removedDominik Stadler2018-12-2519-208/+134
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849718 13f79535-47bb-0310-9956-ffa450edef68
* Bug 62884: sheetnum is not checked in InternalWorkbook.setSheetHidden()Dominik Stadler2018-12-251-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849717 13f79535-47bb-0310-9956-ffa450edef68
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-2570-324/+330
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849716 13f79535-47bb-0310-9956-ffa450edef68
* #63017 - Remove rows from a XSLFTableAndreas Beeker2018-12-183-8/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849244 13f79535-47bb-0310-9956-ffa450edef68
* [github-137] solves/unifies blank/missing value colection for ↵PJ Fanning2018-12-183-23/+103
| | | | | | PRODUCT/MDETERM/GEOMEAN. Thanks to gallonfizik. This closes #137 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849237 13f79535-47bb-0310-9956-ffa450edef68
* use spaces for indentsPJ Fanning2018-12-171-159/+160
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849067 13f79535-47bb-0310-9956-ffa450edef68
* #62365 - SVG image support in XSLFAndreas Beeker2018-12-163-15/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849046 13f79535-47bb-0310-9956-ffa450edef68
* Implemented GEOMEAN function. Thanks to gallonfizik. This closes #136PJ Fanning2018-12-163-158/+173
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849042 13f79535-47bb-0310-9956-ffa450edef68
* #60656 - EMF image support in slideshowsAndreas Beeker2018-12-1612-118/+278
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849040 13f79535-47bb-0310-9956-ffa450edef68
| * merge trunkhemfAndreas Beeker2018-12-161-1/+4
| |\ | |/ |/| | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1849036 13f79535-47bb-0310-9956-ffa450edef68
* | #62365 - SVG image support in XSLFAndreas Beeker2018-12-161-1/+4
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849030 13f79535-47bb-0310-9956-ffa450edef68
* | #62999 - IBM JDK JIT causes AIOOBE in TexturePaintContextAndreas Beeker2018-12-104-6/+28
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848601 13f79535-47bb-0310-9956-ffa450edef68
* | #62994 - IBM JCE workaroundsAndreas Beeker2018-12-092-2/+32
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848538 13f79535-47bb-0310-9956-ffa450edef68
* | #62966 - init presetShapeDefinitions.xml fail under IBM jdkAndreas Beeker2018-12-091-21/+24
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848494 13f79535-47bb-0310-9956-ffa450edef68
* | #62953 - Rendering of FreeformShapes with formula failsAndreas Beeker2018-12-096-56/+57
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848492 13f79535-47bb-0310-9956-ffa450edef68
* | lgtm issuesPJ Fanning2018-12-082-2/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848438 13f79535-47bb-0310-9956-ffa450edef68
* | Add test for FileMagicDominik Stadler2018-11-258-23/+34
| | | | | | | | | | | | | | | | 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-251-11/+13
| | | | | | | | 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-252-82/+70
| | | | | | | | 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-254-25/+88
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847418 13f79535-47bb-0310-9956-ffa450edef68
| * merge trunkAndreas Beeker2018-12-1428-226/+353
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1848906 13f79535-47bb-0310-9956-ffa450edef68
| * merge trunkAndreas Beeker2018-11-208-873/+25
| |\ | |/ |/| | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1847069 13f79535-47bb-0310-9956-ffa450edef68
* | Remove commented out System.out calls / Move DummyGraphics2d to testcase ↵Andreas Beeker2018-11-197-858/+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
* | [bug-62908] populate NamedColorsPJ Fanning2018-11-131-15/+11
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846520 13f79535-47bb-0310-9956-ffa450edef68
| * #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-11-121-16/+35
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1846472 13f79535-47bb-0310-9956-ffa450edef68
| * merge trunkAndreas Beeker2018-11-0219-83/+825
| |\ | |/ |/| | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1845617 13f79535-47bb-0310-9956-ffa450edef68
* | Bug 62836: Implementation of Excel TREND functionYegor Kozlov2018-11-022-1/+378
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845586 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-011-9/+5
| | | | | | | | 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-301-4/+51
| | | | | | | | | | | | 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-291-16/+143
| | | | | | | | | | | | VBAMacroReader git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845138 13f79535-47bb-0310-9956-ffa450edef68
* | Adjust sample for creating comments to also create a .xlsx fileDominik Stadler2018-10-262-0/+27
| | | | | | | | | | | | 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-264-22/+17
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844879 13f79535-47bb-0310-9956-ffa450edef68
* | #62834 FormulaEvaluator.evaluateInCell() throws ExceptionGreg Woolsey2018-10-192-3/+28
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | Bug 62373: Support for FREQUENCY functionYegor Kozlov2018-10-182-1/+83
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844238 13f79535-47bb-0310-9956-ffa450edef68
* | #62831 Fix WorkbookFactory.create with a subclass of File, eg from JFileChooserNick Burch2018-10-171-0/+7
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844116 13f79535-47bb-0310-9956-ffa450edef68
| * merge trunkAndreas Beeker2018-10-065-21/+11
| |\ | |/ |/| | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1843032 13f79535-47bb-0310-9956-ffa450edef68