Python Forum
How to Copy Single Value From One Excel Sheet to Another
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to Copy Single Value From One Excel Sheet to Another
#3
(Dec-28-2020, 06:42 AM)buran Wrote:
ws.cell(row=4,column=3).value=ws1.cell(row=4,column=6).value

Hi buran,

Thank you! I think I've been looking at the computer screen way too long and need to take a break, lol. This was a simple fix and I didn't realize I had left off the ".value" till I read your post.

One more question... once I got this error fixed everything works perfect except for the update value in the Excel spreadsheet. What I have is when I update Cutter A sheet with dates and times, I have Cutter B sheet setup to copy the same cells. So when I input this data in the first sheet, it copies over into the next sheet. When I do this manually, it saves time. Now that I'm trying to automate it with phython, I noticed when I run the script above it doesn't automatically update the values in the second sheet. I can do this by manually going to the Excel worksheet and updating the values to point to the correct workbook... but is there a way to do this in Python automatically? I will be writing more to the script to create a lot more workbooks.

Thanks Again for Your Help!

-Veronica
Reply


Messages In This Thread
RE: How to Copy Single Value From One Excel Sheet to Another - by SunWers - Dec-28-2020, 07:18 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Why is the copy method name in python list copy and not `__copy__`? YouHoGeon 2 451 Apr-04-2024, 01:18 AM
Last Post: YouHoGeon
  Copy Paste excel files based on the first letters of the file name Viento 2 633 Feb-07-2024, 12:24 PM
Last Post: Viento
  How to copy work sheet data one workbook to other? sayyedkamran 2 845 Nov-03-2023, 09:10 AM
Last Post: Larz60+
  Python and pandas: Aggregate lines form Excel sheet Glyxbringer 12 2,314 Oct-31-2023, 10:21 AM
Last Post: Pedroski55
  Copy data from Excel and paste into Discord (Midjourney) Joe_Wright 4 2,405 Jun-06-2023, 05:49 PM
Last Post: rajeshgk
  how to read txt file, and write into excel with multiply sheet jacklee26 14 11,255 Jan-21-2023, 06:57 AM
Last Post: jacklee26
  is it possible to copy image from email and place into excel file? cubangt 3 1,433 Nov-30-2022, 05:11 PM
Last Post: snippsat
  Reading Excel file and use a wildcard in file name and sheet name randolphoralph 6 7,781 Jan-13-2022, 10:20 PM
Last Post: randolphoralph
  Python script for excel sheet Nabil 4 3,527 Jun-01-2021, 05:09 AM
Last Post: Pedroski55
  Copy column from one existing excel file to another file mkujawsk 0 5,988 Apr-14-2021, 06:33 PM
Last Post: mkujawsk

Forum Jump:

User Panel Messages

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