Message Boards Message Boards

0
|
1537 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Importing ods file fails

Posted 1 year ago

Hi everyone,
I tried to import a specific sheet of an ods file by using Import["File_Name",{"Sheet","Name"}] but it does not work. Mathematica stops working after 10/15 min. Is there a way to import such a file without modifying the original one?
Thanks for your help.

POSTED BY: Dani O

Perhaps, try to import the data into a variable with a semicolon as terminator in order to supress the construction of the display.

table=Import["xy.ods"];

For large data sets, Import is slow, but often the graphics output is simply not a task for an interpreting system.

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

Group Abstract Group Abstract