summaryrefslogtreecommitdiffstats
path: root/src/testcases
Commit message (Collapse)AuthorAgeFilesLines
* merged TRUNK changes r608809 into REL_3_0_2_BETA2REL_3_0_2_BETA2Yegor Kozlov2008-01-0421-68/+1298
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/tags/REL_3_0_2_BETA2@608846 13f79535-47bb-0310-9956-ffa450edef68
* fixed bugs 43877 and 39512: Fix for handling mixed OBJ and CONTINUE recordsYegor Kozlov2007-11-232-0/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@597654 13f79535-47bb-0310-9956-ffa450edef68
* Preserve unread bytes when serializing the recordYegor Kozlov2007-11-231-0/+82
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@597653 13f79535-47bb-0310-9956-ffa450edef68
* Throw an IllegalArgumentException if asked to addMergeRegion with invalid ↵Nick Burch2007-11-121-35/+41
| | | | | | data, rather than writing out a corrupt file (bug #43807) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@594320 13f79535-47bb-0310-9956-ffa450edef68
* Patch for unicode NameRecords (bug #43837)Nick Burch2007-11-122-0/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@594316 13f79535-47bb-0310-9956-ffa450edef68
* Add support for Chart Title Format records (bug #43721)Nick Burch2007-11-122-0/+87
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@594307 13f79535-47bb-0310-9956-ffa450edef68
* Fix for BOFRecord from files generated by access etc (bug #42794)Nick Burch2007-11-123-0/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@594102 13f79535-47bb-0310-9956-ffa450edef68
* fixed a silly typo in the method signature. It should be ↵Yegor Kozlov2007-11-031-1/+1
| | | | | | HFFSPicture.getPreferredSize(), not HFFSPicture.getPrefferedSize() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@591667 13f79535-47bb-0310-9956-ffa450edef68
* Implement an Excel text extractor, and put all the existing text extractors ↵Nick Burch2007-10-271-0/+101
| | | | | | under a common superclass, so they're easier to find and use git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@589224 13f79535-47bb-0310-9956-ffa450edef68
* HSSFPicture.resize() - a handy method to reset a picture to its original ↵Yegor Kozlov2007-10-011-0/+79
| | | | | | width and height git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@581029 13f79535-47bb-0310-9956-ffa450edef68
* fixed failing test. The patch provided in Bug 43489Yegor Kozlov2007-09-261-6/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@579730 13f79535-47bb-0310-9956-ffa450edef68
* commented out a failing test until we find the reason.Yegor Kozlov2007-09-261-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@579546 13f79535-47bb-0310-9956-ffa450edef68
* Fix from Pavel Krupets for Excel Bug Date (1900/2/29)Nick Burch2007-09-251-0/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@579194 13f79535-47bb-0310-9956-ffa450edef68
* Allow HSSFSheet to get at its parent workbook, and add ↵Nick Burch2007-09-241-7/+52
| | | | | | HSSFWorkbook.getSheetIndex(HSSFSheet) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@578795 13f79535-47bb-0310-9956-ffa450edef68
* Finish the POIDocument move, and update HSSFWorkbook to use itNick Burch2007-09-191-19/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@577314 13f79535-47bb-0310-9956-ffa450edef68
* Move POIDocument out of the scratchpadNick Burch2007-09-193-0/+117
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@577259 13f79535-47bb-0310-9956-ffa450edef68
* Fix for cell references on rows > 32768 (bug #43399)Nick Burch2007-09-182-0/+77
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@576939 13f79535-47bb-0310-9956-ffa450edef68
* Improved Formula Parser support for ranges and exponents, from Pavel Krupets ↵Nick Burch2007-09-181-0/+62
| | | | | | (Bug #43410) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@576855 13f79535-47bb-0310-9956-ffa450edef68
* fixed re-open of bug #42844. HSSFEventFactory silently skips unknown records ↵Yegor Kozlov2007-09-132-0/+18
| | | | | | that happen to be continued. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@575406 13f79535-47bb-0310-9956-ffa450edef68
* fix broken compilation. removed a reference to a class from the scratchpad.Yegor Kozlov2007-09-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@574589 13f79535-47bb-0310-9956-ffa450edef68
* Support for getting OLE objects from HSSFWorkbook. See bug 43222 for details.Yegor Kozlov2007-09-081-15/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@573878 13f79535-47bb-0310-9956-ffa450edef68
* initial support for WMF and EMF pictures in HSSFWorkbook.getAllPictures(). ↵Yegor Kozlov2007-08-263-4/+3
| | | | | | See Bug 43125 for details. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@569827 13f79535-47bb-0310-9956-ffa450edef68
* fixed: Bug 43088: Excel file can't be loaded if comments exceed a size of ↵Yegor Kozlov2007-08-261-0/+120
| | | | | | 4111 characters git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@569821 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug #42844 - Include some of the crazy continue record handling that ↵Nick Burch2007-08-232-0/+88
| | | | | | we have in RecordFactory into HSSFEventFactory, so that we can handle when records aren't immediately followed by their continue git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@569101 13f79535-47bb-0310-9956-ffa450edef68
* When writing out a workbook, skip a WORKBOOK stream (if there is one), since ↵Nick Burch2007-08-231-0/+70
| | | | | | we always write out as Workbook + test (bug #43055) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@569082 13f79535-47bb-0310-9956-ffa450edef68
* Add in missing copyright headers to a couple of new testcasesNick Burch2007-08-151-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@566198 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Trejkaz from bug #43116 - Fix for Escher handling of embeded OLE2 ↵Nick Burch2007-08-152-0/+26
| | | | | | documents git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@566196 13f79535-47bb-0310-9956-ffa450edef68
* Further enhancements to Font Metrics support, wrt fonts with bold/italic ↵Nick Burch2007-08-091-0/+9
| | | | | | varients, such as dialog (plus tests) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@564263 13f79535-47bb-0310-9956-ffa450edef68
* If the Escher layer is asked to draw text with an invalid font, throw a much ↵Nick Burch2007-08-091-0/+14
| | | | | | more useful error. Plus test git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@564219 13f79535-47bb-0310-9956-ffa450edef68
* Have HSSFDateUtil.isCellDateFormatted make use of ↵Nick Burch2007-08-062-1/+76
| | | | | | HSSFDateUtils.isADateFormat. A few improvements to isADateFormat, and to HSSFCellStyle to allow calling of it. Plus tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@563129 13f79535-47bb-0310-9956-ffa450edef68
* fixed Bug 42999: HSSFPatriarch positioning problemYegor Kozlov2007-08-031-0/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@562536 13f79535-47bb-0310-9956-ffa450edef68
* keep the javadoc compiler quietYegor Kozlov2007-07-022-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@552525 13f79535-47bb-0310-9956-ffa450edef68
* Now can protect sheets with a password. So everyone may cease whining about itAndrew C. Oliver2007-07-021-0/+16
| | | | | | | already :-) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@552425 13f79535-47bb-0310-9956-ffa450edef68
* Some more fixes for javadoc warningsNick Burch2007-06-291-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@551908 13f79535-47bb-0310-9956-ffa450edef68
* Add a new method on HSSFDateUtil of isADateFormat, which will cope with both ↵Nick Burch2007-06-171-0/+50
| | | | | | internal excel date formats, and custom date formats the are for dates (plus test) git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548044 13f79535-47bb-0310-9956-ffa450edef68
* Detect, and report a meaningful error, if we come across an Office 2007 XML ↵Nick Burch2007-04-232-0/+50
| | | | | | document git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@531419 13f79535-47bb-0310-9956-ffa450edef68
* testcases for bugs 38266 and 40738Yegor Kozlov2007-04-163-1/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@529197 13f79535-47bb-0310-9956-ffa450edef68
* applied the patch submitted in Bug 41223: Simple image extraction for ↵Yegor Kozlov2007-04-161-0/+75
| | | | | | HSSFWorkbook git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@529196 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 41946: remember if the complex part of an array property is ↵Yegor Kozlov2007-04-121-0/+81
| | | | | | empty and write back the original empty data git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@527816 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug 41761: NPE when serializing a workbook with empty rows Yegor Kozlov2007-03-201-5/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@520416 13f79535-47bb-0310-9956-ffa450edef68
* improved work with cell commentsYegor Kozlov2007-03-121-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@517261 13f79535-47bb-0310-9956-ffa450edef68
* changing attributes of existing cell comments is reflected after saveYegor Kozlov2007-01-311-0/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@501875 13f79535-47bb-0310-9956-ffa450edef68
* testcases for still unfixed bugsAvik Sengupta2007-01-163-0/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496739 13f79535-47bb-0310-9956-ffa450edef68
* Testcases for bugs. Thanks YegorAvik Sengupta2007-01-1614-1/+331
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496633 13f79535-47bb-0310-9956-ffa450edef68
* Add standard licence header for src/testcases directoryMark Thomas2007-01-157-0/+112
| | | | | | Set svn properties where not already set git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496532 13f79535-47bb-0310-9956-ffa450edef68
* Yegor's patch from bug #41242Nick Burch2007-01-051-0/+95
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@493098 13f79535-47bb-0310-9956-ffa450edef68
* Comment support from bug 41198, patch from YegorNick Burch2007-01-015-1/+273
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@491629 13f79535-47bb-0310-9956-ffa450edef68
* copy2license run on these (after a bit of munging)Henri Yandell2006-12-222-26/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@489765 13f79535-47bb-0310-9956-ffa450edef68
* Applied copy2license script to the files that were converted by dos2unix. ↵Henri Yandell2006-12-223-15/+18
| | | | | | ant jar continues to pass. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@489762 13f79535-47bb-0310-9956-ffa450edef68
* Applying dos2unix on some of the Java files. The copy2license script isn't ↵Henri Yandell2006-12-224-1170/+1170
| | | | | | picking up the dos line endings. Hopefully not a problem for anyone git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@489760 13f79535-47bb-0310-9956-ffa450edef68