Posts by Aakanksha Thakar

Author Biographical Info: Not available

Detect merged cells in an Excel sheet using openpyxl

By Aakanksha Thakar

In this tutorial, we will see how to detect merged cells in an excel sheet using openpyxl. ‘openpyxl’ is a Python library used to read or write an Excel file with the e.... Read More

Find common values from a column of excel file using Python

By Aakanksha Thakar

In this tutorial, we are going to see how to find common values from a column of an excel file using Python. To do this we need to know about Pandas library. Pandas is an open-sou.... Read More

Related Posts