Author name: khushmeet Kaur

How To Read Excel Data Using LWC Salesforce?

How To Read Excel Data Using LWC Salesforce?

We all know that Salesforce supports parsing the CSV file, but sometimes the client insists on uploading and parsing the data in the form of an excel file. The standard way this cannot be achieved. Currently, we can use third-party plug-ins to meet this requirement. 1. Upload Static Resource 🔗 https://github.com/darkacer/myBatCave/blob/master/force-app/main/default/staticresources/sheetjs/sheetjs/sheetmin.js Download the file from …

How To Read Excel Data Using LWC Salesforce? Read More »

jQuery DataTable in Salesforce Lightning Component

jQuery DataTable in Salesforce Lightning Component

jQuery Datatable is a powerful plugin that will allow creating a table with advanced features and interactive control. It provides searching, sorting, pagination, multiple selections, and many other features. This post will fetch the sample Data from salesforce and display using the jQuery Datatable. In order to use the jQuery Datatable , the jQuery library …

jQuery DataTable in Salesforce Lightning Component Read More »

Scroll to Top