table export (sol'n not in deja news)
- To: mathgroup@smc.vnet.net
- Subject: [mg11941] table export (sol'n not in deja news)
- From: mam94006@uconnvm.uconn.edu (Manuel A. Morales)
- Date: Thu, 9 Apr 1998 00:33:49 -0400
- Organization: University of Connecticut
- References: <6g4r01$osk$7@dragonfly.wolfram.com>
On 4 Apr 1998 08:28:49 GMT, "JCrgen Tischer" <jtischer@pitagoras.univalle.edu.co> wrote: >Hi Chris, try this: > >In[1]:»47,98},{34,45}}; >In[2]:treamenWrite["test.dat"]; >In[3]:iteString[stream,ToString[TableForm[m]]]; >In[4]:lose[stream]; > >JCrgen The above is a solution to exporting a table into a file readable by a spreadsheet program. However, if the table contains very large or very small numbers, a possible file output could look like: 13 1.4 10 20 -14 1.3 10 50 which does not import well. Any solutions? Thanks in advance, Manuel