RootCauseunvalidated

AreaReference cannot handle anything other than specific cell coordinates (e.g. "A2") — the spark-excel library uses POI under the hood to read Excel files. Tension: it cannot handle whole column references (e.g. "A"). Outcome: it uses a POI `AreaReference` when reading in cells for a data address.

83c32d74-276c-4118-92be-5a623a59fc75

AreaReference cannot handle anything other than specific cell coordinates (e.g. "A2") — the spark-excel library uses POI under the hood to read Excel files. Tension: it cannot handle whole column references (e.g. "A"). Outcome: it uses a POI AreaReference when reading in cells for a data address.