Search found 2 matches

by alexan0308
Fri Oct 18, 2013 12:20 pm
Forum: XLSReadWritwII 6
Topic: Unknown Attribute "xml:space" exception
Replies: 3
Views: 2665

Re: Unknown Attribute "xml:space" exception

I'm sorry, but it still does not work
by alexan0308
Wed Oct 16, 2013 5:00 pm
Forum: XLSReadWritwII 6
Topic: Unknown Attribute "xml:space" exception
Replies: 3
Views: 2665

Unknown Attribute "xml:space" exception

I got an error: Row 0: Unknown Attribute "xml:space" when reading this xlsx file:
http://rapid.ufanet.ru/37783617

Code: Select all

 filename:= 'E:\2.xlsx'; 
 XLS.Filename := filename; 
 XLS.Read;   
Could you please fix this.
Thank you .