xlswrite error, can´t export

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)

Asked:

on 13 Nov 2016

Community Treasure Hunt

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

Start Hunting!