Python Forum
Trouble with saving openpyxl filename
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trouble with saving openpyxl filename
#5
Hello

Thank you for the information, it helped me figure out what needed to happen. Ultimately this is what I found that worked
wb2.save(f'C:\\Users\\fbianchi\\Documents\\ {ws2.cell(row = 14, column = 4).value} {ws2.cell(row = 15, column = 4).value}  {ws2.cell(row = 17, column = 4).value} {ws2.cell(row = 17, column = 6).value}.xlsx')
Reply


Messages In This Thread
RE: Trouble with saving openpyxl filename - by fjbianchi93 - Apr-08-2022, 12:39 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Saving as docx file from excel with new filename Chuck_Norwich 4 4,733 Oct-03-2019, 08:01 PM
Last Post: Chuck_Norwich
  Openpyxl - while saving excel file getting error shubhamjainj 1 5,719 Apr-09-2019, 12:05 PM
Last Post: Larz60+
  openpyxl and saving xlsm files Patrick 2 24,933 Mar-15-2018, 06:15 PM
Last Post: Patrick
  openpyxl saving files issue Pedroski55 1 8,985 Sep-16-2017, 02:05 AM
Last Post: Pedroski55

Forum Jump:

User Panel Messages

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