in reply to How to save the editing excel?

louie:

Since you're using MS Office, I'm guessing you're using Win32::OLE to drive Excel. In that event, it's not really a perl question, but an Excel API question. For that, you'll need to refer to Microsoft's documentation. I expect that you'll likely call a method named something like Save to actually save the workbook.

...roboticus