Commit bfbeeed
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 conflict1 parent d6aeb16 commit bfbeeed
1 file changed
+34
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
54 | 61 | | |
55 | 62 | | |
56 | 63 | | |
57 | 64 | | |
58 | 65 | | |
59 | 66 | | |
60 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
61 | 83 | | |
62 | 84 | | |
63 | 85 | | |
| |||
96 | 118 | | |
97 | 119 | | |
98 | 120 | | |
| 121 | + | |
| 122 | + | |
99 | 123 | | |
100 | 124 | | |
101 | 125 | | |
| |||
136 | 160 | | |
137 | 161 | | |
138 | 162 | | |
139 | | - | |
| 163 | + | |
140 | 164 | | |
141 | 165 | | |
142 | 166 | | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
143 | 171 | | |
144 | 172 | | |
145 | 173 | | |
146 | 174 | | |
147 | 175 | | |
148 | | - | |
| 176 | + | |
| 177 | + | |
149 | 178 | | |
150 | 179 | | |
151 | 180 | | |
| |||
158 | 187 | | |
159 | 188 | | |
160 | 189 | | |
| 190 | + | |
161 | 191 | | |
162 | 192 | | |
163 | 193 | | |
| 194 | + | |
164 | 195 | | |
165 | 196 | | |
166 | 197 | | |
| |||
0 commit comments