Hi,
Whether those fields are nullable fields or non nullable fields in database side?
Based on that we can say, if the field type is nullable then you can store empty cell value but if the datatype is non nullable column then it will throw error, you can't insert null value into non nullable fields.
Still if you want to insert some data into that then insert default values for those non nullable fields.
--------------------------------------------------------------------------------
Give respect to your work, Instead of trying to impress your boss.
N@veen
Blog : http://naveens-dotnet.blogspot.in/