|
[Date Index]
[Thread Index]
[Author Index]
Re: Importing xlsx spreadsheet data into Mathematica,
- To: mathgroup at smc.vnet.net
- Subject: [mg127733] Re: Importing xlsx spreadsheet data into Mathematica,
- From: Nigel King <nigel.king at cambiumnetworks.com>
- Date: Fri, 17 Aug 2012 03:45:44 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
- References: <20120816055857.49B55684D@smc.vnet.net>
Min version 8 I was just doing this yesterday.
data=Import["spreadsheet.xlsx"]
Just populates data with a table of 2 dimensional tables.
I hope that helps
Nigel King
On Aug 16, 2012, at 12:59 AM, "Alan Beilis" <abeilis99 at gmail.com> wrote:
> Has anyone had any luck doing this? If so, would you mind providing
> the Mathematica syntax to do this? Thanks for any and all help!
>
>
Prev by Date:
Re: V8 slow like a snail
Next by Date:
Re: Importing xlsx spreadsheet data into Mathematica,
Previous by thread:
Re: Importing xlsx spreadsheet data into Mathematica,
Next by thread:
Re: Importing xlsx spreadsheet data into Mathematica,
|