tags:

views:

36

answers:

2

Hello Guys,

I retrieved and saved the call history details in the file format. However, I would like to know if we have an option to convert the file format to .csv or .xls or any other format.

Thanks & Regards, Serenity.

A: 

There is nothing built into Android that converts data into CSV or XLS format. There are plenty of third-party JARs for this, though, that may work on Android.

CommonsWare
A: 

Using OpenCSV in one of my apps.

alex