-1

Observable has a built-in method for loading excel files. The docs say it's based on exceljs.

However, since it appears to be a cut-down version, I wanted to use exceljs directly.

I created this notebook.

Strangely, the loading seems to work - I see nontrival data in the object explorer - but access to the sheets from another observable cell gives me an empty array of sheets.

Dharman
  • 30,962
  • 25
  • 85
  • 135
John
  • 6,693
  • 3
  • 51
  • 90

1 Answers1

1

it seems to work with [...wb.worksheets]

Fil
  • 271
  • 1
  • 4