[sapui5] Import CSV & Excel file into JSON format to handle in frontend
Hi, Here's some basis step: - Include external library to convert CSV to JSON. Details here - Use sapui5 control to upload file & get data from it. - Using the library to convert the format. - Proceed your coding with JSON data. Cheer. ---V---