Spire.XLS is a professional Excel API that enables developers to create, manage, manipulate, convert and print Excel worksheets. Get free and professional technical support for Spire.XLS for .NET, Java, Android, C++, Python.
Wed Dec 29, 2021 8:13 pm
Hi,
Is posible write text IN CELL from up to down as the text in red circle (see image).
How?
thanks.
- Attachments
-
- Sin título.png (80.71 KiB) Viewed 459 times
-
E.PTENA@LKS.ES
-
- Posts: 8
- Joined: Fri Nov 21, 2014 10:40 am
Thu Dec 30, 2021 1:58 am
Hello,
Thanks for your inquiry!
Please refer to the following code to set the content of the cell vertical. If you have any other questions, just feel free to contact us.
- Code: Select all
CellRange range1 = workbook.Worksheets[0]["A1"];
range1.Text = "E-ICEBLUE";
range1.Style.Rotation = 255;
Sincerely,
Marcia
E-iceblue support team
-
Marcia.Zhou
-
- Posts: 858
- Joined: Wed Nov 04, 2020 2:29 am
Tue Jan 04, 2022 6:31 am
Hello,
Hope you are doing well!
Has the issue been solved now? Could you please give us some feedback at your convenience?
Thanks in advance.
Sincerely,
Marcia
E-iceblue support team
-
Marcia.Zhou
-
- Posts: 858
- Joined: Wed Nov 04, 2020 2:29 am