xlswrite function
Ältere Kommentare anzeigen
??? Error using ==> xlswrite at 213 Invoke Error, Dispatch Exception: Source: Microsoft Excel Description: SaveAs method of Workbook class failed Help File: xlmain11.chm Help Context ID: 0
The above error message is what im receiving when im trying to use xls write function.
Can anyone help me in solving this
4 Kommentare
Walter Roberson
am 6 Jun. 2011
Does it happen even if you try to save something very simple like a scalar value?
Kaustubha Govind
am 6 Jun. 2011
Also, does the error occur only when saving to a particular file? For example, try:
xlswrite('test.xlsx', 1)
Ken Atwell
am 6 Jun. 2011
Can you also tell us:
1. Version of MATLAB, and whether its 32-bit or 64-bit
2. Version of Office, and whether (in the case of 2010) its 64-bit
3. Version of Windows (XP, Vista, 7), and whether it is 32-bit or 64-bit
Karla Rodríguez
am 6 Sep. 2017
You should put the path where you want to write the Excel file, something like that: xlswrite('C:\Users\KARLI\Desktop\karla.xls', a); Usually Works in Desktop
Antworten (2)
Matthew Worker
am 8 Jun. 2011
0 Stimmen
Does the name have a "/" in it or other special chars? I can generate the same error you get if I try that.
vijay sabawat
am 8 Jun. 2011
0 Stimmen
1 Kommentar
Noam Handler
am 20 Feb. 2024
I had a similar error.
My bug was that the name was too long.
Kategorien
Mehr zu Spreadsheets finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!