Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.57 KB

File metadata and controls

23 lines (17 loc) · 1.57 KB
title What is the maximum range of Rows and Columns | Syncfusion
description This page tells about the maximum range of rows and columns supported in Syncfusion .NET Excel library (XlsIO).
platform document-processing
control XlsIO
documentation UG

What is the maximum range of Rows and Columns?

XlsIO has support below worksheet size for Excel 97 to 2003, Excel 2007 and later versions.

  • Excel 97 to 2003**(.xls format)** – 65,536 by 256 rows and columns.
  • Excel 2007 and Later versions**(.xlsx format)** – 1,048,576 by 16,384 rows and columns

The above specification is the worksheet size of Excel. For more information, see Excel specifications and limits

See Also