I am writing a range to an excel file. However, values for one column can contain leading zeros (e.g. 015). When I look at the result, the leading 0 is omitted.
I have set the datatype for the column to string for the specific column, yet it is not reflected when I write the data.