如何使用 C# 将 SQL Server Compact 表导出到 Windows CE 中的 Excel?

发布于 2024-09-12 03:03:44 字数 143 浏览 2 评论 0原文

我需要在 C# 应用程序中将 SQL Server Compact 3.5 表(*.sdf 文件)中的表导出到 Windows CE 中的 Excel。

有人可以帮我吗?

有没有比查询所有数据然后将其解析为 Excel 工作表更简单的方法?

I need to Export a table from SQL Server Compact 3.5 Table (*.sdf File) to an excel in Windows CE in a C# application.

Can any one please help me?

Is There Any easier way then querying all the data and then parsing it to an excel sheet?

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

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

发布评论

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

评论(1

北陌 2024-09-19 03:03:44

我想您应该解析表属性,然后解析每一行来创建并填写 Excel 工作表。

I guess you should parse your table properties and than each row to create and fill in an Excel sheet.

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