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