Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Parsing Excel Files while maintaining format

by lyklev (Pilgrim)
on Oct 07, 2006 at 09:03 UTC ( [id://576810]=note: print w/replies, xml ) Need Help??


in reply to Parsing Excel Files while maintaining format

I don't understand why you would go through all the trouble first breaking the information apart (data vs. formatting) and then trying to format the data exactly like the way it was. Why are you even trying to read the data? If all you want is 'exporting to html' from perl, you might be better off (on a Win32 platform) controlling perl from excel, using the Win32::OLE module; it allows you to run excel commands on spreadsheets (like editing spreadsheets, saving, creating new worksheets) from perl. The ActiveState documentation that comes with perl has some excellent examples.

If you want to do interpretation of the data, formatting of the table can be simplified using CSS.</p?

  • Comment on Re: Parsing Excel Files while maintaining format

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://576810]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-26 04:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found