xls export problem
古いコメントを表示
>> xls_1
xls_1 =
857_386.xls
>> xlswrite(xls_1,a) ??? Error using ==> xlswrite at 213 Invoke Error, Dispatch Exception: Source: Microsoft Office Excel Description: ???????????????????:
??????????????? ??????????? ??????????????: < > ? [ ] : ? *? ????????????? 218 ????? Help File: C:\Program Files\Microsoft Office\OFFICE11\1028\xlmain11.chm Help Context ID: 0
採用された回答
その他の回答 (5 件)
Jan
2011 年 2 月 20 日
I do not see the problem.
a = rand(5);
xls_1 = '857_386.xls';
xlswrite(xls_1, a);
=> The file 857_386.xls is created. Did you use "xlswrite xls_1 a" without parenthesis?!
Hello Blower
2011 年 2 月 20 日
0 投票
1 件のコメント
Jan
2011 年 2 月 20 日
Please post the exact Matlab commands you have used.
Matt Tearle
2011 年 2 月 20 日
0 投票
Dare I ask... When you say you set xls_1 = 857_386.xls, you do mean xls_1 = '857_386.xls', right?
Cagri Ozcaglar
2011 年 3 月 4 日
0 投票
File name may be too long. Try to shorten the absolute path of the file by shortening folder names.
Chidiebere Brendan Obiechefu
2019 年 7 月 29 日
0 投票
I had same problem. What solved mine was writing the excel file to a desktop location. I don't know if it was because I was trying to save on onedrive (which is what I use normally), or that the file path is too long.
カテゴリ
ヘルプ センター および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!