sbeausol Newbie

Joined: 16 Apr 2003 Posts: 4
|
Posted: Tue Apr 22, 2003 8:17 am Post subject: Copying a range using Java |
|
|
I am trying to copy a range of cells which I already know from one spreadsheet to another, using java. My code to this point opens my existing doc and new doc, and gets the range I desire from the existing doc.
What I need now, is to copy the range, and paste it into my new doc...
Any thoughts? Am I better off just recursing through my exisiting doc's cells and setting them in my new doc.... clipboard info seems pretty tough to come by........ |
|