summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bug #44593 - improved handling of short DVRecordsNick Burch2008-03-135-2/+37
* Patch from Raghu from bug #44580 - Fix bug #28627, where hwpf Range.delete() ...Nick Burch2008-03-136-15/+70
* Patch largely from Josh from bug #44539 - Support for area references in form...Nick Burch2008-03-0727-379/+446
* Improved support for read-only recommended workbooks, fixing bug #44536Nick Burch2008-03-078-2/+64
* Patch from Josh from bug #43901 - Correctly update the internal last cell num...Nick Burch2008-03-075-176/+164
* Add broken test for bug #43901Nick Burch2008-03-061-0/+23
* Embeded files from bug #44524Nick Burch2008-03-064-0/+0
* Change the behaviour on short last blocks to be a warning not an exception, a...Nick Burch2008-03-066-34/+147
* Changelog update for last patchNick Burch2008-03-042-0/+6
* Big patch from Josh from bug #44504 - lots of formula parser improvementsNick Burch2008-03-0481-2391/+3815
* Problem files from bug #44501Nick Burch2008-03-043-0/+0
* Fix indent, add more documentation, and make the error message more helpfulNick Burch2008-03-031-13/+14
* Patch from Josh from bug #44508 - Fix formula evaluation with evaluateInCell ...Nick Burch2008-03-034-1/+74
* Patch from Josh from bug #44510 - Fix how DVALRecord works with dropdownsNick Burch2008-03-034-9/+66
* Patch from Josh from bug #44495 - Handle named cell ranges in formulas that h...Nick Burch2008-03-034-2/+4
* Fix from Yegor from bug #44491 - don't have the new style handy POIDocument p...Nick Burch2008-03-036-10/+120
* Patch from Paolo from bug #44481 - getVerticallyCenter shouldn't take a param...Nick Burch2008-03-031-2/+9
* Bug #44471 - Crystal Reports generates files with short StyleRecords, which i...Nick Burch2008-02-224-13/+17
* Patch from Josh from bug #44450 - VLookup and HLookup support, and improvemen...Nick Burch2008-02-2214-354/+1495
* Add a disabled test for a file with whacky StyleRecords that trigger an AIOOBNick Burch2008-02-212-0/+18
* Patch from Josh from bug #44449 - Handle SharedFormulas better, for where the...Nick Burch2008-02-215-9/+161
* Patch from Josh from bug #44437 - improved unit test for poifsNick Burch2008-02-218-0/+335
* Patch from Josh from bug #44437 - improved unit test for poifsNick Burch2008-02-212-10/+22
* 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-181-5/+45
* 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-144-0/+0
* 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