Code Assist MCP for Microsoft Excel Online

Build 25.0.9539

NullValueMode

Specifies whether empty cells are read as NULL or as empty strings.

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. Permitted values:

  • ReadAsNull: An empty cell is reported as NULL.
  • ReadAsEmpty: An empty cell is reported as an empty string.
  • ReadAsEmptyOrNull: An empty cell in a string column is reported as an empty string, and an empty cell in other columns is reported as NULL.

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