Please add support for cell content rotation.
I know that this is listed in the known unsupported features article, but just to be extra clear about what I am requesting, here's an example from Microsoft Excel
Hi Sam,
Thank you for the feedback.
This feature request is already logged in our backlog so I marked this one as duplicated. You can cast your vote for the implementation as well as subscribe to the task by clicking the Follow button so you can receive updates when its status changes.
As a side note, I would like to mention that this functionality is partially developed. You can import/export documents with a text rotation set or you can set the text rotation using the CellSelection.SetTextRotation() method :
Worksheet worksheet = TestHelper.CreateWorksheet();
CellSelection cellSelection = worksheet.Cells[0, 0, 1, 1];
cellSelection.SetTextRotation(180);
I hope this helps.
Regards,
Martin
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.