Hi,
I am using Spire.Officefor.NETStandard 7.2.3 with Dotnet 6.03 on Windows and have noticed quite a few regressions. I am putting them in separate topics to help better track them.
var imgStream = sheet.ToImage(1, 1, maxRowPosition + 1, maxCellPosition + 1);
produces (sometimes - not all the time using the exact same data each time).
An unhandled exception of type 'System.AccessViolationException' occurred in SkiaSharp.dll
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
The hard part about this exception is that it cannot be recovered from even using AccessViolationException which is painful for a web application.
The other exactly related regression from the non dotnetstandard version occurs when I use this to create the picture for ole embedding excel into word. The dotnet version sizes the object and picture correctly. The dotnetstandard version scales it down to about 85%.
Cheers,
Alex