Replies: 1 comment 1 reply
-
Maybe you could add the Interface |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm making an excel validator for data for system B on system A, system A depends on the information from system B however system B is more internal and private and so that's why I'm doing it this way since most people only have access to system A. Now I DO NOT want to save the file contents in system A at all, it wouldn't work anyway since the table structures are different. I only want to validate and return an array of errors or a success message.
I have this code however I feel like this is going to import the file if it passes validation which I don't want. I tried to change
Excel::import
toExcel::toArray
orExcel::toCollection
but that doesn't work as the file never validates this way and always return success true.Beta Was this translation helpful? Give feedback.
All reactions