如何使用 C# 将 SQL Server Compact 表导出到 Windows CE 中的 Excel?
我需要在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想您应该解析表属性,然后解析每一行来创建并填写 Excel 工作表。
I guess you should parse your table properties and than each row to create and fill in an Excel sheet.