You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
During the import process I'm using the
row_*
callbacks to build a summary message for the user, something like:Is there any method implemented for passing this back to the caller of the importer class?
I tried
result = UserImporter.import('/path/to/file.xls')
to see what I got back but it was just aRange
.The text was updated successfully, but these errors were encountered: