SpreadSheet render problems

1 Answer 131 Views
Spreadsheet
shin
Top achievements
Rank 1
shin asked on 16 Jul 2021, 12:52 AM

I imported some excel files with UI for ASP.NET AJAX R2 2021 SP1 (version 2021.2.616)

but rendering result is different from Demo,  font size.  and one file occurred some error in my project.

How to do this problem?

I attached 2 excel files.

Thank you.

1 Answer, 1 is accepted

Sort by
0
Peter Milchev
Telerik team
answered on 20 Jul 2021, 11:01 AM

Hi Shin,

The font issue seems to be related to the fact that the 현대하모니 L font is not available in the browser, so it needs to be loaded explicitly in order to be used. The same appearance would be observed if you place this HTML on a simple page:

<p style="font-family: 현대하모니 L;">
범례	
</p>

Regarding the Complex file, there seems to be an issue with the image inside it probably due to the fact that the image is with .emf extension. If the inserted image is a .png, the issue is not observed.

Apart from the images issue, some named ranges are not imported properly due to invalid characters for the names of some ranges. You can test that by removing the image from the file and try loading it again. Here are a few of them:

We encountered 82 errors while reading this file. Please be aware that some formulas might be missing, or contain invalid results.
ContextError message
reading user-defined name: _?Can't handle character with code: 63 (input: _?)
reading user-defined name: _?____?Can't handle character with code: 63 (input: _?____?)
reading user-defined name: ____?____?Can't handle character with code: 63 (input: ____?____?)
reading user-defined name: __KDX3External reference not supported (input: [0]!__KDX3)

 

 

The Name Manager of Excel is also showing the names with underscores and question marks as in the attached picture.

Regards,
Peter Milchev
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.

shin
Top achievements
Rank 1
commented on 21 Jul 2021, 12:09 AM

Thank you for your answer but I wonder that it is imported normally in this demo site.
What is different from my project?
Tags
Spreadsheet
Asked by
shin
Top achievements
Rank 1
Answers by
Peter Milchev
Telerik team
Share this question
or