用java将txt转换成excel //文本路径和电子表格的路径 static String txtFilePath = "d:\\20150211\\工资.TXT"; static String excelFilePath = "d:\\20150211\\test.xls";