angular-js-xlsx
angular-js-xlsx copied to clipboard
An angular directive to read XLSX / XLSM / XLSB / XLS / SpreadsheetML (Excel Spreadsheet) https://github.com/SheetJS/js-xlsx
I've encountered problems when using the package while running an updated version of `js-xlsx` for file export purposes. I opted to fork the project and just made a minor change...
Hi, I fail to pass the read workbook to the $scope. How can I do that? I want this, because I don't want to process next actions immediately after I...
The browser locks up when dealing with large files of 10,000 rows (size 2MB), the entire browser gets locked Any solutions for this ?
Hi everyone. Having trouble to find the filename of the selected file on the returned object. Is it available? Thanks.
can we get the element.val(''); optionally removed. to preserve the name in the dom on load?
Hello, Thanks for this directive! Have you considered adding `accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"` to the directive template? template: '', This way only ".xlsx" files will be listed in the file dialog
I am having this issue when I try to install the angular-js-xlsx with bower. That's the message: ``` bower angular-js-xlsx#* not-cached https://github.com/brexis/angular-js-xlsx.git#* bower angular-js-xlsx#* resolve https://github.com/brexis/angular-js-xlsx.git#* bower angular-js-xlsx#* download https://github.com/brexis/angular-js-xlsx/archive/v0.0.3.tar.gz...