MATLAB: Xlswrite to create file with xlsx extension

excel

Anyone know how to create a Microsoft Excel file with an xlsx extension instead of xls?

Best Answer

xlswrite('file.xls',Your_data)