简体   繁体   English

如何使用Android从SD卡读取CSV文件

[英]How to read a CSV file from a SD card using Android

I am making a program and saving data to a CSV file in SD card. 我正在制作程序并将数据保存到SD卡中的CSV文件中。

Now I want to read that data from the CSV file as 10 separate variables and upload them to a Google spreadsheet. 现在,我想从CSV文件中将数据作为10个单独的变量读取,并将其上传到Google电子表格中。 However I cannot read the file and get the data as 10 variables. 但是我无法读取文件并将数据作为10个变量获取。 All are String type data. 全部为字符串类型数据。

You should check the below link which has already been put up here, before some time. 您应该在一段时间之前查看下面已在此处建立的链接。

Link is: 链接是:

reading a specific file from sdcard in android 从Android中的SD卡读取特定文件

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM