Completed
Last Updated: 16 Dec 2022 12:49 by R. J.
Release R3 2020
ADMIN
Deyan
Created on: 25 Apr 2016 18:36
Category: SpreadProcessing
Type: Feature Request
12
SpreadProcessing: Implement text orientation for cell content
Implement functionality to rotate the content of a cell.
11 comments
R. J.
Posted on: 16 Dec 2022 12:49

@Dimitar

Ah... got it. I must have read the title of this thread too quickly (and completely missed the project/package categorization). Yes, I am looking for this functionality within SpreadSheetStreaming.

I'll enter a feature request within that scope.

Thank you for your timely response.

R. J. Lewis III

ADMIN
Dimitar
Posted on: 16 Dec 2022 07:25

Hi R. J.,

You can set the orientation with the following code: 

var workbook = new Workbook();
var worksheet = workbook.Worksheets.Add();
worksheet.Cells[0,0].SetTextRotation(90);

Please note that this is available in the SpreadProcessing library, not SpreadStreamProcssing where this is still not implemented. 

I hope this helps. Should you have any other questions do not hesitate to ask.

Regards,
Dimitar
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

R. J.
Posted on: 15 Dec 2022 15:48

I'm very glad to see this feature was implemented. I am, however, unable to find any information regarding such. I have checked the official API documentation (assuming text orientation would be under SpreadCellFormat or SpreadCellStyle). I've also looked at the official RadSpreadStreamProcessing documentation and cannot find any mention there, either.

Thank you,

R. J. Lewis III

ADMIN
Peshito
Posted on: 21 Aug 2020 12:07

Hello,

This item will be available in R3 2020 Release. 

It is also available with Telerik UI for WPF's latest internal build - LIB 2020.2.824 (24/08/2020) if you need it earlier. 

Note that exporting text orientation to pdf is not yet implemented. Please follow PdfFormatProvider: Export text orientation for cell content feedback item in order to be notified when it is done.

Regards,
Peshito
Progress Telerik

Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive , special prizes and more, for FREE?! Register now for DevReach 2.0(20).

ADMIN
Martin
Posted on: 28 Apr 2020 08:12

Hello Christopher,

Than you for the provided feedback. This item is currently not scheduled for implementation so make sure you cast your vote for the implementation as well as subscribe to the task by clicking the Follow button so you can receive updates about status changes.

Regards,
Martin
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Christopher
Posted on: 27 Apr 2020 13:19
I need this as well to make 90 deg text in cells.
ADMIN
Tanya
Posted on: 27 Feb 2018 08:09
Hi all,

Thank you for the feedback.

Make sure to cast your vote for the implementation of this task and continue following it so you can get a notification when its status changes.

Regards,
Tanya 
ITsolution
Posted on: 20 Feb 2018 12:40
Yes please!
Nicolai
Posted on: 04 Sep 2017 08:37
I also need it :-)
ADMIN
Tanya
Posted on: 23 Mar 2017 12:16
Hi Devid,

You can cast your vote for this functionality using the Like button on the right side of this item.

Regards,
Tanya
Devid
Posted on: 14 Feb 2017 12:56
Yes please, implement this missing functionality.