如何使用 C# 表单将 CSV 文件转换/导入/创建为 Excel (xlsx)
我正在尝试将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论