MathGroup Archive 2009

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

Search the Archive

how to specify sheet names in xls export?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg96899] how to specify sheet names in xls export?
  • From: Mitch Murphy <mitch at lemma.ca>
  • Date: Thu, 26 Feb 2009 08:03:49 -0500 (EST)

is there a way to specify the sheet names when exporting excel xls  
spreadsheets? i couldn't find much details in the documentation. my  
best attempt so far is:

	Export["test_sheet_name.xls", Table[100 i + 10 j + k, {i, 2}, {j, 3},  
{k, 4}], "Sheets" -> {"a", "b"}]

but that doesn't work...

any help/suggestions please?

thanks,
Mitch





  • Prev by Date: Re: DiscretePlot
  • Next by Date: Re: HoldForm[1*2*3] should give 1 x 2 x 3 not 2 x 3
  • Previous by thread: Re: Setting global Plot font options
  • Next by thread: Re: how to specify sheet names in xls export?