Read excel data to program variables

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Appu2008
    New Member
    • Dec 2007
    • 18

    Read excel data to program variables

    Hi,
    Please tell me how to read data from an excel file to my program variables using Python..
  • woooee
    New Member
    • Mar 2008
    • 43

    #2
    A Google for "Python excel" led to a nice recipe in ASPN's cookbook. You might want to start there. How to do it depends on what you have and what you want to do with the data. I would suggest starting with the hits from Google. Then ask specific questions about specific code that you are using.

    Comment

    Working...