Group Abstract Group Abstract

Message Boards Message Boards

0
|
10.6K Views
|
5 Replies
|
5 Total Likes
View groups...
Share
Share this post:

A tired topic: importing from Excel into Mathematica

Posted 6 years ago
POSTED BY: Gerald Proteau
5 Replies
Posted 6 years ago
POSTED BY: Rohit Namjoshi
Posted 6 years ago

Many thanks, I'm only a few days with this program and find the syntax unlike anything I've used in the past, but its progress.

POSTED BY: Gerald Proteau

I can easily import the XLSX file

data= Import["c:\Users\lvveen\Downloads\ssc.xlsx", {"Data", "Sheet1", 1 ;; 72, 1 ;; 30}]; % // Dimensions

Gives {72, 30}

data[[All, 2]] // Total

gives -66552.4

POSTED BY: l van Veen
Posted 6 years ago

I've added the files I'm working with. The excel file contains data for overhead cables, one cable per row.
G

POSTED BY: Gerald Proteau
Posted 6 years ago

I import excel files (xlsx) and csv files frequently and encounter no problem. Would you mind attach your file and your code for import? so I can have a check.

POSTED BY: Jason Zhao
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard