How can I store/embed an image into excel file (in LINUX)
2 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Image Analyst
on 10 May 2020
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 Comments
See Also
Categories
Find more on Use COM Objects in MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!