How can I store/embed an image into excel file (in LINUX)
2 次查看(过去 30 天)
显示 更早的评论
I am facing the problem of embedding an image inside an excel document.
I have followed the previous articles where they have used activeX API to do this, but this API is not supported in Linux and "Excel.Application" is not recognized.
If I directly use xlswrite() the data is stored in a csv file with only numeric data, passed along side images.
I also get this warning
Warning: Could not start Excel server for export.
XLSWRITE will attempt to write file in CSV format.
0 个评论
回答(1 个)
Image Analyst
2020-5-10
If you create the Excel document in advance, and you have some known ranges where data is or will be, then you can create the plots in the workbook in advance. When you export the data to those ranges, the plots will reflect the new data you just pasted in.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Use COM Objects in MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!