I have created an app using firebase database. There is 3 Child For every User. I want to get the 3 child and values in Excel sheet. Is there any way to get this?
Asked
Active
Viewed 2,034 times
-2
-
1You might want to have a look at this [gist](https://gist.github.com/CodingDoug/ffc4f050cc489a0280eb7f4cbe36af07) – Rosário Pereira Fernandes Jan 14 '18 at 11:01
1 Answers
0
This question and answer should help you. Android program to convert the SQLite database to excel
In a nutshell you need to extract the data you want and use the Apache POI library to convert to csv.

Ivan Wooll
- 4,145
- 3
- 23
- 34