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.
我正在使用 Sahi 开源。有人知道如何使用 Sahi 将值写入 Excel 表吗?
我正在尝试从网页读取数据并将其存储到给定单元格中的 excel 工作表中。请帮忙。
为 Excel(或任何其他理解 CSV 的工具)编写非常简单。只需将数据存储在二维数组中并使用 _writeCSVFile API:http ://sahi.co.in/w/miscellaneous-apis
问候沃尔米
这就是您要查找的内容:
http://sahi.co.in/w/working-with-excel-sheets