aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Patch from Josh from bug #44366 - InputStreams passed to POIFSFileSystem are ...Nick Burch2008-02-214-16/+238
* Patch from Josh from bug #44371 - support for OFFSET function, and various tw...Nick Burch2008-02-2113-73/+674
* Fix bug 38921, where HSSFPalette.findSimilar() wasn't working properly, and a...Nick Burch2008-02-214-1/+48
* Use the right way to figure out how many rows on a sheet, so we display the r...Nick Burch2008-02-215-15/+3
* Fix from Josh from bug #44456 - Update contrib SViewer to not fail if a HSSFR...Nick Burch2008-02-215-1/+16
* Patch from Josh from bug #44403 - Further support for unusual, but valid, arg...Nick Burch2008-02-208-80/+581
* Update notice for latest guidance on ooxml xsd licence, and update getting in...Nick Burch2008-02-182-7/+49
* Further support for whole-column references, including formula strings and th...Nick Burch2008-02-159-33/+154
* Partial fix for bug #44410 - support whole column ranges such as C:C in the f...Nick Burch2008-02-156-0/+116
* Fix from Josh from bug #44421 - Update Match function to properly support Are...Nick Burch2008-02-154-14/+46
* Fix from Josh from bug #44417 - Improved handling of references for the need ...Nick Burch2008-02-1518-351/+550
* Fix for bug #44413 from Josh - Fix for circular references in INDEX, OFFSET, ...Nick Burch2008-02-156-9/+340
* Fix for bug #44403 - Have mid use the third argument properly, and testNick Burch2008-02-154-1/+3
* To avoid confusion and repeated changes in svn, update the TestDataValidation...Nick Burch2008-02-152-1/+1
* Big formula update from Josh from bug #44364 - support for Match, NA and SumP...Nick Burch2008-02-1431-510/+1755
* In the interests of sanity, stop having hssf test data files in scratchpad an...Nick Burch2008-02-145-2/+2
* If we have a document with a hpsf stream that exists, but is of the wrong typ...Nick Burch2008-02-113-3/+62
* Another test relating to bug #42564 - this one is still failingNick Burch2008-02-112-1/+23
* Test for bug #42564 - appears to already be fixedNick Burch2008-02-102-0/+20
* Tweak layoutNick Burch2008-02-081-2/+3
* Copy Rainer's change note from changes.xml to status.xml, as it's needed in bothNick Burch2008-02-081-0/+1
* - Fixed bug 44375 - HPSF now copes with a broken dictionary in Document Summa...Rainer Klute2008-02-081-0/+1
* - Fixed bug 44375 - HPSF now copes with a broken dictionary in Document Summa...Rainer Klute2008-02-087-151/+222
* Add (disabled) failing testcase for bug #44375Nick Burch2008-02-072-0/+38
* Handle timezones better with cell.setCellValue(Calendar), so now 20:00-03:00,...Nick Burch2008-02-075-9/+57
* Patch from bug #44373 - Have HSSFDateUtil.isADateFormat support more date for...Nick Burch2008-02-074-4/+25
* support for excel hypelrinksYegor Kozlov2008-02-0710-383/+1213
* Implement hashCode and equals for HSSFFont and HSSFCellStyleNick Burch2008-02-067-2/+165
* 3.0.2-FINAL releasedYegor Kozlov2008-02-061-8/+9
* Few tweaks to the patching guideNick Burch2008-02-051-1/+28
* Tweaks to the iterator use guides for hssfNick Burch2008-02-051-4/+40
* Add java.lang.Iterable style methods for iterating over rows and cells, but d...Nick Burch2008-02-052-2/+15
* Make TestHSSFSheet#testAutoSizeColumn not fail on a Mac just because of font ...Ugo Cei2008-02-041-1/+1
* Test file with hyperlinks on many sheets, of different typesNick Burch2008-02-041-0/+0
* Implement CountA, CountIf, Index, Rows and Columns functions. Patch from Josh...Nick Burch2008-02-0413-24/+1040
* usermodel support for excel hyperlinksYegor Kozlov2008-02-025-79/+205
* More Hyperlink support. Doesn't end up in HSSFCell just yet, as the records a...Nick Burch2008-02-016-53/+122
* Get the Hyperlink record code so that it doesn't break any existing tests, an...Nick Burch2008-02-016-36/+115
* Make a start on the hyperlink record support - not finished yet though, so no...Nick Burch2008-02-012-0/+434
* Patch from bug #44336 - correctly escape sheet names in formula references, i...Nick Burch2008-02-0115-40/+568
* Improvements to how SystemOutLogger and CommonsLogger log messages with excep...Nick Burch2008-02-015-9/+111
* Tweak the javadoc so it's clearer on the overview what the getFormat method doesNick Burch2008-02-011-3/+3
* Convert HSSFEventFactory to using the new HSSFRecordStream, which returns ful...Nick Burch2008-01-315-105/+272
* Lots of documentation updates, to make it clearer how the code actually worksNick Burch2008-01-311-19/+23
* Mostly fix bug 42618 (really this time...) - can now open the file properly, ...Nick Burch2008-01-287-17/+90
* start a new POI 3.1 section in the change logYegor Kozlov2008-01-283-3/+9
* fix bug #44297: IntPtg must operate with unsigned short. Reading signed short...Yegor Kozlov2008-01-276-21/+116
* fix bug #44296: HSLF Not Extracting Slide Background ImageYegor Kozlov2008-01-258-8/+45
* commented failing test42618()Yegor Kozlov2008-01-251-0/+4
* Add a test to show the bug #42618 appears to be incorrectNick Burch2008-01-252-1/+19