-2

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?

Dead Lock
  • 1
  • 5

1 Answers1

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