Commit 54ce307
Group the sheet view settings into xl_sheet_view()
xl_sheet() had grown to 23 arguments, nine of them the tab and opening-view
settings added in Phase 4. xl_page_setup() already established the pattern for
this kind of cluster, so the view settings now follow it: xl_sheet(view =
xl_sheet_view(...)). The signature drops to 15 arguments.
freeze deliberately stays on xl_sheet(). It is the single most common worksheet
option -- keeping the header row visible -- and making the common case wordier
in order to tidy the rare ones would be a poor trade. split, its rarely-used
divider variant, does move, and the two remain mutually exclusive with an error
that now names both spellings.
Done before adding data validation, so that argument lands in a function that
is not already overloaded. Nothing here has been released, so no user code
breaks.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 1b8295b commit 54ce307
23 files changed
Lines changed: 309 additions & 182 deletions
File tree
- R
- man
- tests/testthat
- vignettes
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
185 | 147 | | |
186 | 148 | | |
187 | 149 | | |
| |||
203 | 165 | | |
204 | 166 | | |
205 | 167 | | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
| 168 | + | |
210 | 169 | | |
211 | 170 | | |
212 | 171 | | |
| |||
234 | 193 | | |
235 | 194 | | |
236 | 195 | | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
| 196 | + | |
246 | 197 | | |
247 | 198 | | |
248 | 199 | | |
| |||
472 | 423 | | |
473 | 424 | | |
474 | 425 | | |
| 426 | + | |
475 | 427 | | |
476 | 428 | | |
477 | | - | |
478 | | - | |
479 | | - | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
480 | 432 | | |
481 | 433 | | |
482 | | - | |
483 | | - | |
| 434 | + | |
| 435 | + | |
484 | 436 | | |
485 | 437 | | |
486 | 438 | | |
| |||
498 | 450 | | |
499 | 451 | | |
500 | 452 | | |
501 | | - | |
| 453 | + | |
| 454 | + | |
502 | 455 | | |
503 | | - | |
504 | | - | |
505 | | - | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
506 | 460 | | |
507 | 461 | | |
508 | 462 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments