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 2007 PIA 生成了 excel 文件,现在我想将数据库中的数据插入到 excel 文件中。我有 SQL Server 2005 数据库。我还想在 excel 文件中格式化数据。
指导我..谢谢
我建议你使用NPOI来做 excel 的东西。它重量轻,可以按照您的预期进行所有数据插入和格式化。