lucas34 / android-spreadsheet-lib

Automatic creation of two-dimensional scrollable array
http://www.lucas-nelaupe.fr
Apache License 2.0
12 stars 3 forks source link

Generated binding doesn't import required classes #1

Open tom88holmes opened 7 years ago

tom88holmes commented 7 years ago

Using the "Person" example but copying the Person class into my project/package, the generated "PersonBinding.java" class can not resolve the "Person" class since "PersonBinging.java" package is set to "fr.nelaupe.spreedsheet". See attached screenshot. How should this be done? spreadsheet issue