You could read the clipboard data into a javascript variable and parse it from there, then insert the data into the cells
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jon Hart Sent: Thursday, 26 June 2003 10:18 AM To: CFAussie Mailing List Subject: [cfaussie] Re: How to cut and paste a slab of numbers ? If its just numbers, then its not hard to write a parser using the list functions. You've got a list delimited by <new line>, each element being a list delimited by <,> You just have to loop over them and do something with it. It will be prone to breaking, the csv format as exported by excel can be a bit more complicated, escaped commas, speech marks etc. Jon. --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
