Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Maximum Unique Cell Styles Supported in XLSIO | Syncfusion
description: This page explains what is the maximum number of unique cell styles supported in syncfusion Excel library.
platform: document-processing
control: XlsIO
documentation: UG
---

# What is the maximum number of unique cell styles supported in XlsIO?

Microsoft Excel creates a unique cell style for every distinct combination of formatting properties, such as font, color, border, and number format. Each variation results in a separate style entry within the workbook. Excel supports a maximum of 64,000 unique cell styles, and exceeding this limit can lead to issues with the file.

XlsIO follows the same approach as Microsoft Excel by creating a new cell style for each unique formatting combination applied to cells. If the number of unique styles exceeds Excel's supported limit of 64,000, XlsIO throws an exception to prevent generating an invalid Excel file.