2009-09-10, 11:45 PM
Dusk Wrote:When I convert Excel sheets to VBulletin tables, I save them as tab-delimited text files.Perl looks weird @_@
Then you can do this in any decent text editor:
[noparse]
- global find and replace [tab] with |
- add
to the bottom
to the top - add
[/noparse]
But I usually just run this Perl script.
Spoiler
And yeah, the tab delimited is what I meant. I just remember once opening some sort of Excel file in a text editor and finding meaningful-looking stuff in it, when I didn't have Excel or OpenOffice on said computer.

