aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #44916 - Allow access to the HSSFPatriarch from HSSFSheet once createdNick Burch2010-05-273-8/+11
* Tidy up various indents and generics warningsNick Burch2010-05-272-28/+20
* add myself to who.xmlMaxim Valyanskiy2010-05-271-0/+1
* Initial support for reading AES-encrypted/write-protected OOXML filesMaxim Valyanskiy2010-05-271-0/+1
* Initial support for reading AES-encrypted/write-protected OOXML filesMaxim Valyanskiy2010-05-277-0/+472
* Add missing test file for bug #48779Nick Burch2010-05-272-1/+0
* Moved from xssf\usermodel examples following Christian's modification to that...Mark Beardsley2010-05-271-0/+72
* Added Christian's Centre Across Selection code.Mark Beardsley2010-05-271-23/+80
* Solution for bug #48779 - Allow you to get straight from a CellStyle to a Col...Nick Burch2010-05-269-16/+163
* Add disabled unit test for bug #48539, which is currently still brokenNick Burch2010-05-262-0/+31
* Add test which shows that bug #48832 is invalidNick Burch2010-05-262-0/+112
* Add unit test to show that the behaviour in bug #48923 is as expectedNick Burch2010-05-262-0/+35
* Apply patch from bug #48924 - Allow access of the HWPF DateAndTime underlying...Nick Burch2010-05-262-3/+21
* Add a simple testcase for the new RevisionMarkAuthorTable.javaNick Burch2010-05-261-0/+51
* Apply patch from bug #48926 - Initial support for the HWPF revision marks aut...Nick Burch2010-05-264-0/+199
* Fix bug #49160 - Ensure that CTDigSigBlob is included in poi-ooxml jarNick Burch2010-05-262-15/+12
* Fix bug #49189 - Detect w:tab and w:cr entries in XWPF paragraphs, even when ...Nick Burch2010-05-254-0/+32
* Get to a consistent indentNick Burch2010-05-251-55/+53
* Fix bug #49273 - Correct handling for Font Character Sets with indicies great...Nick Burch2010-05-256-6/+63
* Apply patches from Peter Kutak from bugs 49334 and 49242 - HSSFChart improvem...Nick Burch2010-05-254-12/+105
* Added loose tests to junit hierarchyJosh Micich2010-05-247-14/+30
* Changed JRE 6 dependent code to its JRE 5 equivalentJosh Micich2010-05-242-23/+22
* Modified existing text to cover changes made to XWPFHeaderFooterPolicyMark Beardsley2010-05-241-4/+35
* Added overloaded method to support multiple paragraphs in footer/headerMark Beardsley2010-05-241-3/+40
* Add a "rat-check" optional target, which runs Apache Rat against the source t...Nick Burch2010-05-241-0/+17
* More license headersNick Burch2010-05-2410-13/+198
* Add in missing license headers to a few filesNick Burch2010-05-248-16/+131
* Improved performance of XSSFSheet.write, avoid unnecessary re-ordering of CTR...Yegor Kozlov2010-05-242-20/+44
* avoid NPE when finding cell comments, Bugzilla 48846Yegor Kozlov2010-05-223-6/+11
* Ensure that CTPhoneticPr is included in poi-ooxml jar, see Bugzilla 49325Yegor Kozlov2010-05-222-0/+12
* Fixed tests failing in non-english locales, see Bugzilla 49191Yegor Kozlov2010-05-221-4/+13
* Apply (with slight tweaks) patch from bug #48432 - Support for XSSF themesNick Burch2010-05-1912-13/+161
* support for data validation for OOXML, see Bugzilla 49244Yegor Kozlov2010-05-1618-664/+2029
* Enhanced SViewer to support most border types, cell formats, and conditional ...Yegor Kozlov2010-05-1048-9/+4594
* Fix bug #49020 - Workaround Excel outputting invalid XML in button definition...Nick Burch2010-05-056-1/+215
* Apply patch from Trejkaz from bug #49050 - Improve performance of AbstractEsc...Nick Burch2010-05-053-16/+97
* Fix bug #49194 - Correct text size limit for OOXML .xlsx filesNick Burch2010-05-052-3/+3
* Fix bug #49254 - Fix CellUtils.setFont to use the correct type internallyNick Burch2010-05-052-1/+2
* Hopefully finish fixing bug #49139 - track down another subtle hard coding of...Nick Burch2010-05-055-7/+23
* Add DISABLED test which shows the latest problem relating to bug #49139Nick Burch2010-05-032-3/+20
* Enable the tests for bug #49139, now that we have a sample test file to go wi...Nick Burch2010-05-033-4/+12
* New release in the doap fileNick Burch2010-04-301-0/+8
* skip incorrect MMSRecord in xlsMaxim Valyanskiy2010-04-271-0/+4
* Tweak depends lines relating to compile-ooxml-xsds, so that the schema files ...Nick Burch2010-04-261-2/+3
* Resolve bug #49139 - don't assume that the block size is always 512 bytes. In...Nick Burch2010-04-2541-267/+658
* Avoid writing malformed CDATA blocks in sharedStrings.xml, see Bugzill 48936Yegor Kozlov2010-04-254-1/+138
* Added implementation for TEXT() and TRUNC(), see Bugzilla 49025 and 49026Yegor Kozlov2010-04-246-1/+282
* Improved usage message.Mark Beardsley2010-04-231-713/+761
* Properly close internal InputStream in ExtractorFactory#createExtractor(File)...Yegor Kozlov2010-04-202-12/+17
* Fixed locale-sensitive formatters in PackagePropertiesPart, see Bugzilla 49138Yegor Kozlov2010-04-206-13/+78