summaryrefslogtreecommitdiffstats
path: root/src/ooxml/java
Commit message (Expand)AuthorAgeFilesLines
...
* merge with trunkAndreas Beeker2014-09-1764-901/+1398
* timestamping fixesAndreas Beeker2014-08-273-15/+10
* removed HorribleProxyAndreas Beeker2014-08-2413-459/+366
* removed HorribleProxyAndreas Beeker2014-08-243-729/+62
* starting tsp tests / removed mockito stuff againAndreas Beeker2014-08-171-33/+41
* - Updated to BC 1.51Andreas Beeker2014-08-163-37/+107
* replace xmlbeans.factory.parse with selectPath callsAndreas Beeker2014-08-153-35/+18
* migrated enveloped document test (1 of 2)Andreas Beeker2014-08-153-23/+25
* some changes because of test errorsAndreas Beeker2014-08-152-9/+10
* sync merge to trunkAndreas Beeker2014-08-1215-593/+430
|\
| * Fix bug #56814 - Switch from dom4j to JAXPUwe Schindler2014-08-1211-532/+353
* | Tests/fixes for hash > sha1Andreas Beeker2014-08-102-2/+16
* | Xml signature support - version 1Andreas Beeker2014-08-1034-7/+6610
|/
* Fix bug #56812 - In XSLF provide a way to get the URI of externally linked pi...Nick Burch2014-08-041-2/+55
* Add a disabled unit test for bug #56812, based on code and file from Geoff Wr...Nick Burch2014-08-041-10/+16
* Before parsing an OOXML document, reset the xmlbeans sax parser to avoid the ...Nick Burch2014-08-042-4/+14
* Apply suggestions from Uwe Schindler for more secure xml defaults for #54764 ...Nick Burch2014-08-041-1/+34
* Another test for NPOIFS in-place writing support - probably the deletion of a...Andreas Beeker2014-08-021-0/+1
* Fix bug #56800 - Provide a helpful exception, XLSBUnsupportedException, if XS...Nick Burch2014-08-013-10/+57
* Fix bug #55196 - Correct XWPF createTOC handling of short style namesNick Burch2014-07-311-1/+1
* Fix bug #56502 - When shifting XSSF rows with formula cells, if the formula c...Nick Burch2014-07-311-6/+17
* Fix bug #56527 - Avoid NPE from XSSFHyperLink when setting the cellNick Burch2014-07-311-14/+14
* Fix javadoc warningsNick Burch2014-07-311-8/+8
* #56132 Allow XSSF formula evaluation to also skip missing external workbook r...Nick Burch2014-07-302-1/+6
* XSSF external workbook lookup support for in-line file:/// based book "numbers"Nick Burch2014-07-301-2/+35
* Updated patch from Marc from #55927 - handle date formulas tooNick Burch2014-07-301-4/+10
* Add row label getter for Pivot Tables, and use this in unit testsNick Burch2014-07-301-14/+30
* Patch from Sofia Larsson and Martin Andersson from bug #56020 - XSSF support ...Nick Burch2014-07-307-4/+929
* Change XSSFSheetXMLHandler.SheetContentsHandler to require fewer backwards in...Nick Burch2014-07-302-8/+8
* Update the XSSF getExternalSheet method signature, to start to prepare for sh...Nick Burch2014-07-251-3/+10
* Areas can have multi-sheet references too, so add FormulaParser support to th...Nick Burch2014-07-251-4/+2
* Update Ref3DPxg to support multi-sheet ranges too, for #55906Nick Burch2014-07-251-4/+2
* Rename some of the internal HSSF sheet lookup methods which deal with externa...Nick Burch2014-07-241-1/+5
* Patch from Shaun Kalley from bug #56023 - Allow XSSF event model to find + re...Nick Burch2014-07-242-15/+180
* Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI ...Nick Burch2014-07-245-20/+10
* To avoid problems on strange platforms, tell xmlbeans to use UTF-8 for string...Nick Burch2014-07-241-0/+1
* For places where an ordered collection is created and used within the context...Nick Burch2014-07-242-11/+7
* Further XSSF external name evaluation lookup supportNick Burch2014-07-231-2/+8
* Use the link table when looking up external xssf namesNick Burch2014-07-211-5/+12
* Generalise the CollaboratingWorkbooksEnvironment setup, so that XSSF can use ...Nick Burch2014-07-211-1/+13
* Comments updatesNick Burch2014-07-201-2/+13
* Change how we update sheet names in XSSF formulas and names, when renaming sh...Nick Burch2014-07-202-47/+38
* Update the formula evaluator to support XSSF style external named ranges tooNick Burch2014-07-203-18/+98
* Move towards supporting same workbook named ranges in external style for xssfNick Burch2014-07-191-17/+26
* Start to add XSSF specific handling for NameX (named ranges or functions from...Nick Burch2014-07-191-10/+9
* Provide XSSF-style external sheet support for areas, similar to the recent ce...Nick Burch2014-07-191-3/+9
* Start to update how the formula parser looks up sheets from formula ptgs, to ...Nick Burch2014-07-191-4/+17
* The way that HSSF and XSSF stores references to external sheets are rather di...Nick Burch2014-07-191-1/+33
* There can be more than one linked ExternalLinks table for a workbook #56744Nick Burch2014-07-193-7/+69
* Bit more towards XSSF name support for #56737, will need some deeper changes ...Nick Burch2014-07-181-3/+26