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.
我正在研究 D3 js 可折叠树布局,我想知道有什么方法可以直接从 excel 文件中提供数据而不是使用 json 对象文件?
D3.js 没有内置的 Excel 文件格式解析器。但是,它确实有一个 CSV 格式的数据解析器。您可以将工作表保存为 CSV,并将生成的文本用作 D3.js 可视化的源。