Hello Aspose team,
In one of the support ticket you sent me Aspose.Cells DLL version 17.10.3.0.
https://forum.aspose.com/t/ds-21625-headlines-font-is-changing/165927/4
When I using it with my system, I get the next error compilation:
CS1061 C# does not contain a definition for ‘Select’ and no extension method ‘Select’ accepting a first argument of type could be found (are you missing a using directive or an assembly reference?)
The pseudo code that the error was given from:
Workbook workbook;
IEnumerable<TResult> macroModules = workbook.VbaProject.Modules.Select(...)
Replacing back to version 17.10.0.0 does not give me compilation error. Please tell me when this error will be fixed.
Thanks!