ODBC Driver for Microsoft Excel

Build 25.0.9539

NullValueMode

Indicates whether empty cells are read as null or as empty.

Possible Values

ReadAsNull, ReadAsEmpty, ReadAsEmptyOrNull

Data Type

string

Default Value

"ReadAsNull"

Remarks

An empty cell is a cell that has not been set and thus contains a null string.

Set this connection property to ReadAsEmpty to treat empty cells as empty strings.

Set this connection property to ReadAsNull to treat empty cells as NULL.

Set this connection property to ReadAsEmptyOrNull to return String values as empty strings, while all other data types are returned as NULL.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539