Hi, I’m testing Aspose.Cells for Python via .NET version 23.1.0 and having problem with inserting double values with method
def put_value(self, double_value)
As a result all values are inserted but as integer. On the other hand I can use for double values
def put_value(self, string_value, is_converted)
and it will work, but it seems this is workaround?