如何使用 C# 表单将 CSV 文件转换/导入/创建为 Excel (xlsx)

发布于 2024-09-14 15:32:27 字数 209 浏览 5 评论 0原文

我正在尝试将 CSV 文件转换为 MS Excel 文件。 问题之一是我从客户那里获得的 CSV 文件格式不正确。我尝试用不同的方法解析它,但没有一个最终得到预期的结果。 因此我必须在 Excel 中手动打开 CSV 文件并将其另存为 .xlsx,然后使用它进行数据导入。 但我想让这个改变自动化。即我提供 CSV 文件路径的应用程序,作为响应,它生成一个正确的 .xlsx 文件。

谢谢

I am trying to convert CSV file to MS Excel file.
one of the issue, is that my CSV file , which I am getting from client, is not well formed. I tried to parse it with different approach but none of them end up with expected results.
therefore I had to manually open the CSV file in Excel and save it as .xlsx and then use it for data import.
But I want automate this change. i.e. an application which I give CSV file path and in response it generates a proper .xlsx file.

Thanks

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文