Results 1 to 1 of 1
- 08-02-2007, 12:31 PM #1
Member
- Join Date
- Aug 2007
- Posts
- 1
- Rep Power
- 0
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
Similar Threads
-
SQL Query resultset into Excel Sheet
By chandpuri in forum JDBCReplies: 8Last Post: 01-24-2011, 06:53 PM -
Save data from Excel sheet to servlet
By chandu.v in forum Java ServletReplies: 2Last Post: 04-10-2008, 01:51 PM -
Regarding retrieval of sheet names from a excel workbook
By yuvaraj23 in forum New To JavaReplies: 0Last Post: 03-11-2008, 02:20 PM -
How to set the AutoFilter to Excel Sheet with Wither POI or JXL
By lnarayana_boga in forum Advanced JavaReplies: 0Last Post: 01-29-2008, 09:05 AM -
no of fonts and cells exceeding error in excel sheet.
By iimasd in forum AWT / SwingReplies: 0Last Post: 11-06-2007, 06:58 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks