This is a short summary of how I made the table.


I used Java – source code is at /TabGen.java.

The class file generated is also available at /TabGen.class

The input data file is TableData.txt at / TableData.txt



Running the Java program with input as the data file and output as the html file as in the cmd box line :


java TabGen < TableData.txt > Tab25.html


Of course you need to have Java Runtime installed on your PC.