MathGroup Archive 2009

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

Search the Archive

Re: Export to Excel without the brackets {}

  • To: mathgroup at smc.vnet.net
  • Subject: [mg101623] Re: Export to Excel without the brackets {}
  • From: Bill Rowe <readnews at sbcglobal.net>
  • Date: Fri, 10 Jul 2009 23:27:26 -0400 (EDT)

On 7/10/09 at 6:45 AM, lars1102 at umn.edu (Andy) 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?

If I do the following:

Export["test.xls", RandomReal[1,{5,5}],"XLS"]

and then open the file in Excel I see a 5x5 array of numbers
with no brackets.

If this doesn't give you enough information to solve your issue,
you need to post the code showing exactly what you are doing.



  • Prev by Date: Re: Shortcut for Power
  • Next by Date: Re: Shortcut for Power
  • Previous by thread: Re: Export to Excel without the brackets {}
  • Next by thread: Re: Export to Excel without the brackets {}