Clear Filters
Clear Filters

Is it possible to use xls functions whitout excel installed?

1 view (last 30 days)
I'm writing a UI with guide and I have to store data in xls files, but the PC where I want to execute my .exe doesn't have excel installed. Is there a way for doing this with open office or another free source?

Answers (1)

KL
KL on 22 Nov 2017
The documentation for xlswrite says,
If your computer does not have Excel for Windows®, or if the COM server (part of the typical installation of Excel) is unavailable, then the xlswrite function: Writes array A to a text file in comma-separated value (CSV) format. A must be a numeric matrix.

Community Treasure Hunt

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

Start Hunting!