How can I store/embed an image into excel file (in LINUX)
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Image Analyst
il 10 Mag 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 Commenti
Vedere anche
Categorie
Scopri di più su Use COM Objects in MATLAB in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!