We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Thanks for this directive!
Have you considered adding accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" to the directive template?
accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
template: '<input type="file" accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" />',
This way only ".xlsx" files will be listed in the file dialog
The text was updated successfully, but these errors were encountered:
Don't know how to pass this file from input to the dialog to the angular screen. I am using meanjs.org
I added the input tag before and after
<js-xlsx onread="read" onerror="error"></js-xlsx>
in the .html view template, but nothing happened.
The directive is being loaded correctly though.
Sorry, something went wrong.
No branches or pull requests
Hello,
Thanks for this directive!
Have you considered adding
accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
to the directive template?This way only ".xlsx" files will be listed in the file dialog
The text was updated successfully, but these errors were encountered: