aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf
Commit message (Expand)AuthorAgeFilesLines
...
* Allow HSSFSheet to get at its parent workbook, and add HSSFWorkbook.getSheetI...Nick Burch2007-09-241-7/+52
* Fix for cell references on rows > 32768 (bug #43399)Nick Burch2007-09-182-0/+77
* Improved Formula Parser support for ranges and exponents, from Pavel Krupets ...Nick Burch2007-09-181-0/+62
* fixed re-open of bug #42844. HSSFEventFactory silently skips unknown records ...Yegor Kozlov2007-09-132-0/+18
* fix broken compilation. removed a reference to a class from the scratchpad.Yegor Kozlov2007-09-111-1/+1
* Support for getting OLE objects from HSSFWorkbook. See bug 43222 for details.Yegor Kozlov2007-09-081-15/+33
* initial support for WMF and EMF pictures in HSSFWorkbook.getAllPictures(). Se...Yegor Kozlov2007-08-263-4/+3
* fixed: Bug 43088: Excel file can't be loaded if comments exceed a size of 411...Yegor Kozlov2007-08-261-0/+120
* Fix for bug #42844 - Include some of the crazy continue record handling that ...Nick Burch2007-08-232-0/+88
* When writing out a workbook, skip a WORKBOOK stream (if there is one), since ...Nick Burch2007-08-231-0/+70
* Add in missing copyright headers to a couple of new testcasesNick Burch2007-08-151-0/+17
* Patch from Trejkaz from bug #43116 - Fix for Escher handling of embeded OLE2 ...Nick Burch2007-08-152-0/+26
* Further enhancements to Font Metrics support, wrt fonts with bold/italic vari...Nick Burch2007-08-091-0/+9
* If the Escher layer is asked to draw text with an invalid font, throw a much ...Nick Burch2007-08-091-0/+14
* Have HSSFDateUtil.isCellDateFormatted make use of HSSFDateUtils.isADateFormat...Nick Burch2007-08-062-1/+76
* fixed Bug 42999: HSSFPatriarch positioning problemYegor Kozlov2007-08-031-0/+27
* keep the javadoc compiler quietYegor Kozlov2007-07-022-2/+1
* Now can protect sheets with a password. So everyone may cease whining about itAndrew C. Oliver2007-07-021-0/+16
* Add a new method on HSSFDateUtil of isADateFormat, which will cope with both ...Nick Burch2007-06-171-0/+50
* Detect, and report a meaningful error, if we come across an Office 2007 XML d...Nick Burch2007-04-231-0/+0
* testcases for bugs 38266 and 40738Yegor Kozlov2007-04-163-1/+45
* applied the patch submitted in Bug 41223: Simple image extraction for HSSFWor...Yegor Kozlov2007-04-161-0/+75
* fixed bug 41761: NPE when serializing a workbook with empty rows Yegor Kozlov2007-03-201-5/+38
* improved work with cell commentsYegor Kozlov2007-03-121-0/+3
* changing attributes of existing cell comments is reflected after saveYegor Kozlov2007-01-311-0/+41
* testcases for still unfixed bugsAvik Sengupta2007-01-163-0/+64
* Testcases for bugs. Thanks YegorAvik Sengupta2007-01-1614-1/+331
* Add standard licence header for src/testcases directoryMark Thomas2007-01-154-0/+64
* Yegor's patch from bug #41242Nick Burch2007-01-051-0/+95
* Comment support from bug 41198, patch from YegorNick Burch2007-01-015-1/+273
* copy2license run on these (after a bit of munging)Henri Yandell2006-12-222-26/+28
* Applied copy2license script to the files that were converted by dos2unix. ant...Henri Yandell2006-12-221-5/+6
* Applying dos2unix on some of the Java files. The copy2license script isn't pi...Henri Yandell2006-12-222-192/+192
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-22101-505/+606
* When sorting the contents of a directory, do so in a way that doesn't upset E...Nick Burch2006-12-121-0/+0
* Support Excel files which contain a WORKBOOK entry, rather than the usual Wor...Nick Burch2006-11-302-0/+39
* Just removed a bunch of unused imports etc. Reduces eclipse warningsJason Height2006-08-295-19/+0
* test case that checks to see if a case of MissingArgsPtg in the formula strin...Amol S. Deshmukh2006-08-241-0/+7
* bugfix 38396: Exponential numbers are now handled by the formula parserAmol S. Deshmukh2006-08-091-0/+98
* Made a bit of a meal out of the Shared formula patch, some of our test cases ...Jason Height2006-07-2715-3/+331
* On some JVMs, the problem family dialog has a capital D - change the skips to...Nick Burch2006-06-161-2/+2
* On some JVMs, the problem family dialog has a capital D - change the skips to...Nick Burch2006-06-161-2/+2
* Updated to support lines for the EscherGraphics2d draw() call.Glen Stampoultzis2006-04-251-2/+14
* Added the ability to set the default style for an individual column in a sheet.Shawn Laubach2006-01-211-0/+11
* Bug37630: SQUASHED! Array Ptgs now implemented (at least the read and write f...Jason Height2006-01-212-0/+16
* BUG 38230 Fixed. Confirmed that the typecast from byte to char caused errors....Jason Height2006-01-171-0/+36
* Multiple clone of same sheet now generates unique sheet name BUG 37416 fixed.Jason Height2006-01-052-3/+21
* Fixes to Unicode support. Believe that most unicode issues are now fixed. Bu...Jason Height2006-01-033-6/+100
* Fix for Bug#28328Amol S. Deshmukh2005-08-241-0/+20
* Why is there always one file that gets missed??Jason Height2005-08-181-3/+3