The following will convert a table copied from Excel or Word into TW
format... mostly. It only handles simple tables, and has this annoying
habit of putting an extra | between each row. But even so it is much
faster then doing it all from scratch.
!Paste a table from Excel into the text area below
<html><p align="center"><textarea id="xclToTw" rows="10" cols="60"></
textarea><br><button onclick="(function(){var
ta=document.getElementById('xclToTw'); displayMessage('original: ' +
ta.value); ta.value=ta.value.replace(/^|$|\t/gm, '|');})();" >
Translate</button></p></html>
Or at least it does in IE6. Not sure about FireFox.
Ken Girard
On Aug 8, 4:55 am, "Anthony Muscio" <
anthony.mus...@gmail.com> wrote:
> Thanks,
>
> However despite all the various possibilities including firefox plugins none
> seems to accept tables within text as copied from Outlook or wordpad.
>
> I know I can use tools to create tables with pasted text but none seem to do
> the whole thing, RTF formats and tables.
>
> Pitty
> Thanks Tony M
>