in reply to Re^7: Problem using SaveAs when trying to change Excel format
in thread Problem using SaveAs when trying to change Excel format

Hi Rata, I'm very thankful for your help ( :) ) but I want to edit the $file_name and want to save the changes in the same file.

  • Comment on Re^8: Problem using SaveAs when trying to change Excel format

Replies are listed 'Best First'.
Re^9: Problem using SaveAs when trying to change Excel format
by Ratazong (Monsignor) on Jul 09, 2014 at 13:46 UTC

    To edit a file, use $book->Save(); instead of $book->SaveAs($filename);

    HTH, Rata
Re^9: Problem using SaveAs when trying to change Excel format
by Anonymous Monk on Jul 09, 2014 at 13:09 UTC

    Also slashes and backslashes, both are not working in my case.