xlswrite not saving too an Excel file
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Robert Roy
el 1 de Jun. de 2016
Comentada: Robert Roy
el 2 de Jun. de 2016
Hi guys, Iam having problem saving my results from a code as an excel file, it does comes up as an unregistered 02 file that cant be opened by excel though I am wondering if anyone has had similar problems?
5 comentarios
Image Analyst
el 1 de Jun. de 2016
What do you mean by it "comes up as an unregistered 02 file"? Where does it "come up" as that? In MATLAB, in Excel, in File Explorer? What is an 02 file? What is the filename? Did you not give it an extension of .xlsx?
Respuesta aceptada
Walter Roberson
el 1 de Jun. de 2016
I speculate that the filename you are passing to xlswrite ends in '.02' and that you are expecting xlswrite to add on a .xls or .xlsx extension to that. xlswrite() only automatically adds on extensions if there are no '.' in the file portion of the name (that is, excluding any directory)
Más respuestas (1)
Ver también
Categorías
Más información sobre Spreadsheets en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!