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.
如何将 .xlsx 文件导入到未安装 Office 的服务器上的 sql 数据库?
既然你不能使用Microsoft.Office.Interop.Excel
Microsoft.Office.Interop.Excel
那里有一堆免费的本地/XLSX 文件阅读器。试着看看这个:
http://koogra.sourceforge.net/
如果您的工作簿相当简单,那么这可能就是您所需要的。
如果你有一点钱可以花,我不能高度推荐这个:http ://www.gemboxsoftware.com/
您是否坚持使用原生 XLSX?还是您对 Excel XML 持开放态度?
你知道我要去哪里...Excel XML 是 XML,并且在 Excel 中打开时是“本机”的(功能完好无损)。