Inserting a column in database containing float or decimal numbers

Good evening.

I’m trying to read an excel and then upload to database. The column consists of float numbers however there are columns which contains blank cells. It fails when evr it reaches a cell containing a blank space. How can i Insert a blank value to a sql table decimal field or float field

You can overwrite the cell value in the datatable as DbNull.Value