如何转换Excel文件到.csv文件? [英] How to convert an excel file to .csv file?

查看:198
本文介绍了如何转换Excel文件到.csv文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的深化发展为霍尼韦尔海豚6100,移动计算机与使用Windows CE 5.0操作系统一样条形码扫描仪的应用程序。

I'm developping an application for Honeywell Dolphin 6100, a mobile computer with a barcode scanner that uses Windows CE 5.0 like OS.

我想创建一个小应用程序负责一个Excel文件.csv文件的皈依的。

I want to create a little application responsible of the convertion of an excel file to .csv file.

是否有可能在Win CE的?如果是这样,任何帮助就可以了?

感谢你在前进!

注意:我使用VS2008和我的工作在Windows 7

Note: I'm using VS2008 and I'm working on Windows 7.

推荐答案

您可以通过在Excel中使用另存为()方法做到这一点:

You can do this by using saveas() method in Excel:

wbexceltocsv.SaveAs("c:\Filename.csv", Microsoft.Office.Interop.Excel.XlFileFormat.xlCSV)

请按照链接:

http://www.c-sharpcorner.com/UploadFile/yuanwang200409/how-to-convert-xls-file-into-csv-file-在C-夏普/

除了这个链接可以帮助你:

As well this link can be helpful to you:

http://www.codeproject.com/Articles/246772/Convert-xlsx-xls-到CSV

这篇关于如何转换Excel文件到.csv文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆