Python Forum
Python not reading cell in excel file
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python not reading cell in excel file
#1
Hi,

I am using Jupyter notebook. I created a script to open a few excel files and paste a summary dataframe in a new excel file.

All was working fine, but somehow today the coding is not capturing some of the cells that have formulas.

Before, it used to capture the value in the formula. Meaning, if the cell was =2+2, the new dataframe would have the value 4 in that cell.

Now it is only showing NaN.

Does anyone know why this is happening?

Thank you,
Wendy
Reply
#2
Quote:Does anyone know why this is happening?
Hard to say unless you post some code.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  docx file to pandas dataframe/excel iitip92 1 2,602 Jun-27-2024, 05:28 AM
Last Post: Pedroski55
  Reading an ASCII text file and parsing data... oradba4u 2 1,443 Jun-08-2024, 12:41 AM
Last Post: oradba4u
  Python openyxl not updating Excel file MrBean12 1 2,050 Mar-03-2024, 12:16 AM
Last Post: MrBean12
  Copy Paste excel files based on the first letters of the file name Viento 2 1,588 Feb-07-2024, 12:24 PM
Last Post: Viento
Sad problems with reading csv file. MassiJames 3 2,584 Nov-16-2023, 03:41 PM
Last Post: snippsat
  Search Excel File with a list of values huzzug 4 2,830 Nov-03-2023, 05:35 PM
Last Post: huzzug
  Updating sharepoint excel file odd results cubangt 1 2,074 Nov-03-2023, 05:13 PM
Last Post: noisefloor
  trouble reading string/module from excel as a list popular_dog 0 928 Oct-04-2023, 01:07 PM
Last Post: popular_dog
  Reading a file name fron a folder on my desktop Fiona 4 2,108 Aug-23-2023, 11:11 AM
Last Post: Axel_Erfurt
  Reading data from excel file –> process it >>then write to another excel output file Jennifer_Jone 0 2,106 Mar-14-2023, 07:59 PM
Last Post: Jennifer_Jone

Forum Jump:

User Panel Messages

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