Read big Excel file on Mac problem.

조회 수: 1 (최근 30일)
Yonghe
Yonghe 2012년 4월 6일
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개)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by