aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/usermodel/TestCloneSheet.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 56380: Remove limitation of 1024 comments per WorkbookDominik Stadler2015-03-131-3/+25
* Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), ...Dominik Stadler2014-05-161-8/+10
* implemented cloning of shapesEvgeniy Berlog2012-07-191-0/+76
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-181-24/+20
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-041-16/+8
* XSSFSheet addMergedRegion + Region class moved to org.apache.poi.ss.util.Regi...Paolo Mottadelli2008-04-061-1/+2
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-221-5/+6
* Just removed a bunch of unused imports etc. Reduces eclipse warningsJason Height2006-08-291-6/+0
* Merged REL_2_BRANCH to head.Glen Stampoultzis2004-08-231-5/+14
* New licence changes.Glen Stampoultzis2004-04-091-52/+15
* Ported the drawing stuff from the rel_2_branch. Given the effort this took I...Glen Stampoultzis2004-04-091-2/+19
* fix for 13921, sync from branchAvik Sengupta2003-10-271-1/+1
* Changed copyright from 2002 to 2003Glen Stampoultzis2003-04-301-1/+1
* fixed clone sheet bug. Thanks to:Avik Sengupta2003-03-011-0/+85