I want to achieve a simple functionality. The user selects a local file which is essentially a
FILE object. This will be an excel file. Now, I want to show this excel file. I tried the open method but the spreadsheet component remains empty. I feel maybe I am missing something trivial