This sample demonstrates how to use the Excelupload control in a standalone application.
This make it possible to use the Excelupload control in a standalone application without the need to use a table context.
- Clone the repository
- Run
npm install
in the root folder of the repository - Run
npm start
in the root folder of the repository
git clone https://github.com/marianfoo/ui5-cc-excelUpload-sample-standalone
npm install
npm start