MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Outputing a tabular function

  • To: mathgroup at smc.vnet.net
  • Subject: [mg54945] Outputing a tabular function
  • From: Clifford Martin <camartin at snet.net>
  • Date: Mon, 7 Mar 2005 02:10:29 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

In some code I've written I output a table. In
Mathematica I use TableForm in the usual way then use
columns of data to fill the table. It looks nice in
Mathematica. But my customer wants to be able to pull
the file up in Excel.  I've tried various export
formats but since the tables are made up of columns of
data that are just lists it writes the lists as rows 
Any suggestions about exporting the data so it can be
read in an external program and look like a table? (I
should add that I iterate over many sets of data and
so there are multiple tables that print out. I capture
the data in a function that I try to Export). Any
suggestions appreciated.

Cliff


  • Prev by Date: Re: where is DrBob's web site?
  • Next by Date: Re: Re: New in 5.1.1?
  • Previous by thread: Re: Recursion
  • Next by thread: Re: Outputing a tabular function