2009-09-10, 11:26 PM
When I convert Excel sheets to VBulletin tables, I save them as tab-delimited text files.
Then you can do this in any decent text editor:
[noparse]
- global find and replace [tab] with |
- add
to the bottom
[/noparse]
But I usually just run this Perl script.
Then you can do this in any decent text editor:
[noparse]
- global find and replace [tab] with |
- add
| to the top |
|---|
| - add |
[/noparse]
But I usually just run this Perl script.
Spoiler

