I am looking for a way to keep trailing zeroes
my data = (for example) '6.00' or '123.10'
These are shown in the resulting spreadsheet as '6' and '123.1'. Although the data is a string I am trying to convert it to a number so the write_number function will print it with trailing zeroes.