Windows .NET Framework Update Breaks READTABLE()
1 次查看(过去 30 天)
显示 更早的评论
Not so much a Q? as a report...
Got up this AM to discover Windwoes had installed Office and OS update. After the interminable reboot and rebuilding all the work in progress - NOT! first thing to happen was all scripts/functions with READTABLE() failed with internal error.
Reboot "just in case" something didn't get finished updating did not solve the problem.
Regressed that update back out and all returned to being functional again.
Win7 Pro, R2017b
3 个评论
Steven Lord
2019-5-15
Do you happen to have available the number or name of the specific update(s) that were installed and that you had to regress to avoid the problem?
回答(2 个)
Jeremy Hughes
2019-5-15
Try,
readtable(filename,'Basic',true) % or UseExcel false in a more recent release.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Platform and License 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!