Python Forum
Python code to set column width
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python code to set column width
#8
(Jan-14-2024, 07:41 AM)1418 Wrote: sgrey, I tried both these without success. I'm using Visual Studio, are you suggesting I need to download additional libraries? Or should I use Pycharm?
Error:
inspdata.set_column_width(columns=['EForm Id'],width=100, ['Contractor'],width=100) inspdata.set_column_width(columns=['EForm Id', 'Contractor'],width=100)

it doesn't matter what IDE you use. Pay attention to all of the code and the description they posted. It's not just one line call, you have to use more complex code and another library in addition to it.
Look at the top answer. You probably can use it as-is if you just add it at the end of your code and install xlsxwriter.
1418 likes this post
Reply


Messages In This Thread
Python code to set column width - by 1418 - Jan-14-2024, 03:31 AM
RE: Python code to set column width - by Larz60+ - Jan-14-2024, 04:47 AM
RE: Python code to set column width - by 1418 - Jan-14-2024, 05:01 AM
RE: Python code to set column width - by sgrey - Jan-14-2024, 05:44 AM
RE: Python code to set column width - by 1418 - Jan-14-2024, 06:22 AM
RE: Python code to set column width - by sgrey - Jan-14-2024, 07:05 AM
RE: Python code to set column width - by 1418 - Jan-14-2024, 07:41 AM
RE: Python code to set column width - by sgrey - Jan-14-2024, 07:48 AM
RE: Python code to set column width - by 1418 - Jan-14-2024, 07:52 AM
RE: Python code to set column width - by sgrey - Jan-14-2024, 07:56 AM
RE: Python code to set column width - by 1418 - Jan-20-2024, 04:48 AM
RE: Python code to set column width - by Pedroski55 - Jan-20-2024, 07:20 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Fixed colum width for rowLabels i Matplotlib pandabay 0 1,177 Jun-10-2023, 03:40 PM
Last Post: pandabay
  Code for pullng all data in a column EmBeck87 5 2,215 Apr-03-2023, 03:43 PM
Last Post: deanhystad
  Reshaping a single column in to multiple column using Python sahar 7 3,794 Jun-20-2022, 12:35 PM
Last Post: deanhystad
  width of Unicode character Skaperen 6 4,363 Sep-27-2021, 12:41 AM
Last Post: Skaperen
  image.thumbnail(width, height) not working PCesarano 2 5,087 Apr-08-2021, 06:09 PM
Last Post: PCesarano
  How can I get the width of a string in Python? aquerci 14 21,252 May-27-2019, 06:00 PM
Last Post: heiner55
  fixed width numbers Skaperen 15 12,868 May-27-2019, 09:42 AM
Last Post: Skaperen
  Code snippets for building multi column Listviews and or Treeview KevinBrown 3 4,258 Apr-14-2019, 06:50 PM
Last Post: Yoriz
  printing text tables with consistent width Skaperen 7 13,282 Jul-01-2018, 02:34 AM
Last Post: Skaperen
  How to measure an inclined beam width and height in image using python? zyb1003 1 4,048 Nov-07-2017, 05:02 AM
Last Post: heiner55

Forum Jump:

User Panel Messages

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