You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(excel_exporting): Add date column and fix examples.
* Initial checkin of export to excel. No examples or unit tests
* Eliminate $$hashKey and uidPrefix = 'uiGrid' from export
* Sheet name cannot be empty string or it causes export errors. Default to 'Sheet1'
* Additional languages
* Add documentation
* fix syntax causing lint errors. Check if not a tree when exporting to prevent error
* Updated example with colors
* Update unit tests and fix the lodash version for import to remove ambiguity.
* Update comments
* Fix menu under strict mode from throwing error
* Updated directions for npm and add more formatting examples
* Fix test cases for excel export that was a merge error
* fix(exporter): Fix bug where selection column width was included
* docs(410_excel_exporting*.ngdoc): Add date column and example with exporting with cellFilters
* docs(410_excel_exporting*.ngdoc): Fix for native excel 2017. No 'type'
* Resolving merge conflict
0 commit comments