summaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Collapse)AuthorAgeFilesLines
...
* Added missing table border types to XWPFMark Murphy2018-02-111-1/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823904 13f79535-47bb-0310-9956-ffa450edef68
* #62096 - Add support for tabstopsAndreas Beeker2018-02-114-38/+155
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823893 13f79535-47bb-0310-9956-ffa450edef68
* FindBugs fixesAndreas Beeker2018-02-112-152/+152
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823892 13f79535-47bb-0310-9956-ffa450edef68
* Add ability to set get and remove outer borders for tablesMark Murphy2018-02-112-121/+927
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823873 13f79535-47bb-0310-9956-ffa450edef68
* Various smaller adjustments: Remove filename in test, remove unused ↵Dominik Stadler2018-02-082-15/+11
| | | | | | parameters, fix a few simple typos in JavaDoc and add more JavaDoc and some more tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823595 13f79535-47bb-0310-9956-ffa450edef68
* fix further typo in exception messagePJ Fanning2018-02-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822948 13f79535-47bb-0310-9956-ffa450edef68
* Fix small typo, closes PR #97 on Github.Dominik Stadler2018-02-021-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822937 13f79535-47bb-0310-9956-ffa450edef68
* fix findbug issues introduced recentlyPJ Fanning2018-01-311-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822758 13f79535-47bb-0310-9956-ffa450edef68
* fix use of forbidden apis in row shift codePJ Fanning2018-01-311-9/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822743 13f79535-47bb-0310-9956-ffa450edef68
* use spaces for indents in some filesPJ Fanning2018-01-313-450/+450
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822720 13f79535-47bb-0310-9956-ffa450edef68
* [bug-55713] Wrong ErrorStyle for DataValidations. Thanks to Philemon ↵PJ Fanning2018-01-312-28/+60
| | | | | | Schucker. This closes #95 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822719 13f79535-47bb-0310-9956-ffa450edef68
* add missing licenses to source codePJ Fanning2018-01-302-6/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822641 13f79535-47bb-0310-9956-ffa450edef68
* [github-81] Formula adjusting in context of column shifting. Thanks to ↵PJ Fanning2018-01-3010-102/+347
| | | | | | Dragan Jovanović. This closes #81 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822639 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62038] add mockito based unit testPJ Fanning2018-01-291-0/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822517 13f79535-47bb-0310-9956-ffa450edef68
* ignore broken test temporarilyPJ Fanning2018-01-271-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822409 13f79535-47bb-0310-9956-ffa450edef68
* some changes to allow shared string table to be subclassedPJ Fanning2018-01-273-102/+133
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822404 13f79535-47bb-0310-9956-ffa450edef68
* [github-90] change default DSIG algorithm to SHA256. Thanks to Jörn Franke. ↵PJ Fanning2018-01-262-2/+35
| | | | | | This closes #90 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822293 13f79535-47bb-0310-9956-ffa450edef68
* bouncycastle 1.59PJ Fanning2018-01-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822285 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62038] handle null font size in XSLFTextRun copyPJ Fanning2018-01-261-148/+147
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822253 13f79535-47bb-0310-9956-ffa450edef68
* code cleaning according to code review recommendations (closes #93)Alain Béarez2018-01-258-60/+146
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822224 13f79535-47bb-0310-9956-ffa450edef68
* related to Bug 61991 -- include docx in test suite to trigger inclusion of ↵Tim Allison2018-01-231-0/+8
| | | | | | CTPictureBase git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822033 13f79535-47bb-0310-9956-ffa450edef68
* [Bug 61972] Adding chart in Document of MS-Word File without reading Temp ↵PJ Fanning2018-01-2011-583/+1033
| | | | | | MS-Word File. Thanks to Sandeep Tiwari. This closes #91 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1821764 13f79535-47bb-0310-9956-ffa450edef68
* remove unnecessary test overridePJ Fanning2018-01-091-9/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1820652 13f79535-47bb-0310-9956-ffa450edef68
* introduce XDDFShapeProperties as user model API (closes #72 from GitHub)Alain Béarez2018-01-0679-60/+5283
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1820369 13f79535-47bb-0310-9956-ffa450edef68
* [github-86] expose language for Text Runs. Thanks to Geoff Baskwill. This ↵PJ Fanning2018-01-042-0/+30
| | | | | | closes #86 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1820242 13f79535-47bb-0310-9956-ffa450edef68
* Deprecate methods with typos and provide new ones.Dominik Stadler2018-01-012-59/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819776 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61937: Add more javadocDominik Stadler2018-01-011-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819774 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61543: do not fail with "part already exists" when tables are ↵Dominik Stadler2018-01-012-14/+51
| | | | | | created/removed git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819773 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61648: Test Sheet.setArrayFormula for SXSSFDominik Stadler2018-01-012-8/+80
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819770 13f79535-47bb-0310-9956-ffa450edef68
* Add test which verifies that bug 61652 is not appearing any more on latest trunkDominik Stadler2018-01-011-0/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819769 13f79535-47bb-0310-9956-ffa450edef68
* Update some tests and IntelliJ warningsDominik Stadler2018-01-016-26/+24
| | | | | | Ignore disabled test instead of not listing it in the test-report at all git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819768 13f79535-47bb-0310-9956-ffa450edef68
* Bug-61947 remove deprecated methodPJ Fanning2018-01-011-8/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819758 13f79535-47bb-0310-9956-ffa450edef68
* #61797 - Embed Excel / Ole objects into powerpointAndreas Beeker2017-12-319-25/+760
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819710 13f79535-47bb-0310-9956-ffa450edef68
* #61943 - SL Common: narrow generics definition because of tighter java9 checksAndreas Beeker2017-12-311-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819709 13f79535-47bb-0310-9956-ffa450edef68
* #61942 - Refactor PackagePartName handling and add getUnusedPartIndex methodAndreas Beeker2017-12-314-219/+225
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819708 13f79535-47bb-0310-9956-ffa450edef68
* #61940 - Replace ClassID statics with enumAndreas Beeker2017-12-312-34/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819705 13f79535-47bb-0310-9956-ffa450edef68
* #61939 - Provide schema for AlternateContent - provide new ooxml-schemas-1.4.jarAndreas Beeker2017-12-302-0/+99
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819690 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58106: when a cell with a 'master' shared formula is removed, the next ↵Yegor Kozlov2017-12-303-1/+82
| | | | | | cell in the range becomes the master git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819623 13f79535-47bb-0310-9956-ffa450edef68
* Disable test which currently breaks with every little change to the ↵Dominik Stadler2017-12-281-1/+3
| | | | | | resulting XML git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819424 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug 61787, which was introduced by bug 58067: Change how deleted content ↵Dominik Stadler2017-12-282-3/+23
| | | | | | is detected to not incorrectly see too much text as deleted. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819405 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61798: Fix usage of getLastCellNum(), unfortunately this is a bit ↵Dominik Stadler2017-12-283-5/+29
| | | | | | misleading compared to getFirstCellNum()... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819404 13f79535-47bb-0310-9956-ffa450edef68
* Fix IntelliJ warnings and code formatting, generalize ExcelToHtmlUtils, use ↵Dominik Stadler2017-12-283-43/+23
| | | | | | try-with-resources, update/enhance JavaDoc somewhat git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819402 13f79535-47bb-0310-9956-ffa450edef68
* Remove misleading SXSSF loggingPJ Fanning2017-12-262-9/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819282 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61869: updating a cell with shared formula produces an unreadable fileYegor Kozlov2017-12-202-6/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1818818 13f79535-47bb-0310-9956-ffa450edef68
* use try with resourcesPJ Fanning2017-12-201-13/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1818786 13f79535-47bb-0310-9956-ffa450edef68
* use try with resourcesPJ Fanning2017-12-201-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1818781 13f79535-47bb-0310-9956-ffa450edef68
* use StandardCharsetsPJ Fanning2017-12-191-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1818629 13f79535-47bb-0310-9956-ffa450edef68
* use StandardCharsetsPJ Fanning2017-12-198-23/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1818628 13f79535-47bb-0310-9956-ffa450edef68
* use non deprecated method for adding string to shared strings tablePJ Fanning2017-12-182-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1818623 13f79535-47bb-0310-9956-ffa450edef68
* Bug-61906 fix javadoc issuePJ Fanning2017-12-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1818248 13f79535-47bb-0310-9956-ffa450edef68