We’re using the .NET Standard 2.0 variant of Aspose.Cells (v21.12.0).
It appears that some overloads for the SheetRender class are missing. According to the API documentation, there should be five overloads for the ToImage method:
However, only the second and third methods are available (to stream and to file). The first, fourth and fifth methods are not available (to bitmap and to graphics).
Thanks for the explanation. Is there a time frame when these method overloads will be supported? We need them to process the bitmap/graphic image generated by the SheetRender.
Hi @perfectxl
“System.Drawing.Bitmap” or “System.Drawing.Graphics” are not in standard library in .netstandard or .net6 ( They are implemented through system.drawing.common),so we removed these public methods about them in .netstandard and .net6, we will add a document to list the differences between .net and .netstandard version.
If you want to load the saved image to Bitmap or Graphics,please try the following code to implement the corresponding function:
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.