Read big Excel file on Mac problem.

1 次查看(过去 30 天)
Dear All,
We have an application that will read from an Excel file holding the data, numerical and text. I would like to use one of the powerful Mac to do the computing. However, the Matlab xlsread won't work on Mac. I found some solutions which require saving to other versions of Excel. But it does not work for me due to the column limitation of 256. Our spreadsheets contain more than that. Does anyone find a solution to this issue?
Thank you in advance for your help!
Yonghe

采纳的回答

Walter Roberson
Walter Roberson 2012-4-6
Solutions:
  • write the data with fewer columns
  • use a different file format
  • write your own xlsread() routines, perhaps drawing upon the API for OpenOffice
  • upgrade to R2012a or later
  1 个评论
Yonghe
Yonghe 2012-4-20
Hello Water,
Thank you for your help! After we upgraded to 2012a on Mac, the excel sheet works now. Sorry for the late reply that it took me a few days to move to 2012a.
As always, I very much appreciate your help!
Yonghe

请先登录,再进行评论。

更多回答(0 个)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by