Why do I get binary data warnings when using XLSREAD?
显示 更早的评论
I have a third party program that populates an Excel worksheet with data. An example of such a third-party software is FactSet, which is a financial datafeed tool. When I use XLSREAD, I get the following results:
>> [num txt] = xlread('tmp.xlsx')
num = []
txt = 1 x 2 cell
The error message in the second element of the "txt" variable is:
'This sheet contains Factset binary data for use with this workbook''s =FDS codes. Modifying the worksheet''s contents may damage the workbook''s =FDS functionality.'
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Spreadsheets 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!