Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-02-2007, 01:31 PM
Member
 
Join Date: Aug 2007
Posts: 1
ukbasak is on a distinguished road
JExcel: Copy a cell content from one sheet to another sheet in the same workbook.
Hi.

Please provide code for the following topic.
How i can copy a cell content from one sheet to another sheet in the same workbook,

Already i created a workbook as a copy of existing workbook, but i am not able to copy cell value of sheet 1 to sheet 2, 3, 4.....

I used the follwing code to indicate the sheet
Sheet sheet = workbook.getSheet(1);

but there the following code does not work.

sheet.addCell(new Label(4, 1, "STring 1",times12formet));

The above code can be currect while creating a new sheet. so is there any code that a cell value to be copied from one sheet to another.

Thanks in advance.
Uttam
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
SQL Query resultset into Excel Sheet chandpuri Database 6 06-05-2008 03:08 PM
Save data from Excel sheet to servlet chandu.v Java Servlet 2 04-10-2008 02:51 PM
Regarding retrieval of sheet names from a excel workbook yuvaraj23 New To Java 0 03-11-2008 03:20 PM
How to set the AutoFilter to Excel Sheet with Wither POI or JXL lnarayana_boga Advanced Java 0 01-29-2008 10:05 AM
no of fonts and cells exceeding error in excel sheet. iimasd AWT / Swing 0 11-06-2007 07:58 AM


All times are GMT +3. The time now is 02:47 PM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org