Info
この質問は閉じられています。 編集または回答するには再度開いてください。
import from excel, do the search then export to excel
1 回表示 (過去 30 日間)
古いコメントを表示
I want to import two sheets from excel do the modification and searches I want export to a third sheet in the document
How can I import and save the answers to an exported sheet ?
0 件のコメント
回答 (1 件)
Cam Salzberger
2017 年 5 月 17 日
You can get data from Excel files using "xlsread" or "readtable". There is also the Import Data tool, if you would prefer to select the data manually, and maybe generate code to do it automatically conforming to your selections.
Once you do your searching and processing, you can output to an Excel file with "xlswrite", or "writetable" if your data is a table.
-Cam
0 件のコメント
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!