Do you support xlsm extention?
Actual issue:
Following instructions on this page:
https://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/formats-and-conversion/import-and-export-to-excel-file-formats/xlsm/xlsmformatprovider
using Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsm;
"The type or namespace Xlsm do not exists..... etc.."
Actual issue:
Following instructions on this page:
https://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/formats-and-conversion/import-and-export-to-excel-file-formats/xlsm/xlsmformatprovider
using Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsm;
"The type or namespace Xlsm do not exists..... etc.."
Hi Andrew,
Can you please share the version of the binaries you are using? An issue similar to the described one might be observed if the version is older and doesn't contain the new class. The XlsmFormatProvider has been introduced in R3 2021, so you will need to use this or a newer release if you would need to work with .xlsm files.
Hello Tanya,
I have the same issue and I'm using the binaries from: Telerik UI for ASP.NET MVC R2 2021.
Hi Guilhem,
Please, excuse me for the mistake. The first release of XlsmFormatProvider was R3 2021 and I corrected my previous post to avoid future misunderstandings.