fmtjatt
unread,Dec 5, 2012, 2:24:10 PM12/5/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to webd...@googlegroups.com
Hi All,
I need to grab some run-time value and store it in excel-sheet cell. Can anyone tell me how to write it to a specific sheet/cell using JXL 2.6 jar library. I'm reading the value using following method:
public String ReadCell(int column,int row)
{
return wrksheet.getCell(column,row).getContents();
}
Thanks