http://qs321.pair.com?node_id=949627


in reply to Re^2: Spreadsheet::SaveParser - how to preserve formulas during parse, evaluate during write ?
in thread Spreadsheet::SaveParser - how to preserve formulas during parse, evaluate during write ?

Spreadsheet::ParseExcel::SaveParser::Worksheet is not a subclass of Spreadsheet:WriteExcel::Worksheet so it doesn't have a write_formula() method.

Spreadsheet::ParseExcel::SaveParser does return a Spreadsheet:WriteExcel object that you can use to access the write_formula() method instead.

P.S. Please don't post new questions in reply to a thread that your question isn't related to.

--
John.

Replies are listed 'Best First'.
Re^4: Spreadsheet::SaveParser - how to preserve formulas during parse, evaluate during write ?
by Anonymous Monk on Jan 24, 2012 at 10:09 UTC

    Hi John, Thanks. I will open a new thread.

Re^4: Spreadsheet::SaveParser - how to preserve formulas during parse, evaluate during write ?
by guptasonal (Initiate) on Nov 07, 2012 at 05:27 UTC
    John,
    
    Sorry for posting on the same thread, since I could not find any other related thread.
    
    Could you please give an example of writing formulas in Saveparser. I tried few things, all in vain. So please elaborate on the above mentioned solution.
    
    --
    Sonal