Hi Experts,
i'm facing one weird issue. i have to validate xls and xlsx files, for that i have added poi jars in adf application and i'm validating files accordingly.
when i'm deploying/integrating with webcenter(12.2.1.3) portal these adf taskflows then i'm facing with issue with xlsx file while reading. its throwing error like LitteEndian class not found. In my adf application i'm using poi 4.1 jars and its dependencies..but its pointing to some old POI jars in portal.
how to resolve this poi jars issue in portal ?
Note: i'm able to validate xls file in portal but not able validate xlsx file.
Thanks in advance.