Cannot Find the Way to Use SheetJS in AngularJS 1 angularjs ui-grid SheetJS dependency injection error occurs #538

Closed
opened 2017-01-24 16:08:02 +00:00 by hsnbilgen · 1 comment
hsnbilgen commented 2017-01-24 16:08:02 +00:00 (Migrated from github.com)

I cannot find anyone install the SheetJS to their AngularJS app with dependency injection.

I just found the guy without dependency injection and as a plunker here. But how to import library into AngularJS 1 app is cannot findable no documents related to AngularJS or any example on angularJS

here is dependecy injection with 'ui.grid' example: Can anyone help me on this to inject and work with SheetJS dependencies?? Emergency please

angular.module('multipleInvoiceUpload', [ 'ui.grid', 'ui.grid.resizeColumns', 'ui.grid.pagination', 'ui.grid.selection', 'ui.grid.exporter', 'ui.grid.moveColumns', 'ui.grid.pinning']) .controller('MultipleInvoiceUploadCtrl', [ '$scope', '$state', '$stateParams', 'uiGridConstants', '$localStorage', function ($scope, $state, $stateParams, uiGridConstants, $localStorage)

@SheetJSDev @noodles @kawanet @session @hmalphettes @Sebmaster

I cannot find anyone install the SheetJS to their AngularJS app with dependency injection. I just found the guy without dependency injection and as a plunker [here](http://plnkr.co/edit/GCjZKb?p=preview). But how to import library into AngularJS 1 app is cannot findable no documents related to AngularJS or any example on angularJS here is dependecy injection with 'ui.grid' example: Can anyone help me on this to inject and work with SheetJS dependencies?? Emergency please `angular.module('multipleInvoiceUpload', [ 'ui.grid', 'ui.grid.resizeColumns', 'ui.grid.pagination', 'ui.grid.selection', 'ui.grid.exporter', 'ui.grid.moveColumns', 'ui.grid.pinning']) .controller('MultipleInvoiceUploadCtrl', [ '$scope', '$state', '$stateParams', 'uiGridConstants', '$localStorage', function ($scope, $state, $stateParams, uiGridConstants, $localStorage) ` @SheetJSDev @noodles @kawanet @session @hmalphettes @Sebmaster
SheetJSDev commented 2017-03-23 17:16:24 +00:00 (Migrated from github.com)

We have included an angular JS sample based on https://github.com/brexis/angular-js-xlsx -- please test and let us know if you have any issues

We have included an angular JS sample based on https://github.com/brexis/angular-js-xlsx -- please test and let us know if you have any issues
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sheetjs/sheetjs#538
No description provided.