Georgy wrote:
> anyone know how I could import existing data from an excel file into
> android? Is there anyway to import it into SQLlite?

There is no on-device Excel parser, and the ones I have used are all
rather pudgy and so probably would not work well on a device.

Off-device, there are options, as a Google search turns up:

http://rubyonwindows.blogspot.com/2007/03/ruby-excel-and-sqlite-instead-of-ms.html
http://www.saltycrane.com/blog/2007/11/migrating-excel-to-sqlite-using-python/

Or, save the Excel file manually as CSV or something, then whip up a
small program to convert that into data that sqlite3 can use with the
.load command.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Looking for Android opportunties? http://wiki.andmob.org/hado

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to