summaryrefslogtreecommitdiffstats
path: root/src/testcases/org
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Applying the copy2license.pl script (with tiny modification to allow for ↵Henri Yandell2006-12-22175-875/+1050
| | | | | | more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@489730 13f79535-47bb-0310-9956-ffa450edef68
* When sorting the contents of a directory, do so in a way that doesn't upset ↵Nick Burch2006-12-122-0/+152
| | | | | | Excel when it comes to Macros. Correct logic from Bill, and fix+test from Yegor. See bug #39234 git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@486265 13f79535-47bb-0310-9956-ffa450edef68
* Support Excel files which contain a WORKBOOK entry, rather than the usual ↵Nick Burch2006-11-302-0/+39
| | | | | | Workbook one. Fixes bug 40840 git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@480987 13f79535-47bb-0310-9956-ffa450edef68
* Just removed a bunch of unused imports etc. Reduces eclipse warningsJason Height2006-08-295-19/+0
| | | | | | Jason git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@437998 13f79535-47bb-0310-9956-ffa450edef68
* test case that checks to see if a case of MissingArgsPtg in the formula ↵Amol S. Deshmukh2006-08-241-0/+7
| | | | | | string is handled correctly git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@434425 13f79535-47bb-0310-9956-ffa450edef68
* bugfix 38396: Exponential numbers are now handled by the formula parserAmol S. Deshmukh2006-08-091-0/+98
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@430132 13f79535-47bb-0310-9956-ffa450edef68
* Made a bit of a meal out of the Shared formula patch, some of our test cases ↵Jason Height2006-07-2715-3/+331
| | | | | | | | | | | failed. Guess that is a good thing. Now working. Committed patch provided in Bug 40024. Avik, sorry bet you to it. Committed a patch to Bug 13249. HSSF will now raise an exception if a name is provided that is case-insensitive match to an existing name. In addition the getNameIndex now performs a case-insensitive search. This now matches excel behaviour. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@426082 13f79535-47bb-0310-9956-ffa450edef68
* Helper method for when moving stuff about in an array, plus testNick Burch2006-07-021-0/+291
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@418607 13f79535-47bb-0310-9956-ffa450edef68
* On some JVMs, the problem family dialog has a capital D - change the skips ↵Nick Burch2006-06-161-2/+2
| | | | | | to also skip on Dialog (should hopefully fix gump errors) git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@414851 13f79535-47bb-0310-9956-ffa450edef68
* On some JVMs, the problem family dialog has a capital D - change the skips ↵Nick Burch2006-06-161-2/+2
| | | | | | to also skip on Dialog (should hopefully fix gump errors) git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@414848 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 39800 - if the Array size in the simple block doesn't inclde the ↵Nick Burch2006-06-131-21/+37
| | | | | | size of the header, make a note of this, and do the same when we write back out git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@413933 13f79535-47bb-0310-9956-ffa450edef68
* Add a currently broken test, which highlights a bug (bug report to follow)Nick Burch2006-06-131-0/+78
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@413893 13f79535-47bb-0310-9956-ffa450edef68
* Updated to support lines for the EscherGraphics2d draw() call.Glen Stampoultzis2006-04-251-2/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@396821 13f79535-47bb-0310-9956-ffa450edef68
* * Writing support added to the SummaryInformation and ↵Rainer Klute2006-03-0312-169/+1855
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DocumentSummaryInformation classes. These classes now have methods for setting and removing properties. Coherent extensions are: ** Documentation section about writing standard properties added to the HPSF HOW-TO. ** Example application added showing how to modify the document summary information. ** Testcases added for testing modifying summary information and document summary information. ** PropertySetFactory extended to create SummaryInformation and DocumentSummaryInformation instances. * Added MutablePropertySet.write(DirectoryEntry, String) to ease writing a property set to a POI filesystem document. * Improved codepage handling. * Bug fixed: Integral values were read and written as unsigned instead of signed. * Reworked the mapping between variant types and Java types: Variant.VT_I4 is mapped to Integer now and Variant.VT_I8 to Long. This might cause incompatibilities if you are doing low-level HPSF programming. * Changed SectionIDMap.DOCUMENT_SUMMARY_INFORMATION_ID from a byte[] to a byte[][] in order to contain the format ID of the first and the second section. This is an incompatible change! * Added PropertySet.getFirstSection(). This method is similar to getSingleSection() won't choke if the property set has more than one section. * Support for low-level reading and writing of Variant.VT_I8 type properties added. * Unnecessary casts removed. * Poibrowser's display format changed slightly. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@382887 13f79535-47bb-0310-9956-ffa450edef68
* Added the ability to set the default style for an individual column in a sheet.Shawn Laubach2006-01-211-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@371080 13f79535-47bb-0310-9956-ffa450edef68
* Bug37630: SQUASHED! Array Ptgs now implemented (at least the read and write ↵Jason Height2006-01-212-0/+16
| | | | | | functionality. No means to modify (yet!)) git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@370987 13f79535-47bb-0310-9956-ffa450edef68
* BUG 38230 Fixed. Confirmed that the typecast from byte to char caused ↵Jason Height2006-01-171-0/+36
| | | | | | errors. Added testcase. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@369729 13f79535-47bb-0310-9956-ffa450edef68
* Multiple clone of same sheet now generates unique sheet name BUG 37416 fixed.Jason Height2006-01-052-3/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@366110 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to Unicode support. Believe that most unicode issues are now fixed. ↵Jason Height2006-01-033-6/+100
| | | | | | Bug 37622 & Bug 22873 squashed. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@365609 13f79535-47bb-0310-9956-ffa450edef68
* BitfieldFactory updateJason Height2005-09-021-21/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353780 13f79535-47bb-0310-9956-ffa450edef68
* Fix for Bug#28328Amol S. Deshmukh2005-08-241-0/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353773 13f79535-47bb-0310-9956-ffa450edef68
* Why is there always one file that gets missed??Jason Height2005-08-181-3/+3
| | | | | | | Minor fix to correct testcase asd a result of Unicode patch git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353771 13f79535-47bb-0310-9956-ffa450edef68
* Major landing of the following changes:Jason Height2005-08-1862-305/+565
| | | | | | | | | | | | | | 1) Full implementation of UnicodeStrings 2) exposure of RichText strings to the usermodel 3) Modification to SSTRecord to support duplicates. Fixes a few bugs 4) RecordInputStream *smart* ?? handeling of continue records! Phew This took 6 months on and off to put together. Just happy to commit somethig Report any problems! git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353769 13f79535-47bb-0310-9956-ffa450edef68
* [35799] Added testXFIndexForColumnAmol S. Deshmukh2005-07-201-0/+72
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353754 13f79535-47bb-0310-9956-ffa450edef68
* added failing tests for singleCell NamedRange creation (testNamedCell_1 & ↵Amol S. Deshmukh2005-07-131-0/+76
| | | | | | testNamedCell_2). git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353747 13f79535-47bb-0310-9956-ffa450edef68
* bug 34575 fixed, thanks AmolAvik Sengupta2005-07-082-14/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353744 13f79535-47bb-0310-9956-ffa450edef68
* bug 35084, reported by Stefano Rocca. fixed in Sheet.javaAvik Sengupta2005-05-311-0/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353705 13f79535-47bb-0310-9956-ffa450edef68
* bug 35084, reported by Stefano Rocca. fixed in Sheet.javaAvik Sengupta2005-05-312-17/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353704 13f79535-47bb-0310-9956-ffa450edef68
* new testcaseAvik Sengupta2005-05-311-1/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353703 13f79535-47bb-0310-9956-ffa450edef68
* toString() method for HSSFCell to returnAvik Sengupta2005-05-201-0/+36
| | | | | | | | | | a simple string representation of the cell, irrespective of its type. Originally submitted by Wes Gilster as bug 19294 made some modifications, added testcase. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353693 13f79535-47bb-0310-9956-ffa450edef68
* testcase for bug 34775Avik Sengupta2005-05-192-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353692 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 27272 : Unknown Ptg 3C and 3DAvik Sengupta2005-05-193-0/+26
| | | | | | | | | | | by Patrick Luby, thanks! PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353691 13f79535-47bb-0310-9956-ffa450edef68
* prevent output scrolling, pls revert if neededAvik Sengupta2005-05-191-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353690 13f79535-47bb-0310-9956-ffa450edef68
* unary plus: patch by Amol Deshmukh, test addedAvik Sengupta2005-05-181-1/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353685 13f79535-47bb-0310-9956-ffa450edef68
* user API to set window pane when wb is openedAvik Sengupta2005-05-071-1/+28
| | | | | | | by Amol Deshmukh and Li Jianming git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353676 13f79535-47bb-0310-9956-ffa450edef68