Is there any excel-like grid solution for AngularJS
Asked Answered
A

3

10

I found ngHandsontable very satisfying.

http://handsontable.com/

However, it does not support inserting columns which Handsontable supports. So I'm wondering if there is any other solution that is similar to ngHandsontable but also supports dynamic columns.

Thanks in advance.

Abramabramo answered 27/1, 2015 at 5:57 Comment(3)
ng-grid #angular-ui.github.io/ng-gridStedmann
@K.Toress Just checked it before I posted the question... Seems it doesn't support inserting columns either, only inline editing.Scoot
Why not bind the columns to an underlying model using ng-repeat? handsontable.github.io/ngHandsontable/demo/#/…Cooky
L
5

Angular UI Grid is the latest and greatest from the AngularUI team. It is not as "Excel like" as Handsontable, but it does support Adding and Removing Columns.

Longcloth answered 18/5, 2015 at 13:55 Comment(1)
Very true. ngHandsontable feels much more like Excel.Longcloth
M
1

Kendo UI have a really decent spreadsheet widget that you can use with AngularJS. It's in Beta as I write but after using it for the first time myself I'd say it was well worth a look at if you need a full featured in browser spreadsheet.

Metsky answered 14/10, 2015 at 7:52 Comment(3)
it says "jQuery Spreadsheet control example". It is not angularjsFarad
@Farad You can use it with angular, the kendo angular directive works, I've demoed it myself.Metsky
Although since I wrote this the spreadsheet widget has become a pro feature so that's worth noting. You have to pay for this one.Metsky
T
0

If you can opt for a commercial solution you can have a look at FlexSheet by Wijmo:

https://demos.wijmo.com/5/Angular2/FlexSheetExplorer/FlexSheetExplorer/#/intro

It's available for AngularJS and Angular 2, it supports even formulas and a lot of features for building a good excel sheet.

Ticker answered 18/2, 2019 at 15:10 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.