Search code examples
android-studioimport-from-excel

Android Studio reading data from excel?


i was wondering if there is any effecient way to read data from an Excel file in Android Studio. I have tried aspose - cells but it dosn't seem to work for me...


Solution

  • I am not positive if this will fix your specific issue or not, but I saw someone post similar problems on Aspose's forums here (Aspose Cells doesn't work in Android Studio 1.0)

    Their solution was:

    Hi, I found a solution, I increased heap size (https://stackoverflow.com/a/16634014). I created a new environment variable named _JAVA_OPTIONS, set it to -Xms256m -Xmx2048m.

    Looks like it ended up referring back to another Stack Overflow question. Hope that helps.