Clifford Martin
2005-03-07 07:19:15 UTC
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
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