Filter löschen
Filter löschen

Is there any other matlab function equivalent to xlswrite that work on macbook ?

9 Ansichten (letzte 30 Tage)
Hi everybody, Is there any other matlab function equivalent to xlswrite that work on macbook ? I heard about the "xlwrite" function, i did download the java thing but I don't know how to use it.
I get this error : Warning: Could not start Excel server for export. XLSWRITE will attempt to write file in CSV format
Thank you,
Meryem

Akzeptierte Antwort

Pariterre
Pariterre am 27 Jun. 2018
Bearbeitet: Walter Roberson am 27 Jun. 2018
Hi Meryem,
The error you reported (The POI library is not loaded in Matlab.) may just be due to the fact that you did not include the Apache POI function in you path (addpath('path_to_poi_functions')) which are provided with the function!
  2 Kommentare
Meryem Rhouzlane
Meryem Rhouzlane am 27 Jun. 2018
Thank you for your quick reply. The thing is i'm not familiar with java so i just copy paste the code files in a file. Is there any other step to load the POI library ? thanks.
Pariterre
Pariterre am 27 Jun. 2018

there should be.. as soon as you use the command

addpath('path_to_poi_files')

matlab should be able to load them. Could you provide us with a minimalistic version of the code you use?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Walter Roberson
Walter Roberson am 27 Jun. 2018
We recommend using writetable(), which can work with csv, xls, and xlsx files. You might need to use array2table() to convert your data to table object.

Community Treasure Hunt

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

Start Hunting!

Translated by