I have a txt and I have to transform it to excel, the txt records are separated by commas, how can I put those records in excel with java
Asked
Active
Viewed 61 times
0
-
2have you tried anything ? if yes, then please post that code as well. – Nishikant Tayade Mar 23 '22 at 13:14
-
2Excel is capable of reading comma-separated text files, so you don't need to do anything :-) – Dominique Mar 23 '22 at 13:15
-
Does this answer your question? [Writing data to excel sheet java](https://stackoverflow.com/questions/21488419/writing-data-to-excel-sheet-java) – pringi Mar 23 '22 at 13:16
-
This code may help you from another quest : https://stackoverflow.com/a/49798057/12194391 – emre_avr Mar 23 '22 at 13:20
-
Please provide enough code so others can better understand or reproduce the problem. – Community Mar 23 '22 at 13:21
-
This link may help you from similar question : https://stackoverflow.com/a/49798057/12194391 – emre_avr Mar 23 '22 at 13:22
-
If I manage to create the excel, the problem is that it does not print the txt records to the excel – lola Mar 23 '22 at 13:22