Android - Generate CSV file from table values

后端 未结 5 862
半阙折子戏
半阙折子戏 2020-12-01 04:47

I have a database containing one table, i want to generate CSV file with values of this table.

Actually, I want to email this CSV file as an attachment. I know about

5条回答
  •  -上瘾入骨i
    2020-12-01 05:34

    This looks really promising. It will take any Java object and convert it to a CSV file:

    http://supercsv.sourceforge.net/

    It also might be possible to retrieve the data from the database in CSV format.

提交回复
热议问题