aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* HSLF table and example fixesAndreas Beeker2015-05-046-138/+110
* fixed HSLF text handlingAndreas Beeker2015-05-0311-162/+252
* Added Distributed option to TextAlignmentAndreas Beeker2015-04-296-37/+180
* committing intermediate results - hslf is mostly migrated to common interface...Andreas Beeker2015-04-27182-5516/+4941
* Snapshot commit - still lots of errors, xslf rendering works, started work on...Andreas Beeker2015-03-19172-2894/+2975
* committing intermediate results - xslf now compiles - hslf needs to be migrat...Andreas Beeker2015-03-07112-2351/+1441
* initial commit - still lots of errors, but I need to switch to a clean trunk ...Andreas Beeker2015-02-21207-2254/+38589
* common interface and rendering for h/xslfAndreas Beeker2015-02-210-0/+0
* Use assertArrayEquals() to try to better show why this test fails in some rar...Dominik Stadler2015-02-181-29/+3
* Bug 57459: Add method in SXSSFSheet to directly set row OutLineLevelDominik Stadler2015-02-142-5/+91
* Adjust TestSignatureInfo so junit provides more information if an unexpected ...Dominik Stadler2015-02-141-1/+3
* Bug 57456: Fix reading XLS with empty SSTRecord where Excel puts some random ...Dominik Stadler2015-02-134-16/+36
* Bug 57479: Typo in HSSFWorkbook javaDocsDominik Stadler2015-02-091-11/+11
* Bug 57480: Fix some unnecessary casts, generics, Eclipse warnings, ...Dominik Stadler2015-02-0926-54/+45
* Add ooxml-sources-jar files to up-to-date check to still recompile if only th...Dominik Stadler2015-02-091-0/+2
* Finish converting ErrorEval to only use the FormulaError constants, and then ...Nick Burch2015-02-083-36/+43
* Prepare FormulaError for both long and short codesNick Burch2015-02-081-5/+21
* Add a unit test (disabled) for bug #57535 - "Unknown error type: -60" fetchin...Nick Burch2015-02-082-0/+21
* Reduce duplication between FormulaError and ErrorConstantsNick Burch2015-02-083-28/+25
* XWPF implementation of some common Paragraph methodsNick Burch2015-02-052-16/+56
* Stub a common WP paragraph class, needs uncommenting as XWPF implements/emulatesNick Burch2015-02-052-1/+145
* More common HWPF/XWPF interfacesNick Burch2015-02-054-22/+38
* More common XWPF/HWPF character run methodsNick Burch2015-02-052-17/+108
* XWPF double strikethrough, and start on a common interface for HWPF and XWPF ...Nick Burch2015-02-054-10/+137
* The default for standard encryption cipher algorithm was wrongly set to rc4Andreas Beeker2015-01-261-1/+7
* 57482 Handle XSLX files with no shared strings table in read-only modeNick Burch2015-01-223-4/+41
* Unit test from Isao Kadowaki from bug #57482Nick Burch2015-01-222-2/+56
* Add a developer-tool to pretty-print the XMLs in an OOXML file. This makes it...Dominik Stadler2015-01-222-1/+132
* Bug 57468: Avoid possible build-error if lib-directory is not createdDominik Stadler2015-01-211-0/+1
* Have ExtractorFactory open OPCPackages from files in read-only mode by defaul...Nick Burch2015-01-182-8/+11
* For XSSFSheet, add a getDrawingPatriarch() method alongside the existing crea...Nick Burch2015-01-181-25/+38
* Fix TIKA-1515 - Handle Excel 3 files with a 0x8001 codepageNick Burch2015-01-133-2/+6
* Another excludeNick Burch2015-01-131-0/+2
* Add a sample Excel 3 file from TIKA-1515, and a disabled unit test for itNick Burch2015-01-133-0/+23
* Test to show that bug #57430 works fine alreadyNick Burch2015-01-131-0/+14
* Adjust Bin2Dec similar to what we did for Hex2Dec in Bug 57196 and fix some s...Dominik Stadler2015-01-097-24/+559
* Fix Eclipse warnings, provide better error message and adjust javadoc slightlyDominik Stadler2015-01-093-22/+34
* Bug 57196: Resolve RefEval to it's inner ValueEval in Hex2DecDominik Stadler2015-01-095-61/+234
* Swap Exception for Throwable, to skip a wider range of problems (eg GAE) when...Nick Burch2015-01-081-2/+2
* * Add missing close() on streams in ImageUtils.getImageDimension()Dominik Stadler2015-01-073-20/+54
* Add reproducer for bug 56655Dominik Stadler2015-01-071-0/+65
* Add reproducer for bug 57074Dominik Stadler2015-01-072-0/+22
* Add reproducing testcase for Bug 57294Dominik Stadler2015-01-051-0/+29
* Move some tests to the base test class where applicappleDominik Stadler2015-01-056-227/+265
* Update disabled test for bug 54071 to show the root-cause betterDominik Stadler2015-01-051-0/+43
* Update tests for ExcelAntWorkbookUtil, remove some unnecessary null-checks th...Dominik Stadler2015-01-044-93/+216
* Remove unnecessary castsDominik Stadler2015-01-041-8/+6
* Add unit tests for XSSFTextRun and TextPainter, slightly more tests for XSSFS...Dominik Stadler2015-01-047-35/+545
* Improve information in exceptions thrown by XSSFRichTextString and improve un...Dominik Stadler2015-01-032-4/+78
* Fix copy/paste errors in XSSFSimpleShape, allow unset of insets multiple time...Dominik Stadler2015-01-032-12/+188