Hi, I want to parse an Excel file using python and the excellent xlrd library. The spreadsheet I has the following structure:

First sheet have:

No category
1 Building
2 Animals
3 People

The # column is the equivalent of other sheets name, for example sheet named 3 contains

Artists

  • Joaquin Sabina Spain

  • Silvio Rodriguez Cuba

Programmers

  • Richard Stallman USA
  • Dairon Medina Cuba

I want to import data in the following structure: import all categories from first page to a table named categories, the headings of others sheets in other named subcategories and names on items table.

Please HELP!! I am a noob on xlrd and I need to finish this soon for a project I am working on.

link|improve this question
1  
Please add the code that you have already written. It makes it easier for us to help you and it demonstrates that you want help in your work but are not asking others to do it for you. – Abbas Dec 20 '11 at 23:03
Have you read the xlrd manual? Have you looked at the tutorial that you can access via www.python-excel.org? – John Machin Dec 21 '11 at 1:43
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.