Posting Tables or spreadsheet data
Is there an easy way to post a table filled with numbers so the columns line up? The data is in an Excel spreadsheet now....
I tried to add HTML into a post. I am not sure what the HTML tag button does. I could not get the following to show up as a table:
<table>
<tr>
<td>1</td>
<td>2</td>
</tr>
</table>
|