Why do I get binary data warnings when using XLSREAD?
Afficher commentaires plus anciens
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.'
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Spreadsheets dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!