google 张 API 中的 EXACT 和 INTERSECTING LocationMatchingStrategy 之间的区别?

Difference between EXACT and INTERSECTING LocationMatchingStrategy in google sheets API?

根据 google 工作表 api 文档,LocationMatchingStrategy 可以是 EXACTINTERSECTING 之一。

Determines how this lookup matches the location. If this field is specified as EXACT, only developer metadata associated on the exact location specified is matched. If this field is specified to INTERSECTING, developer metadata associated on intersecting locations is also matched. If left unspecified, this field assumes a default value of INTERSECTING. If this field is specified, a metadataLocation must also be specified.

但是,我无法理解这种说法。什么是“与确切位置关联的开发者元数据”?这种匹配是如何进行的?

INSERSECTINGEXACT 之间的区别在 DeveloperMetadataLocationMatchingStrategy 中阐明:

EXACT_LOCATION: Indicates that a specified location should be matched exactly. For example, if row three were specified as a location this matching strategy would only match developer metadata also associated on row three. Metadata associated on other locations would not be considered.

INTERSECTING_LOCATION: Indicates that a specified location should match that exact location as well as any intersecting locations. For example, if row three were specified as a location this matching strategy would match developer metadata associated on row three as well as metadata associated on locations that intersect row three. If, for instance, there was developer metadata associated on column B, this matching strategy would also match that location because column B intersects row three.

这里的位置指的是DeveloperMetadataLocation specified on the DeveloperMetadataLookup