Skip to content

Commit 70834d8

Browse files
author
Marin Bratanov
committed
docs(grid): biff exporting limitation
1 parent ae78c08 commit 70834d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

controls/grid/functionality/exporting/export-formats/excel-biff-export.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,5 @@ newSheet.Cells(1, 1).Value = "NEW CELL"
175175
* No hierarchy support
176176

177177
* No automatic column/row resizing
178+
179+
* Columns that do not have `HeaderStyle.Width` set do not populate the `Columns` collection of the `Table` in the `ExportInfrastructure`. Read more here: [https://feedback.telerik.com/Project/108/Feedback/Details/226862](https://feedback.telerik.com/Project/108/Feedback/Details/226862). This can cause `e.ExportInfrastructure.Tables[0].Columns.Count` to return `0` or an unexpected number smaller than the number of columns, so that you cannot loop through the columns and apply custom styling to them.

0 commit comments

Comments
 (0)