I'm trying to upload an xlsx file and compare it to my database table, however I'm not getting it, as my file is too large I can not read it with the Apache POI and then compare to the table of SQL.
You can at least guide me how to upload the file and compare it.