| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Change the behaviour on short last blocks to be a warning not an exception, a... | Nick Burch | 2008-03-06 | 3 | -31/+134 |
* | Big patch from Josh from bug #44504 - lots of formula parser improvements | Nick Burch | 2008-03-04 | 13 | -254/+637 |
* | Patch from Josh from bug #44510 - Fix how DVALRecord works with dropdowns | Nick Burch | 2008-03-03 | 1 | -0/+55 |
* | Fix from Yegor from bug #44491 - don't have the new style handy POIDocument p... | Nick Burch | 2008-03-03 | 2 | -2/+102 |
* | Bug #44471 - Crystal Reports generates files with short StyleRecords, which i... | Nick Burch | 2008-02-22 | 1 | -7/+4 |
* | Patch from Josh from bug #44450 - VLookup and HLookup support, and improvemen... | Nick Burch | 2008-02-22 | 1 | -0/+0 |
* | Add a disabled test for a file with whacky StyleRecords that trigger an AIOOB | Nick Burch | 2008-02-21 | 2 | -0/+18 |
* | Patch from Josh from bug #44449 - Handle SharedFormulas better, for where the... | Nick Burch | 2008-02-21 | 2 | -3/+131 |
* | Patch from Josh from bug #44437 - improved unit test for poifs | Nick Burch | 2008-02-21 | 8 | -0/+335 |
* | Patch from Josh from bug #44437 - improved unit test for poifs | Nick Burch | 2008-02-21 | 2 | -10/+22 |
* | Patch from Josh from bug #44366 - InputStreams passed to POIFSFileSystem are ... | Nick Burch | 2008-02-21 | 1 | -0/+136 |
* | Fix bug 38921, where HSSFPalette.findSimilar() wasn't working properly, and a... | Nick Burch | 2008-02-21 | 1 | -0/+43 |
* | Further support for whole-column references, including formula strings and th... | Nick Burch | 2008-02-15 | 1 | -0/+0 |
* | Partial fix for bug #44410 - support whole column ranges such as C:C in the f... | Nick Burch | 2008-02-15 | 1 | -0/+0 |
* | Fix from Josh from bug #44417 - Improved handling of references for the need ... | Nick Burch | 2008-02-15 | 6 | -175/+181 |
* | Fix for bug #44403 - Have mid use the third argument properly, and test | Nick Burch | 2008-02-15 | 1 | -0/+0 |
* | To avoid confusion and repeated changes in svn, update the TestDataValidation... | Nick Burch | 2008-02-15 | 2 | -1/+1 |
* | Big formula update from Josh from bug #44364 - support for Match, NA and SumP... | Nick Burch | 2008-02-14 | 3 | -5/+22 |
* | In the interests of sanity, stop having hssf test data files in scratchpad an... | Nick Burch | 2008-02-14 | 4 | -0/+0 |
* | Another test relating to bug #42564 - this one is still failing | Nick Burch | 2008-02-11 | 2 | -1/+23 |
* | Test for bug #42564 - appears to already be fixed | Nick Burch | 2008-02-10 | 2 | -0/+20 |
* | - Fixed bug 44375 - HPSF now copes with a broken dictionary in Document Summa... | Rainer Klute | 2008-02-08 | 4 | -79/+110 |
* | Add (disabled) failing testcase for bug #44375 | Nick Burch | 2008-02-07 | 2 | -0/+38 |
* | Handle timezones better with cell.setCellValue(Calendar), so now 20:00-03:00,... | Nick Burch | 2008-02-07 | 1 | -0/+23 |
* | Patch from bug #44373 - Have HSSFDateUtil.isADateFormat support more date for... | Nick Burch | 2008-02-07 | 1 | -1/+20 |
* | support for excel hypelrinks | Yegor Kozlov | 2008-02-07 | 3 | -112/+500 |
* | Implement hashCode and equals for HSSFFont and HSSFCellStyle | Nick Burch | 2008-02-06 | 1 | -0/+29 |
* | Make TestHSSFSheet#testAutoSizeColumn not fail on a Mac just because of font ... | Ugo Cei | 2008-02-04 | 1 | -1/+1 |
* | Test file with hyperlinks on many sheets, of different types | Nick Burch | 2008-02-04 | 1 | -0/+0 |
* | usermodel support for excel hyperlinks | Yegor Kozlov | 2008-02-02 | 1 | -62/+38 |
* | More Hyperlink support. Doesn't end up in HSSFCell just yet, as the records a... | Nick Burch | 2008-02-01 | 4 | -20/+80 |
* | Get the Hyperlink record code so that it doesn't break any existing tests, an... | Nick Burch | 2008-02-01 | 3 | -0/+53 |
* | Make a start on the hyperlink record support - not finished yet though, so no... | Nick Burch | 2008-02-01 | 1 | -0/+84 |
* | Patch from bug #44336 - correctly escape sheet names in formula references, i... | Nick Burch | 2008-02-01 | 8 | -24/+288 |
* | Convert HSSFEventFactory to using the new HSSFRecordStream, which returns ful... | Nick Burch | 2008-01-31 | 1 | -0/+21 |
* | Mostly fix bug 42618 (really this time...) - can now open the file properly, ... | Nick Burch | 2008-01-28 | 3 | -4/+74 |
* | fix bug #44297: IntPtg must operate with unsigned short. Reading signed short... | Yegor Kozlov | 2008-01-27 | 1 | -2/+3 |
* | commented failing test42618() | Yegor Kozlov | 2008-01-25 | 1 | -0/+4 |
* | Add a test to show the bug #42618 appears to be incorrect | Nick Burch | 2008-01-25 | 2 | -1/+19 |
* | Don't swap AreaPtg references from relative to absolute, by correctly process... | Nick Burch | 2008-01-25 | 1 | -0/+114 |
* | Fix from bug #41726 - support signed offsets from relative areas and references | Nick Burch | 2008-01-22 | 2 | -0/+11 |
* | added a unit test for fixed bug 41139: Constructing HSSFWorkbook is failed,th... | Yegor Kozlov | 2008-01-19 | 2 | -74/+29 |
* | added unit tests for closed Bug 37684: Unhandled Continue Record Error | Yegor Kozlov | 2008-01-19 | 3 | -0/+36 |
* | Patch to support UncalcedRecord and usermodel code for it, to indicate formul... | Nick Burch | 2008-01-16 | 3 | -3/+81 |
* | Add methods to check to see if a given InputStream has a OOXML file header, o... | Nick Burch | 2008-01-16 | 1 | -0/+22 |
* | Fix bug #44201 - support cloning of DVRecord, so validation enabled sheets ca... | Nick Burch | 2008-01-15 | 2 | -0/+20 |
* | Some more updates to the records->usermodel support for hssf shapes. Still no... | Nick Burch | 2008-01-15 | 3 | -19/+259 |
* | fixed bug 44200: Sheet not cloneable when Note added to excel cell | Yegor Kozlov | 2008-01-10 | 6 | -1/+96 |
* | Make a start on processing shapes on a sheet out of a record. For now, doesn'... | Nick Burch | 2008-01-09 | 2 | -0/+91 |
* | Add several more test files, charting related | Nick Burch | 2008-01-09 | 6 | -0/+0 |