| Commit message (Expand) | Author | Age | Files | Lines |
* | Finish converting ErrorEval to only use the FormulaError constants, and then ... | Nick Burch | 2015-02-08 | 1 | -2/+2 |
* | Add a unit test (disabled) for bug #57535 - "Unknown error type: -60" fetchin... | Nick Burch | 2015-02-08 | 1 | -0/+21 |
* | XWPF implementation of some common Paragraph methods | Nick Burch | 2015-02-05 | 1 | -3/+42 |
* | Stub a common WP paragraph class, needs uncommenting as XWPF implements/emulates | Nick Burch | 2015-02-05 | 1 | -1/+1 |
* | More common HWPF/XWPF interfaces | Nick Burch | 2015-02-05 | 3 | -1/+11 |
* | More common XWPF/HWPF character run methods | Nick Burch | 2015-02-05 | 1 | -0/+89 |
* | XWPF double strikethrough, and start on a common interface for HWPF and XWPF ... | Nick Burch | 2015-02-05 | 2 | -5/+40 |
* | 57482 Handle XSLX files with no shared strings table in read-only mode | Nick Burch | 2015-01-22 | 2 | -4/+41 |
* | Unit test from Isao Kadowaki from bug #57482 | Nick Burch | 2015-01-22 | 1 | -2/+56 |
* | Add a developer-tool to pretty-print the XMLs in an OOXML file. This makes it... | Dominik Stadler | 2015-01-22 | 2 | -1/+132 |
* | Have ExtractorFactory open OPCPackages from files in read-only mode by defaul... | Nick Burch | 2015-01-18 | 2 | -8/+11 |
* | For XSSFSheet, add a getDrawingPatriarch() method alongside the existing crea... | Nick Burch | 2015-01-18 | 1 | -25/+38 |
* | Test to show that bug #57430 works fine already | Nick Burch | 2015-01-13 | 1 | -0/+14 |
* | Adjust Bin2Dec similar to what we did for Hex2Dec in Bug 57196 and fix some s... | Dominik Stadler | 2015-01-09 | 1 | -0/+29 |
* | Fix Eclipse warnings, provide better error message and adjust javadoc slightly | Dominik Stadler | 2015-01-09 | 2 | -1/+3 |
* | Bug 57196: Resolve RefEval to it's inner ValueEval in Hex2Dec | Dominik Stadler | 2015-01-09 | 1 | -0/+85 |
* | Swap Exception for Throwable, to skip a wider range of problems (eg GAE) when... | Nick Burch | 2015-01-08 | 1 | -2/+2 |
* | * Add missing close() on streams in ImageUtils.getImageDimension() | Dominik Stadler | 2015-01-07 | 1 | -1/+0 |
* | Add reproducer for bug 56655 | Dominik Stadler | 2015-01-07 | 1 | -0/+65 |
* | Add reproducing testcase for Bug 57294 | Dominik Stadler | 2015-01-05 | 1 | -0/+29 |
* | Move some tests to the base test class where applicapple | Dominik Stadler | 2015-01-05 | 4 | -148/+111 |
* | Update disabled test for bug 54071 to show the root-cause better | Dominik Stadler | 2015-01-05 | 1 | -0/+43 |
* | Add unit tests for XSSFTextRun and TextPainter, slightly more tests for XSSFS... | Dominik Stadler | 2015-01-04 | 3 | -34/+339 |
* | Improve information in exceptions thrown by XSSFRichTextString and improve un... | Dominik Stadler | 2015-01-03 | 2 | -4/+78 |
* | Fix copy/paste errors in XSSFSimpleShape, allow unset of insets multiple time... | Dominik Stadler | 2015-01-03 | 2 | -12/+188 |
* | Fix copy/paste error in XSSFTextParagraph and add unit tests | Dominik Stadler | 2015-01-03 | 2 | -4/+206 |
* | Fix some Eclipse warnings | Dominik Stadler | 2015-01-02 | 1 | -28/+6 |
* | Bug 46898: Convert unit tests for circular references to also run for XSSF | Dominik Stadler | 2015-01-02 | 3 | -6/+60 |
* | Bug 46192: Add methods to query outline level for HSSF and XSSF | Dominik Stadler | 2015-01-02 | 5 | -3/+83 |
* | Add missing close() of resources in both production code and tests | Dominik Stadler | 2014-12-28 | 16 | -223/+427 |
* | Ensure that XSSFWorkbooks contain a BookView, some corrupt ones do not contai... | Dominik Stadler | 2014-12-28 | 1 | -0/+14 |
* | Fix Eclipse warnings, unnecessary casts, use generics, static access... | Dominik Stadler | 2014-12-28 | 5 | -8/+8 |
* | Charset.forName() for known encodings makes catching UnknownEncodingException... | Andreas Beeker | 2014-12-27 | 2 | -11/+6 |
* | Add a test-suite which performs integration/stress tests which load and handl... | Dominik Stadler | 2014-12-25 | 1 | -0/+13 |
* | - Support for Office Binary Document RC4 CryptoAPI Encryption for HSLF | Andreas Beeker | 2014-12-25 | 6 | -354/+239 |
* | Add comment | Dominik Stadler | 2014-12-23 | 1 | -0/+1 |
* | Fix testcases which were not executed before, use tempfile, cleanup, ... | Dominik Stadler | 2014-12-23 | 1 | -46/+82 |
* | Fix two Eclipse warnings | Dominik Stadler | 2014-12-22 | 1 | -1/+0 |
* | Bug 57373: Fix get/setFirstVisibleTab() for XSSFWorkbook | Dominik Stadler | 2014-12-22 | 2 | -89/+154 |
* | Bug 57362: Properly initialize chart axis when loading a workbook which alrea... | Dominik Stadler | 2014-12-22 | 2 | -9/+30 |
* | Remove iterating over the number of runs for certain XSSFRichTextString opera... | Dominik Stadler | 2014-12-22 | 2 | -17/+34 |
* | Bug 56511: Add a null-check to ensure that the run actually has a font to not... | Dominik Stadler | 2014-12-22 | 2 | -1/+58 |
* | Bug 56550: Defer the initialization of the _classes to when it is actually ne... | Dominik Stadler | 2014-12-22 | 1 | -10/+11 |
* | Add missing license header to newly added file | Dominik Stadler | 2014-12-22 | 1 | -0/+16 |
* | Bug 56644: Fix adding cells if MissingCellPolicy is set to NULL_FOR_BLANK and... | Dominik Stadler | 2014-12-22 | 2 | -1/+38 |
* | Bug 56888: XSSFDataValidation ignores "allow blank" read from sheet, assumes ... | Dominik Stadler | 2014-12-22 | 4 | -22/+130 |
* | Some Eclipse warnings | Dominik Stadler | 2014-12-22 | 1 | -67/+80 |
* | Add reproducer for Bug 57165, no fix yet, though... | Dominik Stadler | 2014-12-22 | 1 | -0/+33 |
* | Bug 57171 and 57163: Adjust the active sheet in setSheetOrder() and removeShe... | Dominik Stadler | 2014-12-22 | 2 | -8/+201 |
* | Bug 57236: Add reproducer, although I am not sure if we should and how to fix... | Dominik Stadler | 2014-12-22 | 1 | -0/+30 |