| Commit message (Expand) | Author | Age | Files | Lines |
* | update current version to 3.1-beta1 | Yegor Kozlov | 2008-04-21 | 1 | -1/+1 |
* | updated the docs | Yegor Kozlov | 2008-04-19 | 1 | -0/+1 |
* | updated the list of changes | Yegor Kozlov | 2008-04-17 | 1 | -0/+1 |
* | Support for getting OLE object data from slide show | Yegor Kozlov | 2008-04-16 | 1 | -0/+1 |
* | bug #41071 is fixed in trunk. Added a unit test and resolved. | Yegor Kozlov | 2008-04-16 | 1 | -0/+3 |
* | Conditional Formatting (30311) - API improvements, added HSSFSheetConditional... | Josh Micich | 2008-04-15 | 1 | -0/+1 |
* | Nice and small change here... Update the formula parser code to use usermodel... | Nick Burch | 2008-04-15 | 1 | -0/+1 |
* | Switch to using our own logger, rather than the commons one | Nick Burch | 2008-04-14 | 1 | -0/+1 |
* | Update HSLFSlideShow and HSSFWorkbook to take advantage of POIFS updates, and... | Nick Burch | 2008-04-11 | 1 | -0/+1 |
* | Improve how POIFS works with directory entries, and update HWPFDocument to su... | Nick Burch | 2008-04-10 | 1 | -0/+1 |
* | Initial support for getting and changing chart titles and series titles | Nick Burch | 2008-04-10 | 1 | -0/+2 |
* | bugzilla 44792 - fixed encode/decode problems in ExternalNameRecord and CRNRe... | Josh Micich | 2008-04-10 | 1 | -0/+1 |
* | Fix 43670, 44501 - Fix how HDGF deals with trailing data in the list of chunk... | Nick Burch | 2008-04-07 | 1 | -0/+1 |
* | 30311 - More work on Conditional Formatting - patch from Dmitriy | Josh Micich | 2008-04-07 | 1 | -0/+1 |
* | refactored all hssf junits to get test sample data in the in one place | Josh Micich | 2008-04-07 | 1 | -0/+1 |
* | Fix for bug 44739 - Conditional formatting (regions with max row/col index) | Josh Micich | 2008-04-03 | 1 | -0/+1 |
* | 44694 - HPSF: Support for property sets without sections | Rainer Klute | 2008-04-02 | 1 | -0/+1 |
* | Implement Sheet.removeShape(Shape shape) in HSLF | Yegor Kozlov | 2008-03-31 | 1 | -0/+1 |
* | changes/status for #44675, #44695, #44691 | Josh Micich | 2008-03-31 | 1 | -0/+1 |
* | More work on Conditional Formatting (bug 30311) junit and fixes from Dmitriy.... | Josh Micich | 2008-03-31 | 1 | -0/+2 |
* | Move the FormulaEvaluator code out of scratchpad | Nick Burch | 2008-03-29 | 1 | -1/+2 |
* | Move the missing record aware eventusermodel code out of scratchpad | Nick Burch | 2008-03-29 | 1 | -1/+2 |
* | Patch from Raghu from bug #44652 - Improved handling of Pictures in Word Docu... | Nick Burch | 2008-03-27 | 1 | -0/+1 |
* | Simple patch from Josh from bug #44636 - fix for RefVPtg and edit-in-excel od... | Nick Burch | 2008-03-20 | 1 | -0/+1 |
* | Fix bug #44627 - improve the thread safety of POILogFactory | Nick Burch | 2008-03-19 | 1 | -0/+1 |
* | Patch from Dmitriy from bug #30311 - Support for conditional formatting records | Nick Burch | 2008-03-19 | 1 | -0/+1 |
* | Patch from Josh from bug #44609 - Handle leading spaces in formulas, such as ... | Nick Burch | 2008-03-16 | 1 | -0/+1 |
* | Patch from Josh from bug #44608 - Support for PercentPtg in the formula evalu... | Nick Burch | 2008-03-16 | 1 | -0/+1 |
* | Patch from Josh from bug #44606 - Support calculated string values for evalua... | Nick Burch | 2008-03-16 | 1 | -0/+1 |
* | Add accessors to horizontal and vertical alignment in HSSFTextbox | Yegor Kozlov | 2008-03-14 | 1 | -1/+2 |
* | Fix bug #44593 - improved handling of short DVRecords | Nick Burch | 2008-03-13 | 1 | -0/+1 |
* | Patch from Raghu from bug #44580 - Fix bug #28627, where hwpf Range.delete() ... | Nick Burch | 2008-03-13 | 1 | -0/+1 |
* | Patch largely from Josh from bug #44539 - Support for area references in form... | Nick Burch | 2008-03-07 | 1 | -0/+1 |
* | Improved support for read-only recommended workbooks, fixing bug #44536 | Nick Burch | 2008-03-07 | 1 | -0/+1 |
* | Patch from Josh from bug #43901 - Correctly update the internal last cell num... | Nick Burch | 2008-03-07 | 1 | -0/+1 |
* | Change the behaviour on short last blocks to be a warning not an exception, a... | Nick Burch | 2008-03-06 | 1 | -0/+3 |
* | Changelog update for last patch | Nick Burch | 2008-03-04 | 1 | -0/+3 |
* | Patch from Josh from bug #44508 - Fix formula evaluation with evaluateInCell ... | Nick Burch | 2008-03-03 | 1 | -0/+2 |
* | Patch from Josh from bug #44510 - Fix how DVALRecord works with dropdowns | Nick Burch | 2008-03-03 | 1 | -0/+3 |
* | Patch from Josh from bug #44495 - Handle named cell ranges in formulas that h... | Nick Burch | 2008-03-03 | 1 | -0/+1 |
* | Fix from Yegor from bug #44491 - don't have the new style handy POIDocument p... | Nick Burch | 2008-03-03 | 1 | -0/+1 |
* | Bug #44471 - Crystal Reports generates files with short StyleRecords, which i... | Nick Burch | 2008-02-22 | 1 | -0/+1 |
* | Patch from Josh from bug #44450 - VLookup and HLookup support, and improvemen... | Nick Burch | 2008-02-22 | 1 | -0/+1 |
* | Patch from Josh from bug #44449 - Handle SharedFormulas better, for where the... | Nick Burch | 2008-02-21 | 1 | -0/+1 |
* | Patch from Josh from bug #44366 - InputStreams passed to POIFSFileSystem are ... | Nick Burch | 2008-02-21 | 1 | -0/+1 |
* | Patch from Josh from bug #44371 - support for OFFSET function, and various tw... | Nick Burch | 2008-02-21 | 1 | -0/+1 |
* | Fix bug 38921, where HSSFPalette.findSimilar() wasn't working properly, and a... | Nick Burch | 2008-02-21 | 1 | -0/+1 |
* | Fix from Josh from bug #44456 - Update contrib SViewer to not fail if a HSSFR... | Nick Burch | 2008-02-21 | 1 | -0/+1 |
* | Patch from Josh from bug #44403 - Further support for unusual, but valid, arg... | Nick Burch | 2008-02-20 | 1 | -0/+1 |
* | Further support for whole-column references, including formula strings and th... | Nick Burch | 2008-02-15 | 1 | -1/+1 |