Skip to content

spreadsheetimporter/sample-standalone

Repository files navigation

Sample UI5 Excelupload Standalone Sample

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.

How to run the sample

  1. Clone the repository
  2. Run npm install in the root folder of the repository
  3. 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