Posted By:
rock_star
Posted On:
Wednesday, November 23, 2011 06:45 AM
How to parse a large text file which has data in form of Coloums like:
sno name age
--------------------
1. sam 23
2. joe 22
-
-
-
-
-
-100 kris 24
Need a java program that reads this text file and
prints the whole data in HTML table. Kindly help.
Thanks in advance.