Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 532 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 532 Bytes

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