Questions tagged [xlrd]

xlrd is a python library to extract data from Microsoft Excel spreadsheet files

xlrd is a python library to extract data from Microsoft Excel spreadsheet files.

xlrd can extract data from Excel spreadsheets (.xls and .xlsx, versions 2.0 onwards) on any platform, is written in pure Python and is Unicode-aware.

1366 questions
-6
votes
1 answer

compare two different csv/excel files column "Name" and if both have same name than ignore that data and display the rest of output

compare two different csv/excel files column "Name" and if both have same data than ignore that data and display the rest of output in new file. File…
evil007
  • 3
  • 4
1 2 3
91
92