Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hey everyone.

I'm trying to parse a excel file and print out its content into html table so it can be viewed via the web.

I have lots of excel files I will be using and I need a way I can easily take the format that exists on the exel file so its the same viewed on the web. So If a row value on a excel file was bold, then it will also be bold on the browser.

The closest module I have that may be able to do this is SpreadSheet::Parse. I have looked at their formatting section on the manual but not sure if theres a way to do what I want to do.

If anyone has any referrence they can share or knowledge on this topic, I'll appreciate it dearly.

Cheers,
Alexis

Replies are listed 'Best First'.
Re: Excel Format converted to HTML
by chargrill (Parson) on Feb 19, 2006 at 01:06 UTC
      I actually found that, but it does not mention anything about taking the existing excel format and converting it into html. :(
Re: Excel Format converted to HTML
by planetscape (Chancellor) on Feb 19, 2006 at 09:19 UTC
Re: Excel Format converted to HTML
by Anonymous Monk on Feb 19, 2006 at 18:38 UTC
    Thanks a lot for taking your time to compile these referrence links.

    I will take a look and see if any of these results solve what I'm looking to do. IF so, I will post for further referrence for anyone else who may search upon this thread.

    Thanks you, Alexis