Cannot Find the Way to Use SheetJS in AngularJS 1 angularjs ui-grid SheetJS dependency injection error occurs #538
Labels
No Label
DBF
Dates
Defined Names
Features
Formula
HTML
Images
Infrastructure
Integration
International
ODS
Operations
Performance
PivotTables
Pro
Protection
Read Bug
SSF
SYLK
Style
Write Bug
good first issue
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#538
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
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