How do I read text paragraphs from Excel files?
Info
This question is closed. Reopen it to edit or answer.
Show older comments
I normally read text strings from Excel files by first converting the file into a CSV or TXT, and then use fopen, textscan, and fclose.
However, now I have a bunch of Excel files whose cells could contain delimiters such as commas or Tabs, making it really hard to first convert the file to CSV, or TXT and use "textscan" to read them.
Any ideas I can directly read strings from Excel cells. When I say strings, I mean paragraphs.
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!