in reply to Converting EXCEL Workbooks to HTML

As far as helping with this, I have no idea how exactly you are displaying your data to the browser without some idea of the code...

It shouldn't be a major issue to format the data you get from an excel file to print to the browser. You are getting the data from the file correctly (I assume, since I have not seen your code) with Win32::OLE. So it's just a matter of formatting that, and displaying it correctly.