| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug #44916 - Allow access to the HSSFPatriarch from HSSFSheet once created | Nick Burch | 2010-05-27 | 3 | -8/+11 |
* | Tidy up various indents and generics warnings | Nick Burch | 2010-05-27 | 2 | -28/+20 |
* | add myself to who.xml | Maxim Valyanskiy | 2010-05-27 | 1 | -0/+1 |
* | Initial support for reading AES-encrypted/write-protected OOXML files | Maxim Valyanskiy | 2010-05-27 | 1 | -0/+1 |
* | Initial support for reading AES-encrypted/write-protected OOXML files | Maxim Valyanskiy | 2010-05-27 | 7 | -0/+472 |
* | Add missing test file for bug #48779 | Nick Burch | 2010-05-27 | 2 | -1/+0 |
* | Moved from xssf\usermodel examples following Christian's modification to that... | Mark Beardsley | 2010-05-27 | 1 | -0/+72 |
* | Added Christian's Centre Across Selection code. | Mark Beardsley | 2010-05-27 | 1 | -23/+80 |
* | Solution for bug #48779 - Allow you to get straight from a CellStyle to a Col... | Nick Burch | 2010-05-26 | 9 | -16/+163 |
* | Add disabled unit test for bug #48539, which is currently still broken | Nick Burch | 2010-05-26 | 2 | -0/+31 |
* | Add test which shows that bug #48832 is invalid | Nick Burch | 2010-05-26 | 2 | -0/+112 |
* | Add unit test to show that the behaviour in bug #48923 is as expected | Nick Burch | 2010-05-26 | 2 | -0/+35 |
* | Apply patch from bug #48924 - Allow access of the HWPF DateAndTime underlying... | Nick Burch | 2010-05-26 | 2 | -3/+21 |
* | Add a simple testcase for the new RevisionMarkAuthorTable.java | Nick Burch | 2010-05-26 | 1 | -0/+51 |
* | Apply patch from bug #48926 - Initial support for the HWPF revision marks aut... | Nick Burch | 2010-05-26 | 4 | -0/+199 |
* | Fix bug #49160 - Ensure that CTDigSigBlob is included in poi-ooxml jar | Nick Burch | 2010-05-26 | 2 | -15/+12 |
* | Fix bug #49189 - Detect w:tab and w:cr entries in XWPF paragraphs, even when ... | Nick Burch | 2010-05-25 | 4 | -0/+32 |
* | Get to a consistent indent | Nick Burch | 2010-05-25 | 1 | -55/+53 |
* | Fix bug #49273 - Correct handling for Font Character Sets with indicies great... | Nick Burch | 2010-05-25 | 6 | -6/+63 |
* | Apply patches from Peter Kutak from bugs 49334 and 49242 - HSSFChart improvem... | Nick Burch | 2010-05-25 | 4 | -12/+105 |
* | Added loose tests to junit hierarchy | Josh Micich | 2010-05-24 | 7 | -14/+30 |
* | Changed JRE 6 dependent code to its JRE 5 equivalent | Josh Micich | 2010-05-24 | 2 | -23/+22 |
* | Modified existing text to cover changes made to XWPFHeaderFooterPolicy | Mark Beardsley | 2010-05-24 | 1 | -4/+35 |
* | Added overloaded method to support multiple paragraphs in footer/header | Mark Beardsley | 2010-05-24 | 1 | -3/+40 |
* | Add a "rat-check" optional target, which runs Apache Rat against the source t... | Nick Burch | 2010-05-24 | 1 | -0/+17 |
* | More license headers | Nick Burch | 2010-05-24 | 10 | -13/+198 |
* | Add in missing license headers to a few files | Nick Burch | 2010-05-24 | 8 | -16/+131 |
* | Improved performance of XSSFSheet.write, avoid unnecessary re-ordering of CTR... | Yegor Kozlov | 2010-05-24 | 2 | -20/+44 |
* | avoid NPE when finding cell comments, Bugzilla 48846 | Yegor Kozlov | 2010-05-22 | 3 | -6/+11 |
* | Ensure that CTPhoneticPr is included in poi-ooxml jar, see Bugzilla 49325 | Yegor Kozlov | 2010-05-22 | 2 | -0/+12 |
* | Fixed tests failing in non-english locales, see Bugzilla 49191 | Yegor Kozlov | 2010-05-22 | 1 | -4/+13 |
* | Apply (with slight tweaks) patch from bug #48432 - Support for XSSF themes | Nick Burch | 2010-05-19 | 12 | -13/+161 |
* | support for data validation for OOXML, see Bugzilla 49244 | Yegor Kozlov | 2010-05-16 | 18 | -664/+2029 |
* | Enhanced SViewer to support most border types, cell formats, and conditional ... | Yegor Kozlov | 2010-05-10 | 48 | -9/+4594 |
* | Fix bug #49020 - Workaround Excel outputting invalid XML in button definition... | Nick Burch | 2010-05-05 | 6 | -1/+215 |
* | Apply patch from Trejkaz from bug #49050 - Improve performance of AbstractEsc... | Nick Burch | 2010-05-05 | 3 | -16/+97 |
* | Fix bug #49194 - Correct text size limit for OOXML .xlsx files | Nick Burch | 2010-05-05 | 2 | -3/+3 |
* | Fix bug #49254 - Fix CellUtils.setFont to use the correct type internally | Nick Burch | 2010-05-05 | 2 | -1/+2 |
* | Hopefully finish fixing bug #49139 - track down another subtle hard coding of... | Nick Burch | 2010-05-05 | 5 | -7/+23 |
* | Add DISABLED test which shows the latest problem relating to bug #49139 | Nick Burch | 2010-05-03 | 2 | -3/+20 |
* | Enable the tests for bug #49139, now that we have a sample test file to go wi... | Nick Burch | 2010-05-03 | 3 | -4/+12 |
* | New release in the doap file | Nick Burch | 2010-04-30 | 1 | -0/+8 |
* | skip incorrect MMSRecord in xls | Maxim Valyanskiy | 2010-04-27 | 1 | -0/+4 |
* | Tweak depends lines relating to compile-ooxml-xsds, so that the schema files ... | Nick Burch | 2010-04-26 | 1 | -2/+3 |
* | Resolve bug #49139 - don't assume that the block size is always 512 bytes. In... | Nick Burch | 2010-04-25 | 41 | -267/+658 |
* | Avoid writing malformed CDATA blocks in sharedStrings.xml, see Bugzill 48936 | Yegor Kozlov | 2010-04-25 | 4 | -1/+138 |
* | Added implementation for TEXT() and TRUNC(), see Bugzilla 49025 and 49026 | Yegor Kozlov | 2010-04-24 | 6 | -1/+282 |
* | Improved usage message. | Mark Beardsley | 2010-04-23 | 1 | -713/+761 |
* | Properly close internal InputStream in ExtractorFactory#createExtractor(File)... | Yegor Kozlov | 2010-04-20 | 2 | -12/+17 |
* | Fixed locale-sensitive formatters in PackagePropertiesPart, see Bugzilla 49138 | Yegor Kozlov | 2010-04-20 | 6 | -13/+78 |