transferring data from sequence to excel table
- Posted by tapueu at hotmail.com Jan 02, 2002
- 455 views
This is a multi-part message in MIME format. ------=_NextPart_000_0009_01C1942C.29551C00 charset="iso-8859-1" Hello! I need to transfer data from sequence to excel table. how can I do it? ex. seq={{"Holmes","John"},{"Asian","Carrera"}} and it should give a table like this: A B 1 Holmes John 2 Asian Carrera Now what I want is first to start my euphoria program and create the sequence (already done). then let my .exw program run, click myself to excel and then by pressing some keys together (like Ctrl+T) my proggie would automatically transfer all data to excel and create table like I described above. regards and thanks already, --Talvitie ------=_NextPart_000_0009_01C1942C.29551C00 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: 8bit <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content="text/html; charset=iso-8859-1" http-equiv=Content-Type> <META content="MSHTML 5.00.2614.3500" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>Hello!</FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2>I need to transfer data from sequence to excel table. how can I do it?</FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2>ex.</FONT></DIV> <DIV><FONT face=Arial size=2>seq={{"Holmes","John"},{"Asian","Carrera"}}</FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2>and it should give a table like this:</FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2> A B</FONT></DIV> <DIV><FONT face=Arial size=2>1 Holmes John</FONT></DIV> <DIV><FONT face=Arial size=2>2 Asian Carrera</FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2>Now what I want is first to start my euphoria program and create the sequence (already done). then let my .exw program run, click myself to excel and then by pressing some keys together (like Ctrl+T) my proggie would automatically transfer all data to excel and create table like I described above.</FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2>regards and thanks already,</FONT></DIV> ------=_NextPart_000_0009_01C1942C.29551C00--