update an excel with spreadsheet

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lavsaxena
    New Member
    • Apr 2009
    • 13

    update an excel with spreadsheet

    Can we edit a worksheet of excel through spreadsheet::wr iteExcel.
    Because when I am using
    my $workbook = Spreadsheet::Wr iteExcel->new('D:\test_r esult.xls');

    this statement is creating the excel file again. I want to update an excel sheet means if the some data already exist, the new data should be append to it...

    Thanks in Advance
    -Lav
  • gpraghuram
    Recognized Expert Top Contributor
    • Mar 2007
    • 1275

    #2
    Hi,
    read the description given in this page.


    Raghu

    Comment

    • nithinpes
      Recognized Expert Contributor
      • Dec 2007
      • 410

      #3
      You may have to make use of Spreadsheet::Pa rseExcel::SaveP arser

      Comment

      Working...