I have used xlwrite to make an excel, but it automatically saved in the working folder, how can I change the saving directory, I know I might need to use actxserver, but I was not clear what to do exactly.
Thank you, any help is appreciated.

 Akzeptierte Antwort

Rik
Rik am 2 Feb. 2018
Bearbeitet: Rik am 2 Feb. 2018

3 Stimmen

Use an explicit path to your file, e.g. like this:
xlswrite('C:\data\sheet.xlsx',A)
This is mentioned in the documentation for xlswrite.

1 Kommentar

Rik
Rik am 19 Feb. 2018
Did this solve your question? If it did, please accept this answer. It will make it easier for others to find this solution, as well as give me reputation points.
If you still have questions, feel free to comment here with your questions.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Tags

Gefragt:

am 2 Feb. 2018

Kommentiert:

Rik
am 19 Feb. 2018

Community Treasure Hunt

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

Start Hunting!

Translated by