Missing Value NANUM for numeric column which is not double(8)


Version: 2021

Type: Features

Category: Data Handling

Subcategory: Worksheet

Jira: ORG-22435


When column format is set to Numeric and Data Type is set to other options e.g. Real(4) instead of the default Double(8), user can assign a custom value as missing value, such as:
wks.col1.missing = -99; //-99 will show as missing value --
wks.col2.missing = 0; //0 will show as missing value --

wks.col1.missing = 0/0 //turn the feature off

This property is saved with the column.