| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix from Yegor from bug #44491 - don't have the new style handy POIDocument p... | Nick Burch | 2008-03-03 | 2 | -8/+16 |
* | Patch from Paolo from bug #44481 - getVerticallyCenter shouldn't take a param... | Nick Burch | 2008-03-03 | 1 | -2/+9 |
* | Bug #44471 - Crystal Reports generates files with short StyleRecords, which i... | Nick Burch | 2008-02-22 | 1 | -6/+11 |
* | Patch from Josh from bug #44450 - VLookup and HLookup support, and improvemen... | Nick Burch | 2008-02-22 | 2 | -56/+99 |
* | Patch from Josh from bug #44449 - Handle SharedFormulas better, for where the... | Nick Burch | 2008-02-21 | 1 | -6/+28 |
* | Patch from Josh from bug #44366 - InputStreams passed to POIFSFileSystem are ... | Nick Burch | 2008-02-21 | 1 | -16/+100 |
* | Patch from Josh from bug #44371 - support for OFFSET function, and various tw... | Nick Burch | 2008-02-21 | 1 | -1/+15 |
* | Fix bug 38921, where HSSFPalette.findSimilar() wasn't working properly, and a... | Nick Burch | 2008-02-21 | 1 | -1/+3 |
* | Further support for whole-column references, including formula strings and th... | Nick Burch | 2008-02-15 | 5 | -18/+133 |
* | Partial fix for bug #44410 - support whole column ranges such as C:C in the f... | Nick Burch | 2008-02-15 | 1 | -0/+3 |
* | Fix from Josh from bug #44417 - Improved handling of references for the need ... | Nick Burch | 2008-02-15 | 9 | -154/+344 |
* | Big formula update from Josh from bug #44364 - support for Match, NA and SumP... | Nick Burch | 2008-02-14 | 2 | -7/+19 |
* | If we have a document with a hpsf stream that exists, but is of the wrong typ... | Nick Burch | 2008-02-11 | 1 | -3/+17 |
* | - Fixed bug 44375 - HPSF now copes with a broken dictionary in Document Summa... | Rainer Klute | 2008-02-08 | 3 | -72/+112 |
* | Handle timezones better with cell.setCellValue(Calendar), so now 20:00-03:00,... | Nick Burch | 2008-02-07 | 2 | -9/+32 |
* | Patch from bug #44373 - Have HSSFDateUtil.isADateFormat support more date for... | Nick Burch | 2008-02-07 | 1 | -3/+3 |
* | support for excel hypelrinks | Yegor Kozlov | 2008-02-07 | 3 | -271/+549 |
* | Implement hashCode and equals for HSSFFont and HSSFCellStyle | Nick Burch | 2008-02-06 | 4 | -2/+134 |
* | Add java.lang.Iterable style methods for iterating over rows and cells, but d... | Nick Burch | 2008-02-05 | 2 | -2/+15 |
* | usermodel support for excel hyperlinks | Yegor Kozlov | 2008-02-02 | 4 | -17/+167 |
* | More Hyperlink support. Doesn't end up in HSSFCell just yet, as the records a... | Nick Burch | 2008-02-01 | 2 | -33/+42 |
* | Get the Hyperlink record code so that it doesn't break any existing tests, an... | Nick Burch | 2008-02-01 | 3 | -36/+62 |
* | Make a start on the hyperlink record support - not finished yet though, so no... | Nick Burch | 2008-02-01 | 1 | -0/+350 |
* | Patch from bug #44336 - correctly escape sheet names in formula references, i... | Nick Burch | 2008-02-01 | 3 | -15/+276 |
* | Improvements to how SystemOutLogger and CommonsLogger log messages with excep... | Nick Burch | 2008-02-01 | 3 | -9/+109 |
* | Tweak the javadoc so it's clearer on the overview what the getFormat method does | Nick Burch | 2008-02-01 | 1 | -3/+3 |
* | Convert HSSFEventFactory to using the new HSSFRecordStream, which returns ful... | Nick Burch | 2008-01-31 | 2 | -103/+249 |
* | Lots of documentation updates, to make it clearer how the code actually works | Nick Burch | 2008-01-31 | 1 | -19/+23 |
* | Mostly fix bug 42618 (really this time...) - can now open the file properly, ... | Nick Burch | 2008-01-28 | 4 | -13/+16 |
* | fix bug #44297: IntPtg must operate with unsigned short. Reading signed short... | Yegor Kozlov | 2008-01-27 | 1 | -19/+8 |
* | Don't swap AreaPtg references from relative to absolute, by correctly process... | Nick Burch | 2008-01-25 | 1 | -7/+7 |
* | From bug #44254 - avoid some unread bytes warnings, and process the contents ... | Nick Burch | 2008-01-24 | 3 | -37/+90 |
* | Add another formula evaluation method, evaluateFormulaCell(cell), which will ... | Nick Burch | 2008-01-24 | 1 | -1/+7 |
* | extra whitespace caused the test fail on win xp. Strange, but it worked fine ... | Yegor Kozlov | 2008-01-22 | 1 | -1/+1 |
* | Fix from bug #41726 - support signed offsets from relative areas and references | Nick Burch | 2008-01-22 | 1 | -22/+37 |
* | add a check to prevent NPE in HSSFSheet.autoSizeColumn(). See Bug 44246 | Yegor Kozlov | 2008-01-19 | 1 | -20/+21 |
* | use JDK 1.4 compatible constructor for IllegalStateException | Yegor Kozlov | 2008-01-19 | 1 | -2/+5 |
* | Tidy up the imports, remove accidental link to xmlbeans | Nick Burch | 2008-01-16 | 1 | -8/+10 |
* | Patch to support UncalcedRecord and usermodel code for it, to indicate formul... | Nick Burch | 2008-01-16 | 4 | -4/+141 |
* | Add methods to check to see if a given InputStream has a OOXML file header, o... | Nick Burch | 2008-01-16 | 3 | -2/+41 |
* | Fix bug #44201 - support cloning of DVRecord, so validation enabled sheets ca... | Nick Burch | 2008-01-15 | 3 | -21/+44 |
* | Some more updates to the records->usermodel support for hssf shapes. Still no... | Nick Burch | 2008-01-15 | 6 | -13/+224 |
* | fixed bug 44200: Sheet not cloneable when Note added to excel cell | Yegor Kozlov | 2008-01-10 | 3 | -0/+37 |
* | Make a start on processing shapes on a sheet out of a record. For now, doesn'... | Nick Burch | 2008-01-09 | 8 | -25/+247 |
* | Tweak comments, layout and exceptions in IOUtils and RawDataBlock. It should ... | Nick Burch | 2008-01-09 | 2 | -25/+37 |
* | Properly set the values when calling the boolean sets | Nick Burch | 2008-01-09 | 1 | -5/+6 |
* | Fix bug #43008, by deprecating setCellNum() on HSSFCell, and adding moveCell(... | Nick Burch | 2008-01-09 | 2 | -17/+69 |
* | Fix for bug #43058 - handle setting row grouping for sheets that lacked gutsr... | Nick Burch | 2008-01-09 | 2 | -0/+16 |
* | Add clone methods to DrawingRecord and AbstractEscherHolderRecord, which allo... | Nick Burch | 2008-01-09 | 2 | -10/+26 |
* | Update changelog again | Nick Burch | 2008-01-09 | 1 | -1/+14 |