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.
我记得我见过一个生成 excel 文件的项目,但它是基于模板的。我的意思是它使用了一个已经有一个结构作为模板的excel文件。
你知道这样的 .net 库吗?
您可以轻松读取现有的 excel 文件,对其进行修改并将修改后的版本写入同一文件或使用NPOI或EPPlus等库的新文件。我们已经成功地使用了这两种方法。
查看PowerTools for Open XML,在 excel 中创建数据透视表, 或者您可以创建 excel 文件并使用 Open xml 生产力工具反映它,然后使用生成的代码使用 Open XML SDK The Open XML SDK Productivity Tool创建文件