I insert the values obtained from the database into the cells. To numeric values and DataTime values, the “'” character is added.
I do not have the opportunity to check each value and bring it to the desired type. The data is always different. The cell format is already defined in the cells of the worksheet.
How to insert data without changes, without placing char “'” ?
Code example:
document.SetCellValue(rowIndex, columnIndex, stringValue);
Result:
Thanks for helping me.