Gabriel Sechan wrote:

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.

Don't try to use OpenOffice. I just did a quick check, and the output is some XHTML that should be cast into the pits of hell before being unleashed onto humanity.

Gus


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

Reply via email to