Cmdlets for Microsoft Excel Online

Build 25.0.9434

NullValueMode Parameter (Connect-ExcelOnline Cmdlet)

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

Syntax

Connect-ExcelOnline -NullValueMode string

Possible Values

ReadAsNull, ReadAsEmpty

Data Type

cstr

Default Value

"ReadAsNull"

Remarks

NullValueMode controls how empty cells are modeled. An empty cell is a cell that has not been set and thus contains a null string. If NullValueMode is set to ReadAsNull, NULL is reported for an empty cell. If NullValueMode is set to ReadAsEmpty, an empty string is reported for an empty cell.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434