aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #62096 - Add support for tabstopsAndreas Beeker2018-02-1122-465/+1029
* FindBugs fixesAndreas Beeker2018-02-114-196/+201
* Add ability to set get and remove outer borders for tablesMark Murphy2018-02-112-121/+927
* Corrected spelling on a few classpath entriesMark Murphy2018-02-101-3/+3
* Bug 62042: Adjust gradle build to properly set the localeDominik Stadler2018-02-082-10/+4
* Various smaller adjustments: Remove filename in test, remove unused parameter...Dominik Stadler2018-02-085-31/+92
* fix further typo in exception messagePJ Fanning2018-02-021-1/+1
* Fix small typo, closes PR #97 on Github.Dominik Stadler2018-02-021-7/+7
* add mockito dependency to sonar pom.xml to fix maven-dsl buildPJ Fanning2018-01-311-0/+7
* fix findbug issues introduced recentlyPJ Fanning2018-01-312-5/+7
* fix use of forbidden apis in row shift codePJ Fanning2018-01-312-19/+23
* use spaces for indents in some filesPJ Fanning2018-01-313-450/+450
* [bug-55713] Wrong ErrorStyle for DataValidations. Thanks to Philemon Schucker...PJ Fanning2018-01-312-28/+60
* add missing licenses to source codePJ Fanning2018-01-307-15/+119
* [github-81] Formula adjusting in context of column shifting. Thanks to Dragan...PJ Fanning2018-01-3024-116/+1083
* add byte-buddy and objenesis dependencies for mockitoPJ Fanning2018-01-302-0/+18
* [bug-62038] add mockito based unit testPJ Fanning2018-01-295-0/+22
* ignore broken test temporarilyPJ Fanning2018-01-271-0/+2
* some changes to allow shared string table to be subclassedPJ Fanning2018-01-273-102/+133
* [github-90] change default DSIG algorithm to SHA256. Thanks to Jörn Franke. ...PJ Fanning2018-01-263-2/+36
* add gradle wrapperPJ Fanning2018-01-264-0/+261
* bouncycastle 1.59PJ Fanning2018-01-265-21/+19
* [bug-62038] handle null font size in XSLFTextRun copyPJ Fanning2018-01-261-148/+147
* code cleaning according to code review recommendations (closes #93)Alain Béarez2018-01-258-60/+146
* related to Bug 61991 -- include docx in test suite to trigger inclusion of CT...Tim Allison2018-01-232-0/+8
* [Bug 61972] Adding chart in Document of MS-Word File without reading Temp MS-...PJ Fanning2018-01-2011-583/+1033
* Remove use of xmlbeans 2.3.0 in build to simplify our build dependenciesPJ Fanning2018-01-112-2/+2
* Remove use of xmlbeans 2.3.0 in build to simplify our build dependenciesPJ Fanning2018-01-111-10/+3
* remove unnecessary test overridePJ Fanning2018-01-091-9/+0
* introduce XDDFShapeProperties as user model API (closes #72 from GitHub)Alain Béarez2018-01-0682-85/+5406
* [github-86] expose language for Text Runs. Thanks to Geoff Baskwill. This clo...PJ Fanning2018-01-042-0/+30
* Deprecate methods with typos and provide new ones.Dominik Stadler2018-01-012-59/+66
* Remove unused property in build.xmlDominik Stadler2018-01-011-1/+0
* Bug 61937: Add more javadocDominik Stadler2018-01-011-1/+7
* Bug 61543: do not fail with "part already exists" when tables are created/rem...Dominik Stadler2018-01-012-14/+51
* Bug 61550: Add more information to exception text and verify that it is thrownDominik Stadler2018-01-012-1/+18
* Add .gitattribute file and set lf for one sample-file, see bug 61609Dominik Stadler2018-01-011-0/+1
* Bug 61648: Test Sheet.setArrayFormula for SXSSFDominik Stadler2018-01-012-8/+80
* Add test which verifies that bug 61652 is not appearing any more on latest trunkDominik Stadler2018-01-012-0/+22
* Update some tests and IntelliJ warningsDominik Stadler2018-01-0112-84/+73
* Bug-61947 remove deprecated methodPJ Fanning2018-01-011-13/+0
* Bug-61947 remove deprecated methodPJ Fanning2018-01-012-15/+1
* Bug-61947 remove deprecated methodPJ Fanning2018-01-012-11/+2
* Bug-61947 add back deprecated methods (removed by accident)PJ Fanning2018-01-011-0/+159
* Bug-61947 remove deprecated methodPJ Fanning2018-01-011-159/+0
* Bug-61947 remove deprecated methodPJ Fanning2018-01-011-8/+0
* #61797 - Embed Excel / Ole objects into powerpointAndreas Beeker2017-12-3125-142/+1355
* #61943 - SL Common: narrow generics definition because of tighter java9 checksAndreas Beeker2017-12-3124-25/+25
* #61942 - Refactor PackagePartName handling and add getUnusedPartIndex methodAndreas Beeker2017-12-314-219/+225
* #61941 - Move Ole marker generation to Ole10NativeAndreas Beeker2017-12-314-96/+92