Mitchell Wilson

Results 1 comments of Mitchell Wilson

Having the same issue. I thought something like this would work: ```js async function hasHeaders(sheet) { try { await sheet.loadHeaderRow() return true; } catch (error) { return false; } }...