4

Folks,

Does anyone know how to make the ng-grid work with excel i.e provide the ability to copy-paste from excel into the grid ?

I know of the

enableCellEdit: true 

attribute but that don't make the grid work with excel.

AardVark71
  • 3,928
  • 2
  • 30
  • 50
runtimeZero
  • 26,466
  • 27
  • 73
  • 126
  • 1
    Sounds like a biggie... for starters you might look at how to parse csv data in js : http://stackoverflow.com/questions/1293147/javascript-code-to-parse-csv-data and the nggrid csv export plugin https://github.com/angular-ui/ng-grid/blob/master/plugins/ng-grid-csv-export.js – AardVark71 Aug 30 '13 at 10:04

1 Answers1

6

HandsonTable http://handsontable.com/ is really awesome for this.

The author is working on an angular directive on github:

https://github.com/warpech/angular-ui-handsontable

They now claim on their homepage that they charge money. They used to have an open source version and originally it was all open source.

tslater
  • 4,362
  • 3
  • 23
  • 27