You need to sign in to do that
Don't have an account?

How to read excel file using apex class and visual force page
Hi Everyone,
I have a requirement in my code,where I need to read an excel file using apex class and visual force page.
I have searched my query,but no where I found the solution for it,everyone posted solution for reading csv file.
Can anyone please tell me that, Is this possible to read excel file using apex?
I have a requirement in my code,where I need to read an excel file using apex class and visual force page.
I have searched my query,but no where I found the solution for it,everyone posted solution for reading csv file.
Can anyone please tell me that, Is this possible to read excel file using apex?
alternate solution, change the .xlsx to .xml and upload the file in static resource or file or in an attachment. then you can read the file in the apex.
ex.
I will try this solution.