First of all, make a header row. and add body rows inserting data. At last, return converting the file to byte[].
Add in build.gradle.
compile ('org.apache.commons:commons-csv:1.9.0')
Add in build.gradle.
compile('org.apache.poi:poi:3.17')
compile('org.apache.poi:poi-ooxml:3.17')