Replies: 2 comments
-
There's already some features in this package that tries to battle empty rows, don't those work for you? There currently is no way to end an import unless you build it yourself in side the model/array/collection method. (So skipping the import action yourself) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Skipping rows doesn't seem to make the process much faster. We'll just have to train the users to not copy the entire spreadsheet, thus adding hundreds of thousands of empty rows |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a use case where we are importing an xlsx file to a queue and would like to complete the import process when it runs into empty rows. Due to the way the file is getting created it may have a 500K empty rows at the end and when we hit empty rows we know that there will be nothing else to do. Is this a possibility?
Beta Was this translation helpful? Give feedback.
All reactions