Any good ways to read data from messy Excel files?

1 回表示 (過去 30 日間)
TingTing
TingTing 2015 年 11 月 23 日
コメント済み: per isakson 2015 年 11 月 23 日
Hi, I have some data in Excel files. They include variable names and variable contents (usually a column or a row) and some are two-dimension tables. They are spread in many sheets and files and not often in the same location of different sheets. So the usual xlsread, which is location-specific, does not help much. Is there a good way of reading them from Excel sheets? I know if they had been in text files, we can do low-level file I/O. However, if I export my data into text file, it will be even more messier... So I need some low-level import from Excel directly...
  2 件のコメント
dpb
dpb 2015 年 11 月 23 日
There's always the third optional return from xlsread that is the raw data as all textual information you can then parse to locate what's of interest...
per isakson
per isakson 2015 年 11 月 23 日
Besides "the third optional return from xlsread" another alternative is:

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeSpreadsheets についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by