简体   繁体   中英

nullable double types to excel range in c#

How to add null-able double types to an excel range in c#

example: double?[,] to excel.range

or is there any option to add null value in double datatypes?

Nullable types is a feature of the .net framework. Excel doesn't know anything about nullable types and null values.

What value should be displayed in Excel cells in case of null values?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM