aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add missing licenses to source codePJ Fanning2018-01-306-15/+119
* [github-81] Formula adjusting in context of column shifting. Thanks to Dragan...PJ Fanning2018-01-3024-116/+1083
* [bug-62038] add mockito based unit testPJ Fanning2018-01-291-0/+15
* 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-262-2/+35
* bouncycastle 1.59PJ Fanning2018-01-261-1/+1
* [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-231-0/+8
* [Bug 61972] Adding chart in Document of MS-Word File without reading Temp MS-...PJ Fanning2018-01-2011-583/+1033
* 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
* 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
* 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-011-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
* #61940 - Replace ClassID statics with enumAndreas Beeker2017-12-314-71/+209
* #61939 - Provide schema for AlternateContent - provide new ooxml-schemas-1.4.jarAndreas Beeker2017-12-302-0/+99
* Bug 58106: when a cell with a 'master' shared formula is removed, the next c...Yegor Kozlov2017-12-303-1/+82
* Bugzilla 61116: Formula evaluation fails when using matrix addition within in...Yegor Kozlov2017-12-307-77/+102
* Disable test which currently breaks with every little change to the resulting...Dominik Stadler2017-12-281-1/+3
* Bug 61665: Enhance SSPerformanceTest some more to add a warmup run and allow ...Dominik Stadler2017-12-281-16/+38
* Fix bug 61787, which was introduced by bug 58067: Change how deleted content ...Dominik Stadler2017-12-282-3/+23
* Bug 61798: Fix usage of getLastCellNum(), unfortunately this is a bit mislead...Dominik Stadler2017-12-283-5/+29
* Bug 61911: Avoid IndexOutOfBounds access when reading picturesDominik Stadler2017-12-284-13/+40
* Fix IntelliJ warnings and code formatting, generalize ExcelToHtmlUtils, use t...Dominik Stadler2017-12-2824-360/+168
* Added a couple missing null checks.Greg Woolsey2017-12-282-2/+2
* Implement DMAX and DSUM functions, following the pattern from DMIN. Greg Woolsey2017-12-274-13/+142
* Remove misleading SXSSF loggingPJ Fanning2017-12-262-9/+7
* Bug 61869: updating a cell with shared formula produces an unreadable fileYegor Kozlov2017-12-202-6/+46
* use try with resourcesPJ Fanning2017-12-201-13/+15
* use try with resourcesPJ Fanning2017-12-201-3/+3
* use StandardCharsetsPJ Fanning2017-12-193-13/+6
* use StandardCharsetsPJ Fanning2017-12-1919-50/+43
* use non deprecated method for adding string to shared strings tablePJ Fanning2017-12-182-5/+5