Pandas Excelwriter, writer.save() the command is saving the file in read-only mode. Does it have an option to save the file in write mode.
Problem: When i am trying to copy the cell values (through python coding) from the file created from writer.save(), its says that the value is read-only. Note: I am working with xlsx files.
writer.save() is depreciated, use writer.close()
Ref: https://pandas.pydata.org/docs/reference/api/pandas.ExcelWriter.close.html#pandas.ExcelWriter.close
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With