ragardner / tksheet

Python tkinter table widget for displaying tabular data
https://pypi.org/project/tksheet/
MIT License
408 stars 50 forks source link

Quotes multiplies when i copy text from cell with ctrl+c or popup menu. #221

Closed serghPeppa closed 6 months ago

serghPeppa commented 6 months ago

It happens only if this text already has quotes, for example: word word word "word" And if i copy this and paste, no matter where, it turns in to: "word word word ""word""" Can you please help me to deal with that?

ragardner commented 6 months ago

Hello,

Thank you very much for bringing this issue to my attention and I'm sorry it was an issue to begin with

For single cell copy/cut operations this should be fixed in version 7.1.11

I have not changed this behaviour when dealing with multiple cells however as I let the python csv library handle that

Let me know if you have further issues,

Cheers!

serghPeppa commented 6 months ago

I updated and all working correctly! Great! Thank you very much for for the quick response! Tksheet is the best table for tkinter!