-4

I am currently working on a web-application using angularjs.I want to import data from excel sheet using angularjs and add it into the ng-grid.Please give me possible solutions.

Vyshali N
  • 21
  • 1
  • 5

1 Answers1

1

ng-grid is not yet ready for copy and paste from Excel.

There is an alternative grid mentioned in this answer.

SheetJS also maybe an alternative for you.

Another alternative is to get the Excel to save data in CSV format and use a library like this to load data in to ng-grid.

Community
  • 1
  • 1
Charlie
  • 22,886
  • 11
  • 59
  • 90