i want to save googlesheet to local of mobile so that i can use it when internet is not available

i want to save googlesheet to local of mobile so that i can use it when internet is not available and can be synced when button pressed

you can use download component to download the files and file component o validate if the file already exists or not

There are many possible ways to do this job… You can use the method suggested by @Deepanshu_Arya or can use one of my fev. i.e to get and store the Sheets data as a jason format on local DB and updated it whenever the app gets internet connection.