please help me building the code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sadikali
    New Member
    • Jul 2007
    • 1

    please help me building the code

    Hi,

    I have a list of users in excel. needs to check the information of users in one short.

    likes to display all user info. in a excel page. could some one help me in this.

    Thanks
  • bartonc
    Recognized Expert Expert
    • Sep 2006
    • 6478

    #2
    Originally posted by sadikali
    Hi,

    I have a list of users in excel. needs to check the information of users in one short.

    likes to display all user info. in a excel page. could some one help me in this.

    Thanks
    Just to be clear: You want to connect to Excel from Python, correct?

    Comment

    • Andelys
      New Member
      • Aug 2007
      • 47

      #3
      Originally posted by sadikali
      Hi,

      I have a list of users in excel. needs to check the information of users in one short.

      likes to display all user info. in a excel page. could some one help me in this.

      Thanks
      First you could export the sheet from excel into the .cvs formate. Then you can easily work with it in python ;)

      Comment

      Working...