From ed91cddea59ce15da87ab744ac20b465a36ed5ef Mon Sep 17 00:00:00 2001
From: Thomas Charbonnel <thomascharbonnel@users.noreply.github.com>
Date: Thu, 11 Aug 2022 00:20:48 +0800
Subject: This closes #1296, add new function `GetRowOpts` for stream reader
 (#1297)

- Support get rows properties by `GetRowOpts` function
- New exported constant `MaxCellStyles`
---
 xmlDrawing.go | 1 +
 1 file changed, 1 insertion(+)

(limited to 'xmlDrawing.go')

diff --git a/xmlDrawing.go b/xmlDrawing.go
index 8c3d734..b4fdccc 100644
--- a/xmlDrawing.go
+++ b/xmlDrawing.go
@@ -107,6 +107,7 @@ const (
 	MaxFieldLength       = 255
 	MaxColumnWidth       = 255
 	MaxRowHeight         = 409
+	MaxCellStyles        = 64000
 	MinFontSize          = 1
 	TotalRows            = 1048576
 	MinColumns           = 1
-- 
cgit v1.2.1