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

9 次查看(过去 30 天)
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.

回答(1 个)

Luna
Luna 2019-1-10
编辑:Luna 2019-1-10
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:

标签

Community Treasure Hunt

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

Start Hunting!

Translated by