| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | JDK 1.4 compatibility. Some exception clean-up | Josh Micich | 2008-08-07 | 7 | -152/+115 |
* | Added conditional format records to BiffViewer | Josh Micich | 2008-08-06 | 1 | -3/+5 |
* | Partial fix for bug 45570 - Converted instance BitField fields to static | Josh Micich | 2008-08-06 | 27 | -505/+354 |
* | removed TODO comment and formatted | Josh Micich | 2008-08-06 | 1 | -31/+30 |
* | should have been submitted with r683081 | Josh Micich | 2008-08-06 | 2 | -917/+902 |
* | refactoring aggregate records to a separate hierarchy. just starting | Josh Micich | 2008-08-06 | 23 | -1051/+1414 |
* | Fix JDK 1.4 compilation (after r682511 /bug 45538) | Josh Micich | 2008-08-05 | 1 | -14/+11 |
* | With help from Yegor, fix bug #45537 - Include headers and footers (of slides... | Nick Burch | 2008-08-05 | 5 | -9/+40 |
* | More tests for bug #45365, but still not able to reproduce it | Nick Burch | 2008-08-05 | 3 | -24/+40 |
* | Start on bug #45537 - headers and footers from ppt | Nick Burch | 2008-08-05 | 4 | -0/+45 |
* | fixed bug #44692: HSSFPicture.resize() stretched image when there was a text ... | Yegor Kozlov | 2008-08-05 | 4 | -3/+14 |
* | when a new RowRecord is created, the default row height shoud be 0xFF. The DE... | Yegor Kozlov | 2008-08-05 | 3 | -4/+28 |
* | Fix bug #45543 - Optionally extract comment text with PowerPointExtractor, an... | Nick Burch | 2008-08-04 | 9 | -2/+186 |
* | Fix a comment | Nick Burch | 2008-08-04 | 1 | -1/+1 |
* | Fix bug #45538 - Include excel headers and footers in the output of ExcelExtr... | Nick Burch | 2008-08-04 | 11 | -2/+92 |
* | removed debugging code leftover from r682508 (patch 44894) | Josh Micich | 2008-08-04 | 1 | -291/+289 |
* | Patch 44894 - refactoring duplicate logic from EventRecordFactory to RecordFa... | Josh Micich | 2008-08-04 | 9 | -755/+387 |
* | support for headers / footers in HSLF | Yegor Kozlov | 2008-08-04 | 19 | -19/+1206 |
* | Consolidating various duplicates of CellRangeAddress | Josh Micich | 2008-08-04 | 26 | -1488/+1229 |
* | Small tweaks for data validation (bug 44953) | Josh Micich | 2008-08-03 | 2 | -56/+26 |
* | fixed BiffViewer to add some missing record types. Formatted switch/case for ... | Josh Micich | 2008-08-03 | 1 | -255/+131 |
* | should have been submitted with c682225 - Extensive fixes for data validation... | Josh Micich | 2008-08-03 | 1 | -0/+131 |
* | Extensive fixes for data validation (bug 44953) | Josh Micich | 2008-08-03 | 18 | -2448/+2091 |
* | Small update for c681530 bug 45519 | Josh Micich | 2008-08-01 | 1 | -1/+1 |
* | Fix for bug 45519 - keep data validation records together | Josh Micich | 2008-07-31 | 13 | -493/+566 |
* | Support for creating new HSLF CurrentUserAtoms | Nick Burch | 2008-07-29 | 4 | -18/+156 |
* | Some work on bug #45466 - Partial support for removing excel comments (won't ... | Nick Burch | 2008-07-28 | 6 | -2/+114 |
* | More tweaks for bug 45404. Fixes for JDK 1.4, improved member scoping and fo... | Josh Micich | 2008-07-28 | 3 | -540/+518 |
* | Fix for DataFormatter on some JVMs | Nick Burch | 2008-07-28 | 1 | -3/+5 |
* | Fix bug #45437 - Detect encrypted word documents, and throw an EncryptedDocum... | Nick Burch | 2008-07-21 | 7 | -9/+50 |
* | Apply, with some tweaks, the patch from bug #45404 - New class, hssf.usermode... | Nick Burch | 2008-07-20 | 6 | -29/+1001 |
* | Patch from bug #45414 - Don't add too many UncalcedRecords to sheets with cha... | Nick Burch | 2008-07-18 | 4 | -9/+36 |
* | Patch from bug #45398 - Support detecting date formats containing "am/pm" as ... | Nick Burch | 2008-07-18 | 4 | -2/+5 |
* | Update homepage for 3.5.1 beta 1 | Nick Burch | 2008-07-18 | 1 | -15/+10 |
* | Patch 45410 - removed dependency on commons beanutils, collections and lang | Josh Micich | 2008-07-16 | 4 | -97/+228 |
* | Cell Style optimisations too | Nick Burch | 2008-07-15 | 4 | -3/+190 |
* | Start on HSSFOptimiser, which removes un-needed cell styles and fonts, fixing... | Nick Burch | 2008-07-15 | 8 | -2/+372 |
* | Support for removing low level font records | Nick Burch | 2008-07-15 | 2 | -0/+44 |
* | Method to check if two fonts have the same contents | Nick Burch | 2008-07-15 | 2 | -0/+42 |
* | fixed bug #45322: HSSFSheet.autoSizeColumn() throws NPE when cell number form... | Yegor Kozlov | 2008-07-15 | 6 | -7/+18 |
* | Fix for bug 45380 - added return keyword in ArrayPtg.toFormulaString() | Josh Micich | 2008-07-13 | 4 | -2/+21 |
* | Inspired by bug #44958 - Record level support for Data Tables. (No formula pa... | Nick Burch | 2008-07-13 | 13 | -1/+487 |
* | Implement idea from bug #35583 - Include a version class, org.apache.poi.Vers... | Nick Burch | 2008-07-12 | 3 | -0/+71 |
* | Allow the cloning of one HSSFCellStyle onto another, including cloning styles... | Nick Burch | 2008-07-12 | 9 | -0/+255 |
* | Support for cloning one extended format record onto another, plus tests | Nick Burch | 2008-07-12 | 3 | -0/+160 |
* | Support for cloning one font record onto another, plus tests | Nick Burch | 2008-07-12 | 3 | -0/+146 |
* | Patch 45289 - finished support for special comparison operators in COUNTIF | Josh Micich | 2008-07-11 | 7 | -152/+449 |
* | Add a test to show that the behaviour around bug #30635 is exactly as you wou... | Nick Burch | 2008-07-10 | 1 | -0/+49 |
* | Improve javadocs relating to getLastRowNumber | Nick Burch | 2008-07-10 | 1 | -5/+12 |
* | Tweak test to run forward and back | Nick Burch | 2008-07-10 | 1 | -2/+16 |