This is a migrated thread and some comments may be shown as answers.

spreadexportrenderer not available

9 Answers 1222 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Madura
Top achievements
Rank 1
Madura asked on 01 Nov 2017, 04:25 AM

Hi,

spreadexportrenderer not available in telerik.wincontrols.export name space. Anyone can give me a idea on how sort this.

 

what I am trying is

          Dim renderer As Telerik.WinControls.Export.SpreadExportRenderer = New Telerik.WinControls.Export.SpreadExportRenderer()
          spreadExporter.RunExport(dialog.FileName, renderer)

Madura

9 Answers, 1 is accepted

Sort by
0
Hristo
Telerik team
answered on 02 Nov 2017, 03:53 PM
Hi Madura,

Thank you for writing.

The SpreadExportRenderer is part of the TelerikExport.dll assembly so please make sure that you are referencing it. If you still cannot compile your project then the version of the controls you are using is outdated. In this case please upgrade to the latest version.

I hope this helps. Should you have further questions please do not hesitate to write back.

Regards,
Hristo
Progress Telerik

0
Troy
Top achievements
Rank 1
answered on 17 Dec 2018, 06:59 PM
I am having the same problem as Madura. I can't seem to find the Nuget for TelerikExport
0
Hristo
Telerik team
answered on 19 Dec 2018, 02:16 PM
Hello Troy,

We are not aware of an issue with the NuGet packages at the moment, please check the attached screenshot. In case you keep having issues, you can also download the controls straight from your Telerik account: https://www.telerik.com/account.

Regards,
Hristo
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Troy
Top achievements
Rank 1
answered on 19 Dec 2018, 02:58 PM

Hristo, thank you for replying.

I have included the reference to Telerik.WinControls.Export but my issue was similar the first post of this thread. The SpreadExportRenderer is not available in WinControls.Export only the interface ISpreadExportRenderer is available.

Based on the information in the instructions I was assuming there was as an assembly named TelerikExport that needed to be referenced.

0
Hristo
Telerik team
answered on 20 Dec 2018, 01:03 PM
Hi Troy,

The ISpreadExportRenderer interface is defined in the Telerik.WinControls.dll assembly and it also has the same namespace as the assembly name. The SpreadExportRenderer class is part of the TelerikExport.dll assembly and its namespace is Telerik.WinControls.Export. Please also refer to the following documentation article specifying the required assemblies: https://docs.telerik.com/devtools/winforms/controls/gridview/exporting-data/spread-export.

Let me know if you need further assistance.

Regards,
Hristo
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Troy
Top achievements
Rank 1
answered on 20 Dec 2018, 01:34 PM

Hristo, 

I understand what you are saying but I still can not find SpreadExportRenderer class in WinControls.Export. Have you tried to look? Please see the attached screenshot. Am I doing something wrong?

0
Troy
Top achievements
Rank 1
answered on 20 Dec 2018, 01:35 PM
sorry the screenshot did not get attached
0
Troy
Top achievements
Rank 1
answered on 20 Dec 2018, 03:49 PM

Hristo, 

I found the issue. I looked at the demos for the latest release and it shows to use ExportToExcelML, not SpreadExportRenderer.

 

0
Hristo
Telerik team
answered on 21 Dec 2018, 11:20 AM
Hello Troy,

The ExportToExcelML class is the old export provider, it is still possible to use but it is more limited compared to the GridViewSpreadExport. The new exporting engine utilizes the SpreadProcessing libraries and it native exports in the .Xlsx format.

Regards,
Hristo
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
GridView
Asked by
Madura
Top achievements
Rank 1
Answers by
Hristo
Telerik team
Troy
Top achievements
Rank 1
Share this question
or