Hi, I just want to extract only the plain text from xls file without parsing any other properties of the file (styles, cell or row details, images or any other thing )
As I do that in SSTDeserializer class, i observe that it is taking more time in reading the stream as the unique string count increases. It is reading the string from Record input stream class. Can any one help me to achive this only for extracting plain text from xls file in less time. Thanks in advance Regards, Jebarlin Robertson
