Sheets in excel file xlswrite and xlsread
10 ビュー (過去 30 日間)
古いコメントを表示
I have an xls file with one sheet, I want to create another sheet in it and write in that sheet, How can I do that?
3 件のコメント
Matt
約11時間 前
writematrix or writecell simply puts data into the excel file. It doesn't force the excel file to calculate. Can you use writematrix or writecell but also force the excel sheet to calcuate and then readcell?
Cris LaPierre
約8時間 前
編集済み: Cris LaPierre
約8時間 前
I don't believe so. You would need to use ActiveX for Excel to recalulate its equations.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!