xlswrite error, can´t export
Show older comments
Hi there first time asking i cant seem to fix this i think is a config problem this is the code
A=(1:10);
xlswrite('prueba.xlsx',A,1,'J10:J19');
and this is the error
Error using xlswrite (line 219) Invoke Error, Dispatch Exception: Source: Microsoft Office Excel Description: No se puede obtener acceso al archivo 'C:\Program Files\MATLAB\MATLAB Production Server\R2015a\bin\E3D2CD00'. Puede haber varios motivos:
• El nombre del archivo o la ruta no existen. • Otro programa está usando el archivo. • El libro que está intentando guardar tiene el mismo nombre que otro libro que está abierto en estos momentos. Help File: C:\Program Files (x86)\Microsoft Office\Office12\3082\XLMAIN11.CHM Help Context ID: 0
Error in pruebas (line 2) xlswrite('prueba.xlsx',A,1,'J10:J19');
its in spanish sorry
Answers (0)
Categories
Find more on Analog Filters in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!