Python Forum
I can write to but cannot read from Excel using python.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I can write to but cannot read from Excel using python.
#3
(Feb-13-2018, 01:55 AM)Emerogork Wrote: What is the $ prompt?
As mention is linux specific,the same in Windows is command line cmd.
C:\Windows\System32>cd\

# pip most work like this and you should be using 3.6
C:\>pip -V
pip 9.0.1 from c:\python36\lib\site-packages (python 3.6)

C:\>pip install xlrd
Collecting xlrd
  Using cached xlrd-1.1.0-py2.py3-none-any.whl
Installing collected packages: xlrd
Successfully installed xlrd-1.1.0

C:\>python
Python 3.6.2 (v3.6.2:5fd33b5, Jul  8 2017, 04:14:34) [MSC v.1900 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import xlrd
>>> xlrd.__VERSION__
'1.1.0'
>>> exit()

C:\>
To make sure it work like this Python 3.6 and pip installation under Windows
Did you read my reply in your last post?
Reply


Messages In This Thread
RE: I can write to but cannot read from Excel using python. - by snippsat - Feb-13-2018, 08:27 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  python Read each xlsx file and write it into csv with pipe delimiter mg24 4 1,550 Nov-09-2023, 10:56 AM
Last Post: mg24
Question Special Characters read-write Prisonfeed 1 653 Sep-17-2023, 08:26 PM
Last Post: Gribouillis
  How do I read and write a binary file in Python? blackears 6 7,001 Jun-06-2023, 06:37 PM
Last Post: rajeshgk
  How do I write all csv records to Excel ? Revox 2 979 Mar-29-2023, 03:53 PM
Last Post: deanhystad
  Reading data from excel file –> process it >>then write to another excel output file Jennifer_Jone 0 1,143 Mar-14-2023, 07:59 PM
Last Post: Jennifer_Jone
  Read text file, modify it then write back Pavel_47 5 1,679 Feb-18-2023, 02:49 PM
Last Post: deanhystad
  how to read txt file, and write into excel with multiply sheet jacklee26 14 10,288 Jan-21-2023, 06:57 AM
Last Post: jacklee26
  Openpyxl manipulate excel write formula SamLiu 0 1,080 Nov-04-2022, 03:00 PM
Last Post: SamLiu
  Read JSON via API and write to SQL database TecInfo 5 2,272 Aug-09-2022, 04:44 PM
Last Post: TecInfo
  Write and read back data Aggie64 6 1,936 Apr-18-2022, 03:23 PM
Last Post: bowlofred

Forum Jump:

User Panel Messages

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