| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch from Josh from bug #44366 - InputStreams passed to POIFSFileSystem are ... | Nick Burch | 2008-02-21 | 4 | -16/+238 |
* | Patch from Josh from bug #44371 - support for OFFSET function, and various tw... | Nick Burch | 2008-02-21 | 13 | -73/+674 |
* | Fix bug 38921, where HSSFPalette.findSimilar() wasn't working properly, and a... | Nick Burch | 2008-02-21 | 4 | -1/+48 |
* | Use the right way to figure out how many rows on a sheet, so we display the r... | Nick Burch | 2008-02-21 | 5 | -15/+3 |
* | Fix from Josh from bug #44456 - Update contrib SViewer to not fail if a HSSFR... | Nick Burch | 2008-02-21 | 5 | -1/+16 |
* | Patch from Josh from bug #44403 - Further support for unusual, but valid, arg... | Nick Burch | 2008-02-20 | 8 | -80/+581 |
* | Update notice for latest guidance on ooxml xsd licence, and update getting in... | Nick Burch | 2008-02-18 | 2 | -7/+49 |
* | Further support for whole-column references, including formula strings and th... | Nick Burch | 2008-02-15 | 9 | -33/+154 |
* | Partial fix for bug #44410 - support whole column ranges such as C:C in the f... | Nick Burch | 2008-02-15 | 6 | -0/+116 |
* | Fix from Josh from bug #44421 - Update Match function to properly support Are... | Nick Burch | 2008-02-15 | 4 | -14/+46 |
* | Fix from Josh from bug #44417 - Improved handling of references for the need ... | Nick Burch | 2008-02-15 | 18 | -351/+550 |
* | Fix for bug #44413 from Josh - Fix for circular references in INDEX, OFFSET, ... | Nick Burch | 2008-02-15 | 6 | -9/+340 |
* | Fix for bug #44403 - Have mid use the third argument properly, and test | Nick Burch | 2008-02-15 | 4 | -1/+3 |
* | 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 | 31 | -510/+1755 |
* | In the interests of sanity, stop having hssf test data files in scratchpad an... | Nick Burch | 2008-02-14 | 5 | -2/+2 |
* | If we have a document with a hpsf stream that exists, but is of the wrong typ... | Nick Burch | 2008-02-11 | 3 | -3/+62 |
* | 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 |
* | Tweak layout | Nick Burch | 2008-02-08 | 1 | -2/+3 |
* | Copy Rainer's change note from changes.xml to status.xml, as it's needed in both | Nick Burch | 2008-02-08 | 1 | -0/+1 |
* | - Fixed bug 44375 - HPSF now copes with a broken dictionary in Document Summa... | Rainer Klute | 2008-02-08 | 1 | -0/+1 |
* | - Fixed bug 44375 - HPSF now copes with a broken dictionary in Document Summa... | Rainer Klute | 2008-02-08 | 7 | -151/+222 |
* | 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 | 5 | -9/+57 |
* | Patch from bug #44373 - Have HSSFDateUtil.isADateFormat support more date for... | Nick Burch | 2008-02-07 | 4 | -4/+25 |
* | support for excel hypelrinks | Yegor Kozlov | 2008-02-07 | 10 | -383/+1213 |
* | Implement hashCode and equals for HSSFFont and HSSFCellStyle | Nick Burch | 2008-02-06 | 7 | -2/+165 |
* | 3.0.2-FINAL released | Yegor Kozlov | 2008-02-06 | 1 | -8/+9 |
* | Few tweaks to the patching guide | Nick Burch | 2008-02-05 | 1 | -1/+28 |
* | Tweaks to the iterator use guides for hssf | Nick Burch | 2008-02-05 | 1 | -4/+40 |
* | Add java.lang.Iterable style methods for iterating over rows and cells, but d... | Nick Burch | 2008-02-05 | 2 | -2/+15 |
* | 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 |
* | Implement CountA, CountIf, Index, Rows and Columns functions. Patch from Josh... | Nick Burch | 2008-02-04 | 13 | -24/+1040 |
* | usermodel support for excel hyperlinks | Yegor Kozlov | 2008-02-02 | 5 | -79/+205 |
* | More Hyperlink support. Doesn't end up in HSSFCell just yet, as the records a... | Nick Burch | 2008-02-01 | 6 | -53/+122 |
* | Get the Hyperlink record code so that it doesn't break any existing tests, an... | Nick Burch | 2008-02-01 | 6 | -36/+115 |
* | Make a start on the hyperlink record support - not finished yet though, so no... | Nick Burch | 2008-02-01 | 2 | -0/+434 |
* | Patch from bug #44336 - correctly escape sheet names in formula references, i... | Nick Burch | 2008-02-01 | 15 | -40/+568 |
* | Improvements to how SystemOutLogger and CommonsLogger log messages with excep... | Nick Burch | 2008-02-01 | 5 | -9/+111 |
* | 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 | 5 | -105/+272 |
* | 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 | 7 | -17/+90 |
* | start a new POI 3.1 section in the change log | Yegor Kozlov | 2008-01-28 | 3 | -3/+9 |
* | fix bug #44297: IntPtg must operate with unsigned short. Reading signed short... | Yegor Kozlov | 2008-01-27 | 6 | -21/+116 |
* | fix bug #44296: HSLF Not Extracting Slide Background Image | Yegor Kozlov | 2008-01-25 | 8 | -8/+45 |
* | 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 |