Click here to Skip to main content
15,998,180 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
im student i need a java code to convert xls file to csv or arff file. and thanks
Posted

Tha main rule of CodeProject is: Google it[^]. Have you tried? I do and i found it: Converting XLS to CSV files Using Java[^]
 
Share this answer
 
Comments
Member 10668337 13-Mar-14 18:26pm    
yes i try a code with CodeProject but i have a beug can you help me and thanks:
Exception in thread "main" java.lang.ClassCastException: org.apache.poi.hssf.usermodel.HSSFSheet cannot be cast to java.lang.Iterable
at com.simplecode.excel.test.xls(test.java:33)
at com.simplecode.excel.test.main(test.java:86)
yes i try a code with CodeProject but i have a beug can you help me and thanks:
Exception in thread "main" java.lang.ClassCastException: org.apache.poi.hssf.usermodel.HSSFSheet cannot be cast to java.lang.Iterable
at com.simplecode.excel.test.xls(test.java:33)
at com.simplecode.excel.test.main(test.java:86)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900