how to select specific column and rows in excel
古いコメントを表示
how I can select column 1 to column 8 and row 2 to end in xlsx file
1 件のコメント
Image Analyst
2019 年 10 月 30 日
What does that mean? Do you want to
- launch Excel from MATLAB, and select cells A2:H2 in the workbook using ActiveX (if you're using Windows)? So if you hopped over to Excel, you would see those cells highlighted/selected?
- Or do you want to import data from those cells in the workbook into MATLAB?
Those are two VERY different things. Please explain exactly what "select" means to you.
回答 (2 件)
galaxy
2019 年 10 月 30 日
0 投票
You can use readtable for import data from excel to MATLAB
カテゴリ
ヘルプ センター および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!