I'm updating numeric data on a pre-existing excel spreadsheet using C# and I was just wondering if Excel has any built in option to display null numeric values as zero. Currently, my null values display as blank.

I can convert these values in my C# code however if there's a way to already do this in excel, I'll take that approach instead.

Thanks in advance.

-Goalie35