8c06c5f51asonar fixes
Andreas Beeker
2018-05-25 10:20:44 +0000
24020f66afsonar fixes
Andreas Beeker
2018-05-23 22:29:40 +0000
b144ace936sonar fixes
Andreas Beeker
2018-05-22 22:39:22 +0000
1d6a1c4072sonar fixes - null dereference
Andreas Beeker
2018-05-21 23:17:57 +0000
e268b16754#62393 - Inconsistent slide import behavior depending on Mac OS X Version
Andreas Beeker
2018-05-21 14:20:11 +0000
04bbc80292#62041 - TestFonts fails on Mac
Andreas Beeker
2018-05-20 22:22:58 +0000
5c71e10c46#62051 - Two shapes have the same shapeId within the same slide.
Andreas Beeker
2018-05-20 22:00:14 +0000
0be1b75834#61633 - Zero width shapes aren't rendered
Andreas Beeker
2018-05-19 21:05:10 +0000
508e6da4e5remove test code
Andreas Beeker
2018-05-17 05:35:58 +0000
f35e818fa2#62037 - SlideNames should not be null but have a default as if accessed by VBA
Andreas Beeker
2018-05-16 21:57:49 +0000
0e8736dcda#62381 - Fix rendering of AutoShapes
Andreas Beeker
2018-05-16 20:30:53 +0000
c079795f4eList a few more missing functions as inline-comments, based on definitions from functionMetadata.txt
Nick Burch
2018-05-14 14:25:00 +0000
5bc002c749Ignore IntelliJ project files
Andreas Beeker
2018-05-10 10:14:23 +0000
bf17600457A few more places I should never have introduced Cell as a parameter, sine CellReference is all that is needed, faster, and allows for undefined cells.
Greg Woolsey
2018-05-08 19:03:52 +0000
02178bac2bRandom test value/file length resulted in occasionally failures
Andreas Beeker
2018-05-07 20:50:32 +0000
5961b640a5add convenience method for files to FileMagic
Andreas Beeker
2018-05-02 18:33:23 +0000
17fdb3188cadd additional exception info to failing IOUtils.toByteArray
Andreas Beeker
2018-05-02 17:29:24 +0000
066a8a0b42add license header
Andreas Beeker
2018-05-02 05:36:15 +0000
83eb0ca821Cleanup Biff8EncryptionKey usage and use HPSF constants instead of duplicated strings
Andreas Beeker
2018-05-01 18:22:00 +0000
32b370fb67[githib-107] add areas function support. Thanks to Inji Hanbin. This closes#107
PJ Fanning
2018-05-01 14:47:29 +0000
8fc6199641Allow one more add-opens to silence one more warning seen in Java 9/Java 10 currently Use latest JDK 10 versions
Dominik Stadler
2018-04-30 11:21:31 +0000
0106bb30e8Need to switch to ASM 6.0 as well to make the coverage reports to work, unfortunately the asm-all package seems to be gone, so we need to use three jar files now
Dominik Stadler
2018-04-30 09:40:36 +0000
d7b3f79da8Update to JaCoCo 0.8.1 to support Java 10 for JaCoCo runs
Dominik Stadler
2018-04-30 07:59:14 +0000
34c9cffe5ddisable ImageIO cache - probably need to set it in every test class or disable it in the beginning of all tests
Andreas Beeker
2018-04-29 21:12:06 +0000
e0f7014503#59893 - Forbid calls to InputStream.available
Andreas Beeker
2018-04-27 21:38:19 +0000
2574fd2d3dStreamline assertion-usage in some tests
Dominik Stadler
2018-04-27 06:15:05 +0000
d219fe085aUpdate to forbidden-apis 2.5
Dominik Stadler
2018-04-26 04:11:10 +0000
ad92fcca9eFix setting active cell in .xls by populating field_6_refs whenever row/column changes, this fixes bug 61905
Dominik Stadler
2018-04-25 20:14:07 +0000
6dc8c3034e#61459 - handle slide layouts in extractor
Andreas Beeker
2018-04-20 20:00:46 +0000
5189313eb4#61459 - HSLFShape.getShapeName() returns name of shapeType and not the shape name
Andreas Beeker
2018-04-20 13:45:18 +0000
ab390ce170#62319 - Decommission XSLF-/PowerPointExtractor
Andreas Beeker
2018-04-20 12:52:59 +0000
bc436fcc3dOOXMLLite: improve progress output: count test-classes, not single test-methods
Dominik Stadler
2018-04-20 09:46:47 +0000
2d7fdbc4bcFix unit test broken with previous check-in
Dominik Stadler
2018-04-20 09:45:28 +0000
15de4bf7a9Nullpointer fix for slideshow extractor
Andreas Beeker
2018-04-19 13:34:52 +0000
8632f0c47eAdd some unit-tests for setActiveCell(), although bug 61905 reports that Excel still does not read this correctly for HSSF workbooks
Dominik Stadler
2018-04-19 08:37:17 +0000
edd87f05b7add some javadoc to warn that stale cached formula cell values may result in incorrect evaluations, and what to do about it (evaluate formula cells before asking the rule if it applies).
Greg Woolsey
2018-04-18 18:25:08 +0000
4ba2d64a50Bug 62092 - Text not extracted from grouped text shapes in HSLF
Andreas Beeker
2018-04-18 15:02:02 +0000
6829dbd447Close resources correctly when opening encrypted documents in the TextExtractor
Dominik Stadler
2018-04-04 19:41:16 +0000
e9121036ccBug 62165: Do not close stream when opening succeeds
Dominik Stadler
2018-04-04 19:41:10 +0000
971c52347eCreate some directories if not existing in testcoveragereport
Dominik Stadler
2018-04-04 19:41:03 +0000
eb4e20cd69Try to avoid one NPE that popped up in commoncrawl-corpus tests
Dominik Stadler
2018-04-04 19:40:54 +0000
16d25b62af[bug-62254] update offset function to support optional offset values
PJ Fanning
2018-04-03 21:51:30 +0000
2ce07693c5Add unit tests to include more required classes in poi-ooxml-schemas, add test for bug 62174 so additional schema-classes are included
Dominik Stadler
2018-04-02 17:16:16 +0000
9af2dd7824OOXMLLite: IDE warnings and add an additional listener to print out progress during running tests
Dominik Stadler
2018-04-02 17:16:07 +0000
f440933277Close resources in tests and in case of Exceptions and use try-with-resources. Close the socket-connection during encrpyting/decrypting as soon as it is not needed any more.
Dominik Stadler
2018-04-02 17:16:01 +0000
48c8b9af81Update excludes in OOXMLLite
Dominik Stadler
2018-04-02 17:15:49 +0000
2be766f267Bug 61267: detect Word v2 files and report that they are not supported in Apache POI
Dominik Stadler
2018-04-02 17:15:42 +0000
35fd4f85aa[bug-62216] add test case
PJ Fanning
2018-04-02 15:59:21 +0000
feace0e745Add unit test which verifies that ThresholdInputStream can be used. This currently fails with Java 10 because the reflection relies on internals of class ZipFile that were changed.
Dominik Stadler
2018-03-04 13:33:38 +0000
fb2f23678fSome IntelliJ and Javadoc fixes
Dominik Stadler
2018-03-04 13:33:31 +0000
f3addac5e0Fix compiling with current JDK 10 RC build, OOXML-Tests are still failing due to ThresholdInputStream, though.
Dominik Stadler
2018-03-04 13:33:20 +0000
582c21ce86Add job to build with latest available JDK 10 early access build
Dominik Stadler
2018-03-04 13:33:12 +0000
aee50698a4use xmlunit for xml diffs in unit tests
PJ Fanning
2018-03-04 12:24:44 +0000
3716f4a556remove some deprecated methods
PJ Fanning
2018-03-04 11:47:21 +0000
d720ad82b6Add JDK 10 and new slaves to job POI-DSL-Test-Environment
Dominik Stadler
2018-03-03 19:05:58 +0000
8d4f3fde68remove some casts to short
PJ Fanning
2018-03-03 01:48:46 +0000
dcbe14abd0remove XDDFChart workaround that saved workbook to temp file
PJ Fanning
2018-02-28 09:54:58 +0000
590f27e86d[github-98] write data in respective Column in case of XDDFChart. Thanks to Sandeep Tiwari. This closes#98
PJ Fanning
2018-02-27 23:12:53 +0000
daeea27e14use Integer.toString to convert ints to strings
PJ Fanning
2018-02-27 14:24:50 +0000
fef8c69085tidy up API for font index
PJ Fanning
2018-02-26 20:26:48 +0000
4221ccebda[bug-62055] Fix XSSFImportFromXML table resize. Thanks to Leonard Kappe. This closes#99
PJ Fanning
2018-02-25 17:06:19 +0000
d144f09d2fFix for bug #62130. Turns out there were cases when a workbook with multiple edit/save cycles on the same instance would save stale cell data, resulting in incorrect copies.
Greg Woolsey
2018-02-24 21:30:47 +0000
9dff7e2f09The table auto-filter range should not include table footer rows, while the table range does. POI was using the same for both regardless of footers.
Greg Woolsey
2018-02-23 23:37:04 +0000
753f6f9dc6further uptake of int methods for font lookups
PJ Fanning
2018-02-22 22:32:25 +0000
104d4dac06[bug-62018] use ints to index fonts
PJ Fanning
2018-02-20 00:25:43 +0000
1f0cf7d6e2apply changes from com.github.pjfanning:xmlbeans
PJ Fanning
2018-02-16 22:55:05 +0000