Hi,
I'm working on a component to fill the fields of a table with arbitrary data. Data must be stored on the server exactly as entered in the cell.
The spreadsheet component seemed an ideal choice for this.
The problem I have is that the component converts the value entered in the cell to a number, if possible, truncating the leading zeros. The data is used as test data for other applications, so it is imperative that if there are leading zeros before a number, they are preserved.
Is it possible to set the data type of the cells to string?