Hi guys, i want to make an android project for my work.
my arduino will read temperature sensor and send it to android app (this problem is clear).
my android apps will send that temperature value to my callibration form (in excel file)
Can I send that temperature value to specific cell in excel? For example my android apps directly send data to cell C4 in excel.
I already try so many times, but i can't. I've managed to send data from android to excel, but it always fills cell A1. I can't change it to C4
You can not change a specific cell, you can write a csv file like this
1,2,3,4
5,6,6,8
a,b,c,d
When you open this file with excel you can find the value d in C4