From: Andrew Lentvorski <[EMAIL PROTECTED]>
I'm doing a lot of work with truth tables and digital logic for my class. I'm really beginning to loathe creating tables by hand.

Anybody have any suggestions for a way to enter data in a nice tabular form and then have a program spit out either a <table></table> or <div></div> HTML file?
Can OO's spreadsheet program export as html?

If not, it should be trivially easy to make a perl program that reads csv and turns it into a table. Suck up the file, output table header, foreach line in the file, split on ',' and output the row.

Gabe

_________________________________________________________________
Find what you need at prices you’ll love. Compare products and save at MSN® Shopping. http://shopping.msn.com/default/shp/?ptnrid=37,ptnrdata=24102&tcode=T001MSN20A0701


--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to