Unfreeze Rows or Columns

Introduction

In this article, we will learn How to UnFreeze Rows, Columns and Panes. If worksheets in the Excel files are frozen, sometimes we want to unfreeze worksheet or adjust frozen rows, columns or panes.

How to Unfreeze Rows or Columns In Excel

  1. Click View tab > Freeze Panes > Unfreeze Panes.

unfreeze panes in Excel

How to UnFreeze Rows, Columns or Panes with Aspose.Cells for Python Excel Library

It’s simple to unfreeze panes with Aspose.Cells for Python via .NET. Please use the Worksheet.un_freeze_panes method to unfeeze panes .

  1. Construct Workbook to open the frozen file.
  2. Unfreeze panes with Worksheet.UnFreezePanes() method.
  3. Save the file.

Attached sample source Excel file.