Is it possible to use xls functions whitout excel installed?
1 次查看(过去 30 天)
显示 更早的评论
I'm writing a UI with guide and I have to store data in xls files, but the PC where I want to execute my .exe doesn't have excel installed. Is there a way for doing this with open office or another free source?
0 个评论
回答(1 个)
KL
2017-11-22
The documentation for xlswrite says,
If your computer does not have Excel for Windows®, or if the COM server (part of the typical installation of Excel) is unavailable, then the xlswrite function: Writes array A to a text file in comma-separated value (CSV) format. A must be a numeric matrix.
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!