Hi guys,
I am trying to write formula in Excel file via this library https://www.b4x.com/android/forum/threads/read-write-excel-files-on-android.25632/
I have formula =sum(D7: D22), wrote with this code
It didn't work. Opening excel file, the cell with that formula shows #N/A.
Anyone can help me to solve this ? Thanks in advance.
I am trying to write formula in Excel file via this library https://www.b4x.com/android/forum/threads/read-write-excel-files-on-android.25632/
I have formula =sum(D7: D22), wrote with this code
B4X:
CL.InitializeFormula(i,Row,"sum(D7:D27)")
It didn't work. Opening excel file, the cell with that formula shows #N/A.
Anyone can help me to solve this ? Thanks in advance.