SimpleDateFormat dateFormat=new SimpleDateFormat("yyyy年MM月dd日hh时mm分ss秒"); result=path.substring(0, path.lastIndexOf("."))+dateFormat.format(new Date())+".xls";