aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bug 58113: Fix regression: NullPointerException when setting cell value to nullDominik Stadler2015-07-132-7/+49
* Patch from Chris Boyle to add basic support for .xlsm (macro-enabled) workboo...David North2015-07-137-13/+266
* Template IDs from which CFs can be basedNick Burch2015-07-121-0/+28
* Refactor some of the CFRuleRecord logic out to CFRuleBase, and begin work on ...Nick Burch2015-07-126-123/+365
* Fix formatting/indents/commentsNick Burch2015-07-122-476/+421
* Introduce a CFHeaderBase common parent #58130Nick Burch2015-07-124-132/+207
* Update FtrHeader and CFHeader clone/createNick Burch2015-07-123-14/+13
* More whitespace / indent updatesNick Burch2015-07-124-635/+622
* Fix indent/whitespaceNick Burch2015-07-121-315/+312
* Start to support CF12 headers for #58130Nick Burch2015-07-125-32/+128
* Javadocs, and more record namesNick Burch2015-07-124-14/+20
* Javadoc and comment updates for CFsNick Burch2015-07-125-19/+12
* Add another Conditional Formatting example - multiple rules which overlapNick Burch2015-07-111-1/+67
* OOXMLPrettyPrint: Populate the standalone-attribute always to avoid differenc...Dominik Stadler2015-07-081-0/+1
* Add some missing close(), reduce output in unit tests and remove some other E...Dominik Stadler2015-07-074-15/+33
* When writing the mini-stream, set the size of it on the root property #58061Nick Burch2015-07-064-5/+23
* Helper method to report the number of blocks used in a BATNick Burch2015-07-062-2/+69
* Bug 57744: Fix parsing the email submission data when id contains a hyphenDominik Stadler2015-07-033-4/+72
* Bug 57678: Apply patch to better handle years in mail-messages between 1980 a...Dominik Stadler2015-07-033-4/+74
* Fix OPOIFS generics warningsNick Burch2015-07-026-47/+36
* To better match OPOIFS, pad to the end of a block with 0xFF/-1Nick Burch2015-07-012-0/+12
* More NPOIFS ministream testsNick Burch2015-06-302-3/+95
* Allow optional dumping of the raw ministream as wellNick Burch2015-06-301-11/+38
* Support optionally dumping the properties streamNick Burch2015-06-291-4/+45
* Open file read-only in test to avoid making it dirty during running unit testsDominik Stadler2015-06-281-2/+2
* Put the properties table at block 0, with the first BAT at block 1, to hopefu...Nick Burch2015-06-284-142/+140
* Print mini stream information, and property entriesNick Burch2015-06-281-5/+12
* Fix inconsistent whitespaceNick Burch2015-06-281-134/+134
* Refactor the small block reader creation, so that POIFSHeaderDumper can dump ...Nick Burch2015-06-282-21/+93
* Bug 54332 - WMF extraction failing in Tika for older PowerPoint FilesAndreas Beeker2015-06-2411-51/+199
* Fix test to find the exception-text in all casesDominik Stadler2015-06-241-16/+26
* show full exception stack-trace if zip-bomb detection test failsDominik Stadler2015-06-241-5/+13
* Removed Java7 callsAndreas Beeker2015-06-241-12/+0
* Bug 56865 - Limit number of bytes (by counting them) while opening office docsAndreas Beeker2015-06-2311-50/+427
* Bug 58069 - Biff8RC4 xorShort returns wrong value for unsigned shortsAndreas Beeker2015-06-232-5/+26
* Bug 58040 - Log ForgingAndreas Beeker2015-06-216-1043/+184
* Bug 57923: Fix check for tokens in NameRecord.getExternSheetNumber() to avoid...Dominik Stadler2015-06-212-8/+36
* fixed javadoc links after imports have been organizedAndreas Beeker2015-06-202-2/+2
* Bug 56655: Fix Sumifs for cases where the criteria is in error.Dominik Stadler2015-06-205-88/+203
* Bug 56420: Fix possible NullPointerException when empty cell is included in S...Dominik Stadler2015-06-203-2/+17
* Comment out writing to file in c:/temp which breaks the build nowDominik Stadler2015-06-171-6/+6
* Move more tests into base class and add a TestSXSSFBugs class to verify some ...Dominik Stadler2015-06-174-145/+367
* Make setLandscape(false) and setLeftToRight(false) do what one would expectDominik Stadler2015-06-172-6/+44
* Bug 57963: Add a task to the integration-test build which verifies that most ...Dominik Stadler2015-06-161-3/+85
* Whitespace seems to be confusing the license header check; try pasting one of...David North2015-06-151-18/+16
* One more file with missing license headerDominik Stadler2015-06-151-0/+18
* add missing license headerDominik Stadler2015-06-151-0/+18
* Add explicit test for NPE only caught by other tests. Test '97 fallback behav...David North2015-06-121-0/+5
* My own patch to fix #56328David North2015-06-125-12/+125
* Use a different arbitrary value for the ID of the comment shape type. This ap...David North2015-06-032-3/+4