如何将Excel文件反序列化为二维数组?

发布于 2024-12-09 14:26:12 字数 158 浏览 0 评论 0原文

我有一个 Excel 工作表,其中所有字段都是字符串。我想将Excel文件中的所有数据反序列化到二维数组(矩阵) 。

我有什么想法可以开始吗?

I have an Excel worksheet where all the fields are strings. I would like to de-serialize all the data from the excel file to a 2D array (matrix).

Any ideas how I can get started?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

涙—继续流 2024-12-16 14:26:12

如果您的 Excel 文件像表格一样构建,您可以使用 ADO.NET 像数据库一样访问您的 Excel 文件并通过 SQL 提取数据。
Excel 97-2003:http://connectionstrings.com/excel#p21
Excel 2007+:http://connectionstrings.com/excel-2007#p20

If your Excel file is built like a table, you can use ADO.NET to access your Excel file like a database and pull your data via SQL.
Excel 97-2003: http://connectionstrings.com/excel#p21
Excel 2007+: http://connectionstrings.com/excel-2007#p20

萌梦深 2024-12-16 14:26:12

如果您尝试打开 .xlsx 文件,则应使用 打开Xml SDK

如果您尝试打开 .xls 文件,我建议您查看 filehelpers.sourceforge.net

If you're trying to open a .xlsx file, you should use the Open Xml SDK.

If you're trying to open a .xls file, I recommend saving yourself some headaches and checking out filehelpers.sourceforge.net.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文