Re: Parsing and HTML file

2005-09-09 Thread Binish A R
Nath, Alok (STSD) wrote: Hi all, I want to read the data from an HTML file say Test.htm.For that I want to use HTML::TableExtract. Can anybody send me some pointers to write the script or give me some sample script ? Thanx, Alok. perldoc HTML::TableExtract :)

Re: Parsing and HTML file and then creating MS-Excel out of it.

2005-08-16 Thread Chris Devers
On Tue, 16 Aug 2005, Nath, Alok (STSD) wrote: > Can anybody send me some pointers for reading an HTML file and > then creating an excel file ? > > Basically what I want to do is read the data in the HTML file and then > create and MS-Excel out of it. I bet you could write a Perl script t