2014-09-25 21 views
0

我为我的ASP.NET Web应用程序创建一个Android应用程序..在我的ASP.NET应用程序中,用户将上传一个Excel文件(或数据表)到.asmx WebService .. Webservice中的代码检查文件并创建另一个Excel文件,其中包含错误信息abt上传的文件..然后用户可以下载错误Excel文件纠正错误..同样的事情,我想在Android应用程序来实现..如何传递和检索数据表从android应用程序到.NET Web服务

我的疑惑是..

1. Can I upload the Excel File without using any Excel DLL files.. (Coz I dont want to purchase Excel S/W) 
2. If Not, Is there any open source alternatives to Excel which works good in Android?? Or can I able to create the DataTable in Android and Pass it to my WebService??? 

请帮助..

回答

0

您可以使用jspreadsheet库来处理android中的excel文件。它工作正常。你可以阅读更多here

+0

可以使用jExcelApi for Excel – 2014-09-26 05:13:31

+0

正如我读到的:http://jexcelapi.sourceforge.net/,'JExcel'不支持.xlsx,所以它只支持excel 2003和之前。 – 2014-09-26 06:57:59

相关问题