hi i have use the first code from the following post How to create an Excel file based on CSV file using Java?
but i want to set the delimiter of the input CSV file with arg for example if the delimiter is not a comma but ! i would like to set it manually with args an the xls file split the line when sees ! instead for comma could you please help?