MAC reading .number into table format

Hi, MAC system do not have .xls excel format, but .number format. How to read the .number file into Matlab table?
Thanks
John

回答(1 个)

Cris LaPierre
Cris LaPierre 2021-1-7
编辑:Cris LaPierre 2021-1-7
MATLAB does not appear to be able to read these files directly. The recommended workaround is to export the file as a *.xlsx or *.csv file, then import using readtable. Other methods for importing the converted file can be found here.

产品

版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by