Why do I get binary data warnings when using XLSREAD?
Show older comments
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.'
Accepted Answer
More Answers (0)
Categories
Find more on Spreadsheets in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!