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

How to Convert Excel File into CSV using Apex ?
Hi All,
I have a requirement in my code where I need to convert uploaded Excel file into CSV.
Can anyone tell me how to do this ?
Thanks and Regards,
Naznin
I have a requirement in my code where I need to convert uploaded Excel file into CSV.
Can anyone tell me how to do this ?
Thanks and Regards,
Naznin
Please refere this link http://www.sfdcpoint.com/salesforce/import-csv-file-using-apex-visualforce/
Thanks,
Anuj
I know how to parse CSV File.
My Query is that , How to convert Excel File Into CSV through Apex code.
Did you try using ontentType="text/csv#test.csv
Thanks,
Anuj
No, Where to use such?? please, give some example.
Try the X version of Excel Converter to convert to CSV using APEX. You can check it out here: https://www.coolutils.com/TotalExcelConverter
https://cloudmersive.medium.com/how-to-convert-excel-xlsx-to-csv-files-in-apex-63b569cc6ddc
I hope this link may help you...
https://techietips99.wordpress.com/2018/09/22/convert-excel-to-csv-salesforce-heroku-integration/