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 sending file as an attachment in email intent(ACTION_SEND)
, but I don't know the procedure of creating or the method by which i can create CSV formatted file.
Please give me suggestions or ideas.