summaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Expand)AuthorAgeFilesLines
...
* Fix from Yegor from bug #44491 - don't have the new style handy POIDocument p...Nick Burch2008-03-032-8/+16
* 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-221-6/+11
* Patch from Josh from bug #44450 - VLookup and HLookup support, and improvemen...Nick Burch2008-02-222-56/+99
* Patch from Josh from bug #44449 - Handle SharedFormulas better, for where the...Nick Burch2008-02-211-6/+28
* Patch from Josh from bug #44366 - InputStreams passed to POIFSFileSystem are ...Nick Burch2008-02-211-16/+100
* Patch from Josh from bug #44371 - support for OFFSET function, and various tw...Nick Burch2008-02-211-1/+15
* Fix bug 38921, where HSSFPalette.findSimilar() wasn't working properly, and a...Nick Burch2008-02-211-1/+3
* Further support for whole-column references, including formula strings and th...Nick Burch2008-02-155-18/+133
* Partial fix for bug #44410 - support whole column ranges such as C:C in the f...Nick Burch2008-02-151-0/+3
* Fix from Josh from bug #44417 - Improved handling of references for the need ...Nick Burch2008-02-159-154/+344
* Big formula update from Josh from bug #44364 - support for Match, NA and SumP...Nick Burch2008-02-142-7/+19
* If we have a document with a hpsf stream that exists, but is of the wrong typ...Nick Burch2008-02-111-3/+17
* - Fixed bug 44375 - HPSF now copes with a broken dictionary in Document Summa...Rainer Klute2008-02-083-72/+112
* Handle timezones better with cell.setCellValue(Calendar), so now 20:00-03:00,...Nick Burch2008-02-072-9/+32
* Patch from bug #44373 - Have HSSFDateUtil.isADateFormat support more date for...Nick Burch2008-02-071-3/+3
* support for excel hypelrinksYegor Kozlov2008-02-073-271/+549
* Implement hashCode and equals for HSSFFont and HSSFCellStyleNick Burch2008-02-064-2/+134
* Add java.lang.Iterable style methods for iterating over rows and cells, but d...Nick Burch2008-02-052-2/+15
* usermodel support for excel hyperlinksYegor Kozlov2008-02-024-17/+167
* More Hyperlink support. Doesn't end up in HSSFCell just yet, as the records a...Nick Burch2008-02-012-33/+42
* Get the Hyperlink record code so that it doesn't break any existing tests, an...Nick Burch2008-02-013-36/+62
* Make a start on the hyperlink record support - not finished yet though, so no...Nick Burch2008-02-011-0/+350
* Patch from bug #44336 - correctly escape sheet names in formula references, i...Nick Burch2008-02-013-15/+276
* Improvements to how SystemOutLogger and CommonsLogger log messages with excep...Nick Burch2008-02-013-9/+109
* 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-312-103/+249
* 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-284-13/+16
* fix bug #44297: IntPtg must operate with unsigned short. Reading signed short...Yegor Kozlov2008-01-271-19/+8
* Don't swap AreaPtg references from relative to absolute, by correctly process...Nick Burch2008-01-251-7/+7
* From bug #44254 - avoid some unread bytes warnings, and process the contents ...Nick Burch2008-01-243-37/+90
* Add another formula evaluation method, evaluateFormulaCell(cell), which will ...Nick Burch2008-01-241-1/+7
* extra whitespace caused the test fail on win xp. Strange, but it worked fine ...Yegor Kozlov2008-01-221-1/+1
* Fix from bug #41726 - support signed offsets from relative areas and referencesNick Burch2008-01-221-22/+37
* add a check to prevent NPE in HSSFSheet.autoSizeColumn(). See Bug 44246Yegor Kozlov2008-01-191-20/+21
* use JDK 1.4 compatible constructor for IllegalStateExceptionYegor Kozlov2008-01-191-2/+5
* Tidy up the imports, remove accidental link to xmlbeansNick Burch2008-01-161-8/+10
* Patch to support UncalcedRecord and usermodel code for it, to indicate formul...Nick Burch2008-01-164-4/+141
* Add methods to check to see if a given InputStream has a OOXML file header, o...Nick Burch2008-01-163-2/+41
* Fix bug #44201 - support cloning of DVRecord, so validation enabled sheets ca...Nick Burch2008-01-153-21/+44
* Some more updates to the records->usermodel support for hssf shapes. Still no...Nick Burch2008-01-156-13/+224
* fixed bug 44200: Sheet not cloneable when Note added to excel cellYegor Kozlov2008-01-103-0/+37
* Make a start on processing shapes on a sheet out of a record. For now, doesn'...Nick Burch2008-01-098-25/+247
* Tweak comments, layout and exceptions in IOUtils and RawDataBlock. It should ...Nick Burch2008-01-092-25/+37
* Properly set the values when calling the boolean setsNick Burch2008-01-091-5/+6
* Fix bug #43008, by deprecating setCellNum() on HSSFCell, and adding moveCell(...Nick Burch2008-01-092-17/+69
* Fix for bug #43058 - handle setting row grouping for sheets that lacked gutsr...Nick Burch2008-01-092-0/+16
* Add clone methods to DrawingRecord and AbstractEscherHolderRecord, which allo...Nick Burch2008-01-092-10/+26
* Update changelog againNick Burch2008-01-091-1/+14