1364 Views
Initially when I started working on this requirement, people suggested using any one of backend libraries to read and convert the excel data into JSON object. But it is difficult to send requests to the server every time. On the other hand, it was really easy to convert the excel file on the client into a JSON object by using pure JavaScript.
0 comments