in reply to Printing extracted Excel data into a HTML table

you can use HTML::Tree module for generating html file.
-kulls
  • Comment on Re: Printing extracted Excel data into a HTML table

Replies are listed 'Best First'.
Try ADO
by Anonymous Monk on Dec 09, 2005 at 16:03 UTC
    I find DBD::ADO the easiest way to interact with Excel.

    non-perl pointers:
    http://support.microsoft.com/kb/q257819/

    Otherwise, use Win:32::OLE to save as HTML, then use HTML::TableExtract.

    I think that either approach would reduce it to a very simple problem (i.e. very little code).