Spire.Spreadsheet is a powerful component to view spreadsheet. As a standalone spreadsheet class library, Spire.Spreadsheet is a companion component to Spire.XLS, which mainly focus on how to display spreadsheet.

Sun Jan 20, 2019 11:17 am

Hey,

text in cells with the same cellformat has not the same vertical position (ÖÄß@ ...)

I think this problem came with the latest updates.

GH

GHWels
 
Posts: 90
Joined: Sun Nov 23, 2014 7:22 pm

Mon Jan 21, 2019 2:04 am

Hi GH,

Thanks for your inquiry.
Could you please provide your input Excel for further investigation?

Thanks,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Tue Jan 22, 2019 10:11 am

Hi Betsy,

I do not load an excel file, but I write the text directly into the spreadsheet.

GH

GHWels
 
Posts: 90
Joined: Sun Nov 23, 2014 7:22 pm

Tue Jan 22, 2019 10:25 am

Hi GH,

To help us investigate further, please share the code you were using.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Tue Jan 22, 2019 11:46 am

Hi,

Dim Sheet As Spire.Spreadsheet.Forms.IWorksheet = Spreadsheet1.ActiveWorksheet
Sheet.SetText(0, 0, "China")
Sheet.SetText(0, 1, "Österreich")
Spreadsheet1.Refresh()

GH

GHWels
 
Posts: 90
Joined: Sun Nov 23, 2014 7:22 pm

Wed Jan 23, 2019 2:31 am

Hi GH,

Thanks for sharing.
I have noticed the issue and posted it to our Dev team. And I got information from our Dev team that the reason of this issue is that the text you set have non-ASCII characters, we have adjusted the position of them in latest version for some reasons. Anyway, we will let you know once there is any update.
We apologize for the inconvenience caused.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Mon Jan 28, 2019 5:49 am

Hi GH,

Glad to inform you the issue is solved in below hotfix.
http://www.e-iceblue.com/downloads/Temp ... _4.1.2.zip

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Sat Feb 02, 2019 6:52 am

Hi GH,

Glad to inform you we have officially released Spire.Office Platinum (DLL Only) Version:4.1.4. Please download it from following links:
https://www.e-iceblue.com/Download/down ... t-now.html
https://www.nuget.org/packages/Spire.Office

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Mon Feb 18, 2019 7:25 am

Hi GH,

Greetings from E-iceblue.
Do you use the hotfix? Has your issue been resolved?

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Return to Spire.Spreadsheet