stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

xlsx issue: TypeError: Cannot read properties of undefined (reading 'anchors')

Open Fil opened this issue 4 years ago • 0 comments

Stumbled on this error while I was trying to read this data file: Energy dashboards XLSX, available from https://unstats.un.org/unsd/energystats/data/

// xl = TypeError: Cannot read properties of undefined (reading 'anchors')
xl = FileAttachment("2019_Energy_Dashboards.xlsx").xlsx()

Fil avatar Mar 07 '22 11:03 Fil