aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
* Finish converting ErrorEval to only use the FormulaError constants, and then ...Nick Burch2015-02-081-2/+2
* Add a unit test (disabled) for bug #57535 - "Unknown error type: -60" fetchin...Nick Burch2015-02-081-0/+21
* XWPF implementation of some common Paragraph methodsNick Burch2015-02-051-3/+42
* Stub a common WP paragraph class, needs uncommenting as XWPF implements/emulatesNick Burch2015-02-051-1/+1
* More common HWPF/XWPF interfacesNick Burch2015-02-053-1/+11
* More common XWPF/HWPF character run methodsNick Burch2015-02-051-0/+89
* XWPF double strikethrough, and start on a common interface for HWPF and XWPF ...Nick Burch2015-02-052-5/+40
* 57482 Handle XSLX files with no shared strings table in read-only modeNick Burch2015-01-222-4/+41
* Unit test from Isao Kadowaki from bug #57482Nick Burch2015-01-221-2/+56
* Add a developer-tool to pretty-print the XMLs in an OOXML file. This makes it...Dominik Stadler2015-01-222-1/+132
* 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
* 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-091-0/+29
* Fix Eclipse warnings, provide better error message and adjust javadoc slightlyDominik Stadler2015-01-092-1/+3
* Bug 57196: Resolve RefEval to it's inner ValueEval in Hex2DecDominik Stadler2015-01-091-0/+85
* 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-071-1/+0
* Add reproducer for bug 56655Dominik Stadler2015-01-071-0/+65
* Add reproducing testcase for Bug 57294Dominik Stadler2015-01-051-0/+29
* Move some tests to the base test class where applicappleDominik Stadler2015-01-054-148/+111
* Update disabled test for bug 54071 to show the root-cause betterDominik Stadler2015-01-051-0/+43
* Add unit tests for XSSFTextRun and TextPainter, slightly more tests for XSSFS...Dominik Stadler2015-01-043-34/+339
* 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
* Fix copy/paste error in XSSFTextParagraph and add unit testsDominik Stadler2015-01-032-4/+206
* Fix some Eclipse warningsDominik Stadler2015-01-021-28/+6
* Bug 46898: Convert unit tests for circular references to also run for XSSFDominik Stadler2015-01-023-6/+60
* Bug 46192: Add methods to query outline level for HSSF and XSSFDominik Stadler2015-01-025-3/+83
* Add missing close() of resources in both production code and testsDominik Stadler2014-12-2816-223/+427
* Ensure that XSSFWorkbooks contain a BookView, some corrupt ones do not contai...Dominik Stadler2014-12-281-0/+14
* Fix Eclipse warnings, unnecessary casts, use generics, static access...Dominik Stadler2014-12-285-8/+8
* Charset.forName() for known encodings makes catching UnknownEncodingException...Andreas Beeker2014-12-272-11/+6
* Add a test-suite which performs integration/stress tests which load and handl...Dominik Stadler2014-12-251-0/+13
* - Support for Office Binary Document RC4 CryptoAPI Encryption for HSLFAndreas Beeker2014-12-256-354/+239
* Add commentDominik Stadler2014-12-231-0/+1
* Fix testcases which were not executed before, use tempfile, cleanup, ...Dominik Stadler2014-12-231-46/+82
* Fix two Eclipse warningsDominik Stadler2014-12-221-1/+0
* Bug 57373: Fix get/setFirstVisibleTab() for XSSFWorkbookDominik Stadler2014-12-222-89/+154
* Bug 57362: Properly initialize chart axis when loading a workbook which alrea...Dominik Stadler2014-12-222-9/+30
* Remove iterating over the number of runs for certain XSSFRichTextString opera...Dominik Stadler2014-12-222-17/+34
* Bug 56511: Add a null-check to ensure that the run actually has a font to not...Dominik Stadler2014-12-222-1/+58
* Bug 56550: Defer the initialization of the _classes to when it is actually ne...Dominik Stadler2014-12-221-10/+11
* Add missing license header to newly added fileDominik Stadler2014-12-221-0/+16
* Bug 56644: Fix adding cells if MissingCellPolicy is set to NULL_FOR_BLANK and...Dominik Stadler2014-12-222-1/+38
* Bug 56888: XSSFDataValidation ignores "allow blank" read from sheet, assumes ...Dominik Stadler2014-12-224-22/+130
* Some Eclipse warningsDominik Stadler2014-12-221-67/+80
* Add reproducer for Bug 57165, no fix yet, though...Dominik Stadler2014-12-221-0/+33
* Bug 57171 and 57163: Adjust the active sheet in setSheetOrder() and removeShe...Dominik Stadler2014-12-222-8/+201
* Bug 57236: Add reproducer, although I am not sure if we should and how to fix...Dominik Stadler2014-12-221-0/+30