summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix bug #44593 - improved handling of short DVRecordsNick Burch2008-03-135-2/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@636756 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Raghu from bug #44580 - Fix bug #28627, where hwpf Range.delete() ↵Nick Burch2008-03-136-15/+70
| | | | | | didn't work properly git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@636751 13f79535-47bb-0310-9956-ffa450edef68
* Patch largely from Josh from bug #44539 - Support for area references in ↵Nick Burch2008-03-0727-379/+446
| | | | | | formulas of rows >= 32768 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@634630 13f79535-47bb-0310-9956-ffa450edef68
* Improved support for read-only recommended workbooks, fixing bug #44536Nick Burch2008-03-078-2/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@634619 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh from bug #43901 - Correctly update the internal last cell ↵Nick Burch2008-03-075-176/+164
| | | | | | number when adding and removing cells (previously sometimes off-by-one) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@634617 13f79535-47bb-0310-9956-ffa450edef68
* Add broken test for bug #43901Nick Burch2008-03-061-0/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@634372 13f79535-47bb-0310-9956-ffa450edef68
* Embeded files from bug #44524Nick Burch2008-03-064-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@634371 13f79535-47bb-0310-9956-ffa450edef68
* Change the behaviour on short last blocks to be a warning not an exception, ↵Nick Burch2008-03-066-34/+147
| | | | | | as some people seem to have "real" valid files that trigger this. Fixed bug #28231 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@634318 13f79535-47bb-0310-9956-ffa450edef68
* Changelog update for last patchNick Burch2008-03-042-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@633548 13f79535-47bb-0310-9956-ffa450edef68
* Big patch from Josh from bug #44504 - lots of formula parser improvementsNick Burch2008-03-0481-2391/+3815
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@633547 13f79535-47bb-0310-9956-ffa450edef68
* Problem files from bug #44501Nick Burch2008-03-043-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@633505 13f79535-47bb-0310-9956-ffa450edef68
* Fix indent, add more documentation, and make the error message more helpfulNick Burch2008-03-031-13/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@633205 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh from bug #44508 - Fix formula evaluation with evaluateInCell ↵Nick Burch2008-03-034-1/+74
| | | | | | on boolean formulas git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@633169 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh from bug #44510 - Fix how DVALRecord works with dropdownsNick Burch2008-03-034-9/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@633151 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh from bug #44495 - Handle named cell ranges in formulas that ↵Nick Burch2008-03-034-2/+4
| | | | | | have lower case parts git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@633126 13f79535-47bb-0310-9956-ffa450edef68
* Fix from Yegor from bug #44491 - don't have the new style handy POIDocument ↵Nick Burch2008-03-036-10/+120
| | | | | | property stuff break old style hpsf+hssf use git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@633118 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Paolo from bug #44481 - getVerticallyCenter shouldn't take a ↵Nick Burch2008-03-031-2/+9
| | | | | | parameter, but leave the old version in as deprecated for now git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@633114 13f79535-47bb-0310-9956-ffa450edef68
* Bug #44471 - Crystal Reports generates files with short StyleRecords, which ↵Nick Burch2008-02-224-13/+17
| | | | | | isn't allowed in the spec. Work around this git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@630164 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh from bug #44450 - VLookup and HLookup support, and ↵Nick Burch2008-02-2214-354/+1495
| | | | | | improvements to Lookup and Offset git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@630160 13f79535-47bb-0310-9956-ffa450edef68
* Add a disabled test for a file with whacky StyleRecords that trigger an AIOOBNick Burch2008-02-212-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@629849 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh from bug #44449 - Handle SharedFormulas better, for where ↵Nick Burch2008-02-215-9/+161
| | | | | | there are formulas for the same area on two sheets, and when the shared formula flag is set incorrectly git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@629837 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh from bug #44437 - improved unit test for poifsNick Burch2008-02-218-0/+335
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@629832 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh from bug #44437 - improved unit test for poifsNick Burch2008-02-212-10/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@629831 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh from bug #44366 - InputStreams passed to POIFSFileSystem are ↵Nick Burch2008-02-214-16/+238
| | | | | | now automatically closed. A warning is generated for people who might've relied on them not being closed before, and a wrapper to restore the old behaviour is supplied git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@629829 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh from bug #44371 - support for OFFSET function, and various ↵Nick Burch2008-02-2113-73/+674
| | | | | | tweaks to the formula evaluator to support this git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@629821 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug 38921, where HSSFPalette.findSimilar() wasn't working properly, and ↵Nick Burch2008-02-214-1/+48
| | | | | | add tests for it git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@629755 13f79535-47bb-0310-9956-ffa450edef68
* Use the right way to figure out how many rows on a sheet, so we display the ↵Nick Burch2008-02-215-15/+3
| | | | | | row number for all of them on the left hand side. Also, tidy up some imports git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@629742 13f79535-47bb-0310-9956-ffa450edef68
* Fix from Josh from bug #44456 - Update contrib SViewer to not fail if a ↵Nick Burch2008-02-215-1/+16
| | | | | | HSSFRow is null git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@629738 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh from bug #44403 - Further support for unusual, but valid, ↵Nick Burch2008-02-208-80/+581
| | | | | | arguments to the Mid function git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@629552 13f79535-47bb-0310-9956-ffa450edef68
* Update notice for latest guidance on ooxml xsd licence, and update getting ↵Nick Burch2008-02-181-5/+45
| | | | | | involved to link to the newly released binary file format docs git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@628714 13f79535-47bb-0310-9956-ffa450edef68
* Further support for whole-column references, including formula strings and ↵Nick Burch2008-02-159-33/+154
| | | | | | the evaluator. Also has some new tests for it git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@628065 13f79535-47bb-0310-9956-ffa450edef68
* Partial fix for bug #44410 - support whole column ranges such as C:C in the ↵Nick Burch2008-02-156-0/+116
| | | | | | formula evaluator (so SUM(D:D) will now work). However, the formula string will still be displayed wrong git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@628044 13f79535-47bb-0310-9956-ffa450edef68
* Fix from Josh from bug #44421 - Update Match function to properly support ↵Nick Burch2008-02-154-14/+46
| | | | | | Area references git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@628035 13f79535-47bb-0310-9956-ffa450edef68
* Fix from Josh from bug #44417 - Improved handling of references for the need ↵Nick Burch2008-02-1518-351/+550
| | | | | | to quote the sheet name for some formulas, but not when fetching a sheet by name git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@628033 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug #44413 from Josh - Fix for circular references in INDEX, OFFSET, ↵Nick Burch2008-02-156-9/+340
| | | | | | VLOOKUP formulas, where a cell is actually allowed to reference itself git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@628029 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug #44403 - Have mid use the third argument properly, and testNick Burch2008-02-154-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@628027 13f79535-47bb-0310-9956-ffa450edef68
* To avoid confusion and repeated changes in svn, update the ↵Nick Burch2008-02-152-1/+1
| | | | | | TestDataValidation test to output its file (that needs opening in excel to check to output) into the system tmp directory git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@627999 13f79535-47bb-0310-9956-ffa450edef68
* Big formula update from Josh from bug #44364 - support for Match, NA and ↵Nick Burch2008-02-1431-510/+1755
| | | | | | SumProduct functions, and initial error support in functions git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@627788 13f79535-47bb-0310-9956-ffa450edef68
* In the interests of sanity, stop having hssf test data files in scratchpad ↵Nick Burch2008-02-144-0/+0
| | | | | | and main, go to just having them in main git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@627779 13f79535-47bb-0310-9956-ffa450edef68
* If we have a document with a hpsf stream that exists, but is of the wrong ↵Nick Burch2008-02-113-3/+62
| | | | | | type, then log a warning but continue git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@620582 13f79535-47bb-0310-9956-ffa450edef68
* Another test relating to bug #42564 - this one is still failingNick Burch2008-02-112-1/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@620557 13f79535-47bb-0310-9956-ffa450edef68
* Test for bug #42564 - appears to already be fixedNick Burch2008-02-102-0/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@620341 13f79535-47bb-0310-9956-ffa450edef68
* Tweak layoutNick Burch2008-02-081-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@619968 13f79535-47bb-0310-9956-ffa450edef68
* Copy Rainer's change note from changes.xml to status.xml, as it's needed in bothNick Burch2008-02-081-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@619851 13f79535-47bb-0310-9956-ffa450edef68
* - Fixed bug 44375 - HPSF now copes with a broken dictionary in Document ↵Rainer Klute2008-02-081-0/+1
| | | | | | Summary Information stream. RuntimeExceptions that occured when trying to read bogus data are now caught. Dictionary entries up to but not including the bogus one are preserved, the rest is ignored. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@619849 13f79535-47bb-0310-9956-ffa450edef68
* - Fixed bug 44375 - HPSF now copes with a broken dictionary in Document ↵Rainer Klute2008-02-087-151/+222
| | | | | | Summary Information stream. RuntimeExceptions that occured when trying to read bogus data are now caught. Dictionary entries up to but not including the bogus one are preserved, the rest is ignored. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@619848 13f79535-47bb-0310-9956-ffa450edef68
* Add (disabled) failing testcase for bug #44375Nick Burch2008-02-072-0/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@619509 13f79535-47bb-0310-9956-ffa450edef68
* Handle timezones better with cell.setCellValue(Calendar), so now ↵Nick Burch2008-02-075-9/+57
| | | | | | 20:00-03:00, 20:00+00:00 and 20:00+03:00 will all be recorded as 20:00, and not 17:00 / 20:00 / 23:00 (pass a Date not a Calendar for old behaviour) - patch from bug #38641 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@619502 13f79535-47bb-0310-9956-ffa450edef68
* Patch from bug #44373 - Have HSSFDateUtil.isADateFormat support more date ↵Nick Burch2008-02-074-4/+25
| | | | | | formats git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@619382 13f79535-47bb-0310-9956-ffa450edef68
* support for excel hypelrinksYegor Kozlov2008-02-0710-383/+1213
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@619310 13f79535-47bb-0310-9956-ffa450edef68