-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Excel Results file in MAC #59
Comments
any luck on fixing the issue? |
Hi. Nope. I ended up installing Parallels, and running MatLab from there as a Windows session. It is a pain, but I couldn't find any way around it. |
Hi, Try this workaround: 1) download the xlwrite.m for Macs (https://www.mathworks.com/matlabcentral/fileexchange/37560-xlwrite-export-data-to-excel-from-matlab-on-mac-win); 2) run the java that this code needs; 3) substitute in the xlswritegeneral the "xlswrite" for "xlwrite"; Wherever in the code there is .xlsx substitute it with .xls; This will generate the file in xls format in a Mac. Hope this works for you while the developers answer why is not working properly! |
Hi. I'm guessing still no change on this |
Hi, Did you try the workaround I posted on Oct 2024? it should work if you follow the instructions I detailed above... |
Hi. After running BEAR, I get the following error when trying to produce an Excel file with the results. I'm still trying to figure out how to solve this. I used to work with BEAR in Windows and never had this problem. I would appreciate any suggestion other than returning to Windows ;) Thanks
Warning: Unable to write to Excel format, attempting to write file to CSV format.
The text was updated successfully, but these errors were encountered: