Hi there,
I am writing data through excel writer. One of the attributes has got decimal numbers (such as 3.127). However, due to missing type of real32 data type, this attribute is treating as string. I tried to change it to the number but still it write as string. Any suggestions to overcome the issue.
P.S. I couldnt use csv writer as few attrbutes has datatype date which I couldnt assign in csv writer.