Spreadsheet does not exist in the namespace Telerik.Documents even though nuget Telerik.Documents.Spreadsheet.FormatProviders.Xls is installed

Viewed 17

Even though I have successfully installed the nuget package Telerik.Documents.Spreadsheet.FormatProviders.Xls,
enter image description here

I am receiving the error : CS0234: 'Spreadsheet' does not exist in the namespace Telerik.Documents enter image description here

when referencing the package in code. enter image description here

I have followed the recommended Telerik setup procedures as outlined by Telerik. I have also been unsuccessful in finding other references online for this issue.

I am using Microsoft Visual Studio Enterprise 2019 Version 16.11.18 and .NET Framework 4.8.4084 .

Since the needed packages are successfully installed and referenced, what else can I do to troubleshoot or to fix the issue?

0 Answers
Related