Currently I am using below code to convert Xlsx file to csv using java.Its taking more time because below code uses iterator to do this process. but I need any other better solu
Try using POI API. Here is the reference link
Java - Apache POI - Convert XLS/XLSX to CSV