Values in Excel won't recognise the data.
-
@bjrmatos @jan_blaha
Hi , there is a problem in excel detecting the values.
i have a excel sheet and in the cellA3
i have giving the data using{{#xlsxReplace "xl/worksheets/sheet2.xml" "worksheet.sheetData[0].row[2].c[1]"}} <c t="inlineStr"><is><t>{{data.name}}</t></is></c> {{/xlsxReplace}}
And i have another cell
B3
and changes based on the input ofA3
. (example if A3 cell empty B3 showempty
or elsedata present
).But i've noticed that when i download the excel through the JSReport server , when it is called. I'll get the data present in the Cell, but the cell
B3
wont change even the data present in the cellA3
. I have to click on the cellA3
then press enter , then only the CellB3
gets reflected.I have noticed this issue no matter its text or the numbers. Have to click on the call and enter , then only the cell gets recognised the value and changes it.
Any ways to solve this issue.
-
@bjrmatos @jan_blaha Hi , i have found out that
Xlsm
which is a Excel which supports themacro
can solve the above problem. But the JSReport won't support thexlsm
file format. Any ways i can add theXlsm
. I have added theXlsm
but when it downloads it download s theXlsx
and ill get a error ofFile of different extension
.