Hello,
Does anyone know of a class or FM which can read/parse excel(.xls NOT .xlxs ) into internal table. I have tried searching for some solution on sdn multiple times but they always end up working for .xlxs (newer format) but fail for .xls.
My requirement is such that the file cannot be saved as .xlxs or can it be converted to a .txt or any other format. As a workaround i have developed a java webservice which uses POI HSSF object to parse , and it works perfectly. But i would like to implement a ABAP solution if possible and avoid a point of failure.
Regards,
Vivek