Maximum Rows and Columns supported in Aspose GridWeb

Hi,

We are using Aspose cells GridWeb to implement our functionality.I wanted to know what is the maximum number of rows and columns that can be loaded in GridWeb ?
If there is any threshold limit where performance issues are noticed Please mention that numbers too.

Thanks,
VED.

Hi,


Well, Aspose.Cells.GridWeb does not put any restrictions at all, it depends upon MS Excel file formats (e.g XLS, XLSX etc.). Aspose.Cells.GridWeb follows MS Excel standards.
e.g (you may have the following in a single worksheet)
XLS —> you may have 65536 rows and 256 columns.
XLSX → you may have more than 1 million records with long list of columns.

For performance issue, please try our latest version Aspose.Cells.GridWeb v8.0.0.2xxx (you may get it after installing Aspose.Cells for .NET v8.0.1 package). Also see the topic that may help you a bit for your reference:


Thank you.