Column type Any

I’m trying to create board from large excel sheets. Sometimes there is no data in some field, So, I set a type for that column text but If I get the value numeric after some row it gives me invalid column value exception like below

{"error_code":"ColumnValueException","status_code":200,"error_message":"invalid value, please check our API documentation for the correct data structure for this column. https:\/\/monday.com\/developers\/v2#column-values-section","error_data":{"column_value":"44352","column_type":"TextColumn"}}

Is there ‘Any’ column type? Or what could be the solution for me please.