diff options
author | Thomas Charbonnel <thomascharbonnel@users.noreply.github.com> | 2022-08-11 00:20:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-11 00:20:48 +0800 |
commit | ed91cddea59ce15da87ab744ac20b465a36ed5ef (patch) | |
tree | 1ab4a75b5a903e20253a93393bc9561bb86ed186 /xmlDrawing.go | |
parent | b8ceaf7bf61daecad8717abec90a8e0badb64806 (diff) |
This closes #1296, add new function `GetRowOpts` for stream reader (#1297)
- Support get rows properties by `GetRowOpts` function
- New exported constant `MaxCellStyles`
Diffstat (limited to 'xmlDrawing.go')
-rw-r--r-- | xmlDrawing.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 |