Is it possible to write to an excel spreadsheet without opening excel?

9 visualizzazioni (ultimi 30 giorni)
Is it possible to write to an excel spreadsheet without opening excel (it is not installed on the computer)? I have tried using the 'UseExcel' parameter but this doesn't seem to work in the xlswrite and writetable functions.

Risposte (1)

Luna
Luna il 10 Gen 2019
Modificato: Luna il 10 Gen 2019
Hi,
Did you tried writetable or xlswrite functions and they did not work?
writetable has a property: UseExcel and you can set it off.
writetable(TableData,'myExcelWorkbook.xls','Sheet',2,'Range','A1:F9','UseExcel',false);
If above does not work, you can download this function from File Exchange:

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by