Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Observable 有一个用于加载 excel 文件的内置方法。文档说它基于exceljs。
但是,由于它似乎是一个精简版,我想直接使用 exceljs。
我创建了这个笔记本。
奇怪的是,加载似乎起作用了——我在对象资源管理器中看到了非平凡的数据——但是从另一个可观察的单元格访问工作表给了我一个空的工作表数组。
它似乎适用于 [...wb.worksheets]