Clear Filters
Clear Filters

How to read big excel file in MATLAB?

1 view (last 30 days)
PeymanS
PeymanS on 28 Apr 2020
Hi,
I am trying to read an excel file using "readtable" in MATLAB 2019a.
The file seems to be too big for MATLAB to handle while I get the following error:
Error using readtable (line
216)
Range input exceeds bounds for
this file extension. Row
values must be between 1 and
65536 and columns values must
be between 'A' and 'IV'.
Is there any way to read and process this file?
Thanks

Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!