Unknown Attribute "xml:space" exception
Posted: Wed Oct 16, 2013 5:00 pm
I got an error: Row 0: Unknown Attribute "xml:space" when reading this xlsx file:
http://rapid.ufanet.ru/37783617
Could you please fix this.
Thank you .
http://rapid.ufanet.ru/37783617
Code: Select all
filename:= 'E:\2.xlsx';
XLS.Filename := filename;
XLS.Read;
Thank you .