Commit bb9e2e9
committed
ENH: Allow passing
Previously it was not possible to override the default values for
`openpyxl.reader.excel.load_workbook`'s `read_only`, `data_only` and `keep_links`
arguments (see #55027).
Now these options can be changed via `engine_kwargs`.
Closes #55027read_only, data_only and keep_links arguments to openpyxl using engine_kwargs
1 parent 0cdb37c commit bb9e2e9
File tree
3 files changed
+23
-3
lines changed- doc/source/whatsnew
- pandas
- io/excel
- tests/io/excel
3 files changed
+23
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
567 | 567 | | |
568 | 568 | | |
569 | 569 | | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
570 | 577 | | |
571 | 578 | | |
572 | | - | |
573 | | - | |
574 | | - | |
575 | 579 | | |
576 | 580 | | |
577 | 581 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
133 | 148 | | |
134 | 149 | | |
135 | 150 | | |
| |||
0 commit comments