Federico D'Angelo
Results
1
comments of
Federico D'Angelo
Temporary fix: ``` export function getCellValueFixed(cell: Cell): CellValue { const value = cell.value; if (typeof value !== "object" || value === null) { // Nothing to fix, return as is...