Open franzhaas opened 3 months ago
This is caused by the _xl_setup_workbook
method:
I can think of two possible options to fix this:
write_excel
, that defaults to xlsx
, such as fallback_suffix=".xlsx"
. That would keep existing functionality unchanged and users could set it to an empty string if they don't want to add a suffix.I could implement on of these options and update the documentation, if desired.
Checks
Reproducible example
Log output
Issue description
I cant use os.devnull to write an xlsx into "nowhere", this does work for parquet ipc..
Expected behavior
I expect to be able to write into "nowhere"
Installed versions