runtimeZero
runtimeZero

Reputation: 28116

paste into ngGrid from excel

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.

Upvotes: 4

Views: 9622

Answers (1)

tslater
tslater

Reputation: 4432

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.

Upvotes: 6

Related Questions