- Notifications
You must be signed in to change notification settings - Fork 2.4k
Excel export #6553
New issue
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
Merged
Merged
Excel export #6553
Changes from all commits
Commits
Show all changes
20 commits Select commit Hold shift + click to select a range
967fd7f Initial checkin of export to excel. No examples or unit tests
4a83641 Eliminate $$hashKey and uidPrefix = 'uiGrid' from export
90b19ed Sheet name cannot be empty string or it causes export errors. Default…
a05b872 Additional languages
1de5abc Add documentation
42ba195 fix syntax causing lint errors. Check if not a tree when exporting to…
485a743 Updated example with colors
a838090 Merge branch 'master' into excel_export
monster910 129ba55 Merge branch 'master' into excel_export
monster910 14b89db Update unit tests and fix the lodash version for import to remove amb…
monster910 6edb646 Update comments
monster910 a7ae180 Fix menu under strict mode from throwing error
monster910 159a70c Updated directions for npm and add more formatting examples
monster910 0344ae6 Merge branch 'master' into excel_export
monster910 3076df2 Fix test cases for excel export that was a merge error
monster910 f898f62 docs(410_excel_exporting_data_and_header.ngdoc): Update with sum colu…
monster910 b1de005 fix(exporter): Fix bug where selection column width was included
monster910 bc4fcbd docs(410_excel_exporting*.ngdoc): Add date column and example with ex…
monster910 4d4e8f0 docs(410_excel_exporting*.ngdoc): Fix for native excel 2017. No 'type'
monster910 bfa2c17 Resolving merge conflict
mportuga File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do these updates have to do with the bug that you are trying to fix?