ENH: Adding engine_kwargs to DataFrame.to_excel by rmhowe425 · Pull Request #53220 · pandas-dev/pandas (original) (raw)

@rhshadrach For openpyxl.load_workbook, we are getting the correct error message in my unit test of load_workbook() got an unexpected keyword argument 'foo'

For xlsxwriter (there is no append mode) and the write mode of openpyxl, both methods are passed to <engine>.Workbook().

238488486-9a5a8058-aae1-4f2f-936d-fc04d01346f9