Re: Export to Excel without the brackets {}
- To: mathgroup at smc.vnet.net
- Subject: [mg101629] Re: Export to Excel without the brackets {}
- From: "Sjoerd C. de Vries" <sjoerd.c.devries at gmail.com>
- Date: Fri, 10 Jul 2009 23:28:31 -0400 (EDT)
- References: <h3763p$f62$1@smc.vnet.net>
What's wrong with Export["test.xls", Table[Random[], {25}, {25}]] ?? Sjoerd On Jul 10, 12:45 pm, Andy <lars1... at umn.edu> wrote: > Hi, Do you know how to export a Mathematica table to Excel without > getting the brackets {} around the data inside of each Excel cell? > Thanks.