How can I read in rows from an Excel spreadsheet using iteration?
Show older comments
I am working with a spreadsheet Is there a way I can read in one row at a time in a for loop? this is the code which i have filename='ht2.xls'; xlRange = 'A(i):H(i)'; mat=xlsread(filename,xlRange);
ie i want to input data from i'th row column A to H
2 Comments
Azzi Abdelmalek
on 16 Apr 2014
Why read one row each iteration?
jojofernandis
on 16 Apr 2014
Accepted Answer
More Answers (0)
Categories
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!