Python Forum
wrap_text with openpyxl. How to use documentation to resolve deprecation warning?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
wrap_text with openpyxl. How to use documentation to resolve deprecation warning?
#4
(Oct-09-2019, 11:54 AM)curranjohn46 Wrote: I am trying to understand how you knew to look there.
simply by reading the warning:
Use copy(obj) or cell.obj = cell.obj + other)

if you are still uncertain you can look also at the docs and source code
https://openpyxl.readthedocs.io/en/stabl...Proxy.copy
https://openpyxl.readthedocs.io/en/stabl...StyleProxy

in the source you can see copy() method is more or less wrapper around copy.copy()
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
RE: wrap_text with openpyxl. How to use documentation to resolve deprecation warning? - by buran - Oct-09-2019, 12:03 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  openpyxl documentation OldMainframeProgrammer 3 624 Dec-20-2023, 08:39 AM
Last Post: buran
  how to avoid deprecation notice merrittr 5 1,168 Nov-27-2023, 11:12 PM
Last Post: rob101
  PyPDF2 deprecation problem gowb0w 5 4,158 Sep-21-2023, 12:38 PM
Last Post: Pedroski55
  [split] How to resolve version conflicts in Python? atonalwilson 1 1,005 May-04-2023, 09:02 AM
Last Post: buran
  How to resolve version conflicts in Python? taeefnajib 0 938 Apr-27-2023, 08:37 PM
Last Post: taeefnajib
  How to resolve my problem in Pycharm? bshoushtarian 0 867 Sep-26-2022, 11:45 AM
Last Post: bshoushtarian
  Solving equation equal to zero: How to resolve the syntax error? alexfrol86 3 1,987 Feb-21-2022, 08:58 AM
Last Post: deanhystad
  win32com — How to resolve “AttributeError: xlUp” for Excel files? JaneTan 2 4,251 Aug-18-2021, 05:27 AM
Last Post: snippsat
  How to resolve Index Error in my code? codify110 6 3,056 May-22-2021, 11:04 AM
Last Post: supuflounder
  How to resolve numpy ValueError: dtype.descr Py_veeran 0 1,852 Aug-18-2020, 06:46 PM
Last Post: Py_veeran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020