ASP Express
There is nothing else

How to Convert Tab-delimited Text Into HTML Tables

1. First off - in Excel, (or any spreadsheet,
or any program that you can create text
separated by tabs), you start with a section of cells:
tableconvert1.jpg (16023 bytes)

2. Highlight the section of cells that you
want to convert to an HTML Table.
Then copy to the clipboard.
tableconvert2.jpg (18268 bytes)

3. Start ASP Express and right-click where
you want the table to begin, choosing 'Paste':

4. This, or something similar is what you will get (don't worry
about how the alignment looks - if the original text was
done with tabs, it should come out all right.
tableconvert4.jpg (19794 bytes)

5. Now, start ONE LINE BELOW all the text and highlight
UPWARDS to the beginning:
tableconvert5.jpg (22734 bytes)

6. Under the Insert/Table pull-down menu, you will find
the choice to 'Create Table From Text':
tableconvert6.jpg (32949 bytes)

And - Voila! - your HTML output will be like the example below (left) and you will get a great looking table:
tableconvert7.jpg (26824 bytes) tableconvert8.jpg (21847 bytes)

ASP Express Home | How-To Section