ADO.NET Provider for Google Sheets

Build 23.0.8839

IgnoreErrorValues

When enabled, fields where the provider detects error values will be returned as NULL. If disabled, the provider throws an error if an error value is detected in any field.

Data Type

bool

Default Value

true

Remarks

If this property is set to true, the provider returns fields containing value errors as NULL.

When this property is set to false, the provider throws an error if a value error is discovered.

The provider checks for the following error values:

  • #NULL!
  • #N/A
  • #DIV/0!
  • #VALUE!
  • #REF!
  • #NAME?
  • #NUM!
  • #ERROR!

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839