String outputFile = "users.csv";
outputFile = new String(outputFile.getBytes("Windows-31J"), "ISO8859_1");
response().setContentType("application/octet-stream;charset=Windows-31J");
response().setHeader("Content-Disposition", "attachment;
filename=\"" + outputFile + "\"");
i also write in my code like that. but, output (CSV excel) come with the data of HTML code. example; so. if you have CSV export sample source code.,plz can you share me ?? (I am from Myanmar.)