Hai All-
I Have problem with OLE Excel SaveAs method, if its
sounds too silly forgive me.we need to create a HTML
Doc from Excel Worlsheet. We are able to save
the file as Excel with the follwoing statement
      $xl->ActiveWorkbook->SaveAs( {
                        FileName =>  "$xlfile" });

But, unable to save it as HTML doc directly with the
following statement.
      $xl->ActiveWorkbook->SaveAs( {FileName => 
"xlfile", FileFormat => 'xlHTML' });

I tried my best, but unable to solve.
Hope to receive some comments

Regards
-Amar

________________________________________________________________________
Yahoo! India Matrimony: Find your life partner online
Go to: http://yahoo.shaadi.com/india-matrimony
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to