Reflect Data in the Excel sheet to the android app -
i new android development. have 2 questions:
i have excel sheet database data. want display data in android application. how can it? have use sqlite database? if yes, how?
if there changes in excel sheet in future, how these changes reflected in application?
thanks in advance help.
to read excel file in android, should use excel library such jexcelapi, apache poi. after reading it, can write them sqlite dababase reduce excel parsing time.
when parse excel file, save file's last modified time text file or preferences , whenever app runs, comare them , update if last modified time different.
Comments
Post a Comment