22659beef2#62096 - Add support for tabstops
Andreas Beeker
2018-02-11 20:39:18 +0000
ae65b5cb4aFindBugs fixes
Andreas Beeker
2018-02-11 20:35:11 +0000
32f3b22d08Add ability to set get and remove outer borders for tables
Mark Murphy
2018-02-11 18:43:20 +0000
11f79c30c9Corrected spelling on a few classpath entries
Mark Murphy
2018-02-10 22:16:32 +0000
316041521cBug 62042: Adjust gradle build to properly set the locale
Dominik Stadler
2018-02-08 19:34:22 +0000
d0adab9aeeVarious smaller adjustments: Remove filename in test, remove unused parameters, fix a few simple typos in JavaDoc and add more JavaDoc and some more tests
Dominik Stadler
2018-02-08 19:34:16 +0000
ac763a24adfix further typo in exception message
PJ Fanning
2018-02-02 11:59:58 +0000
a487bee768Fix small typo, closes PR #97 on Github.
Dominik Stadler
2018-02-02 10:35:48 +0000
16c68a4f01add mockito dependency to sonar pom.xml to fix maven-dsl build
PJ Fanning
2018-01-31 10:26:45 +0000
7e434aa155[bug-62038] handle null font size in XSLFTextRun copy
PJ Fanning
2018-01-26 07:51:57 +0000
a5d2574538code cleaning according to code review recommendations (closes#93)
Alain Béarez
2018-01-25 19:59:52 +0000
db3e8697f7related to Bug 61991 -- include docx in test suite to trigger inclusion of CTPictureBase
Tim Allison
2018-01-23 18:05:23 +0000
48a5e63ad7[Bug 61972] Adding chart in Document of MS-Word File without reading Temp MS-Word File. Thanks to Sandeep Tiwari. This closes#91
PJ Fanning
2018-01-20 23:01:18 +0000
f628f27f5bRemove use of xmlbeans 2.3.0 in build to simplify our build dependencies
PJ Fanning
2018-01-11 12:25:12 +0000
0e8b027dbfRemove use of xmlbeans 2.3.0 in build to simplify our build dependencies
PJ Fanning
2018-01-11 12:17:46 +0000
d12d1afa23remove unnecessary test override
PJ Fanning
2018-01-09 12:23:37 +0000
5f0072983bintroduce XDDFShapeProperties as user model API (closes#72 from GitHub)
Alain Béarez
2018-01-06 02:51:53 +0000
d4df69570c[github-86] expose language for Text Runs. Thanks to Geoff Baskwill. This closes#86
PJ Fanning
2018-01-04 23:32:14 +0000
859ce548a4Deprecate methods with typos and provide new ones.
Dominik Stadler
2018-01-01 14:39:48 +0000
0fd44af52bRemove unused property in build.xml
Dominik Stadler
2018-01-01 14:39:42 +0000
6ac8433953Bug 61937: Add more javadoc
Dominik Stadler
2018-01-01 14:39:38 +0000
214695e09cBug 61543: do not fail with "part already exists" when tables are created/removed
Dominik Stadler
2018-01-01 14:39:33 +0000
e05a94e8eeBug 61550: Add more information to exception text and verify that it is thrown
Dominik Stadler
2018-01-01 14:39:26 +0000
3072fd0674Add .gitattribute file and set lf for one sample-file, see bug 61609
Dominik Stadler
2018-01-01 14:39:19 +0000
33d5bf0961Bug 61648: Test Sheet.setArrayFormula for SXSSF
Dominik Stadler
2018-01-01 14:39:15 +0000
bc4eb140c5Add test which verifies that bug 61652 is not appearing any more on latest trunk
Dominik Stadler
2018-01-01 14:39:08 +0000
d4e89724c7Update some tests and IntelliJ warnings Ignore disabled test instead of not listing it in the test-report at all
Dominik Stadler
2018-01-01 14:38:58 +0000
95bbbe5678#61797 - Embed Excel / Ole objects into powerpoint
Andreas Beeker
2017-12-31 01:14:08 +0000
45c73e1741#61943 - SL Common: narrow generics definition because of tighter java9 checks
Andreas Beeker
2017-12-31 01:05:59 +0000
2a18d2d4db#61942 - Refactor PackagePartName handling and add getUnusedPartIndex method
Andreas Beeker
2017-12-31 00:56:07 +0000
2dc2933f9a#61941 - Move Ole marker generation to Ole10Native
Andreas Beeker
2017-12-31 00:22:43 +0000
7d3876cf12#61940 - Replace ClassID statics with enum
Andreas Beeker
2017-12-31 00:13:38 +0000
4073f568cd#61939 - Provide schema for AlternateContent - provide new ooxml-schemas-1.4.jar
Andreas Beeker
2017-12-31 00:01:04 +0000
e262b250d7#61939 - Provide schema for AlternateContent - provide new ooxml-schemas-1.4.jar
Andreas Beeker
2017-12-30 22:17:55 +0000
ca7549131bBug 58106: when a cell with a 'master' shared formula is removed, the next cell in the range becomes the master
Yegor Kozlov
2017-12-30 16:34:57 +0000
ff6f06cc27Bugzilla 61116: Formula evaluation fails when using matrix addition within index function call
Yegor Kozlov
2017-12-30 13:11:56 +0000
24c2b4fabeDisable test which currently breaks with every little change to the resulting XML
Dominik Stadler
2017-12-28 13:46:00 +0000
7a50340cbfBug 61665: Enhance SSPerformanceTest some more to add a warmup run and allow to run with unsynchronized XmlBeans
Dominik Stadler
2017-12-28 10:53:40 +0000
9eb8fedf5dFix bug 61787, which was introduced by bug 58067: Change how deleted content is detected to not incorrectly see too much text as deleted.
Dominik Stadler
2017-12-28 08:45:51 +0000
451c26874aBug 61798: Fix usage of getLastCellNum(), unfortunately this is a bit misleading compared to getFirstCellNum()...
Dominik Stadler
2017-12-28 08:45:43 +0000
af11cb1023use non deprecated method for adding string to shared strings table
PJ Fanning
2017-12-18 20:54:39 +0000
1ccc7bfd46Bug 61859: support for evaluating comparison operators in array mode, detect array mode from formula ptgs
Yegor Kozlov
2017-12-18 15:54:50 +0000
525952b625delete commented out code
Javen O'Neal
2017-12-13 06:39:01 +0000
5530f8a831bug 57423: add unit test demonstrating corrupted workbook where CTRow xmlbeans are not in ascending order in the CTWorksheet; unit test adapted from Luca
Javen O'Neal
2017-12-13 06:21:19 +0000
8498e4d88c#61765 Another HSSF Workbook name found from (unknown) third party software produced files
Nick Burch
2017-12-11 19:52:53 +0000
08e25fe46eBug 61882 - Some paths can create an XSSFColor instance with a null CTColor reference
Greg Woolsey
2017-12-11 17:33:00 +0000
11e60eb77eBug 61882 - Some paths can create an XSSFColor instance with a null CTColor reference
Greg Woolsey
2017-12-11 17:30:04 +0000
185a66aed5remove package name to ease the output
Andreas Beeker
2017-12-09 12:06:59 +0000
2c2028ede6#61881 - handle invalid font names
Andreas Beeker
2017-12-09 11:44:19 +0000
cbd17b9320#61841 fix typo in method name
Greg Woolsey
2017-12-06 23:53:25 +0000
94c2b64692Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all column reference
Greg Woolsey
2017-12-06 00:46:42 +0000
6390202491Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all column reference
Greg Woolsey
2017-12-06 00:15:51 +0000
5f4f1b5846use try-with-resources in more places
PJ Fanning
2017-12-05 22:31:59 +0000
89a788ea5buse try-with-resources in more places
PJ Fanning
2017-12-05 21:23:44 +0000
58114c6d8cbug 61840: close workbook to prevent resource leak in unit test
Javen O'Neal
2017-12-01 17:51:19 +0000
79250e916fbug 61840: add unit test showing that shiftRows does not produce #REF! formula errors if cells are not shifted above the first row
Javen O'Neal
2017-12-01 17:47:29 +0000
e8234fd032Javadoc fixes
Nick Burch
2017-11-27 14:05:17 +0000
b967299429Bump library version to match Ant defined version
Nick Burch
2017-11-27 12:42:47 +0000
c795f2e793XDDF usermodel for Charts closes#68 on GitHub
Alain Béarez
2017-11-26 14:03:01 +0000
2cda98a4aa#61809 - Infinite loop in SectionIDMap.get() and .put()
Andreas Beeker
2017-11-24 01:02:20 +0000
76a16ba175use try with resources in examples
PJ Fanning
2017-11-23 20:03:25 +0000
3e4e43b28buse try with resources in examples
PJ Fanning
2017-11-23 19:28:36 +0000