How to write a ByteArray to an Excel file and saving it in external storage?
I want to write ByteArray data which is coming from Retrofit API (ResponseBody as return type from API) into Excel file and store into external memory of android SD Card.
Android – Kotlin How to Write ByteArray data into Excel(Xls,Xlsx) file and saved in Internal storage of SD Card(PICTURES/DOWNLOADS,etc…)
I want to write ByteArray data which is coming from Retrofit API(ResponseBody as return type from API) into Excel file and store into Internal Memory of android SD Card