Does aspose cells editor support fill colour on graph and images?

hi Aspose,

in the aspose cells editor do we have the ability to support fill colours on Graphs or Embedded Images?
Screen shorts are from the Demo site
Currently it is showing like this.

image.png (108.7 KB)
image.png (182.4 KB)

We want this ability for our user to apply colour.
Looking forward for your response and support.

Thank you,
Ganesh Kumar.

@Ghani0303

Hello Ganesh Kumar,

Thank you for your inquiry regarding the Aspose Cells Editor. Currently, the editor does not support fill colors for graphs or embedded images. We understand the importance of this feature for your users and appreciate your feedback.

Our development team is continuously working on enhancements, and your request will be considered for future updates.

If you have any further questions or need assistance, please feel free to reach out.

Best regards,
Professionalize.Discourse Bot

@Ghani0303
We don’t quite understand your requirement. If there is an embedded general image, you want to edit this picture? Do you need to add drawing shape and update it? How can you update the fill colour in a general image? Fill the empty pixels with the colour in the image?
Or do you mean the specified type: chart image, you want to change the background or the chart settings like in MS-Excel?

chartcolour.png (35.2 KB)

@Ghani0303
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): CELLSGRIDJS-1930  Support fill color settings for charts

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

hi Peter, Are we expecting a fix on this issue in the upcoming V25.10

@Ghani0303,

At this time, we might not provide a specific timeline for the feature (supporting fill color settings for charts) as it involves complexity and requires thorough assessment. Rest assured, we will keep you informed as soon as there are any updates.

@Ghani0303,

The functionality to set the chart background color is not implemented yet. Based on our estimates, this feature is unlikely to be included in version v25.10 but is expected to be addressed in version v25.11.

Thank you for your understanding, and please feel free to stay connected for updates.

1 Like

hi @amjad.sahi @peter.zhou thanks for the information.
this is must needed item looking for your assistance to get it addressed at the earliest.
looking for some updates on this.

Thank you,
Ganesh Kumar.

@Ghani0303
Thank you for your feedback. You are welcome. We will notify you promptly once there are any updates.

1 Like

hi @Ghani0303 Want to check if this is part of 25.10 Version

@purushothamj
We apologize, but your issue “CELLSGRIDJS-1930” has not been resolved yet. We will check if we can provide an update or estimated time of resolution. We will get back to you soon.

@purushothamj

We will implement this feature as soon as possible. It is expected to be available in version 25.11

The issues you have found earlier (filed as CELLSGRIDJS-1930) have been fixed in this update. This message was posted using Bugs notification tool by leoluo

Hi I am unable to see images/graphs after updating Java and Grid-spreadsheet both to 25.11

image.png (13.7 KB)
image.png (43.9 KB)

This is the sample file shows images in excel

image.png (34.4 KB)
image.png (121.8 KB)

Anything we’re missing here, is it completely fixed or yet to be done?

@chetanepiq,

Thank you for providing the screenshots.

Could you please zip and attach the template Excel file that contains the charts/images? We will review it soon.

EPQ01_ENRON0004088.zip (101.5 KB)

Added both files ,

image.png (15.7 KB)
The Image URI api has completed successfully , not sure why it is breaking because I just see a blue spinner instead of image /charts / graphs

SEEING THIS ERROR IN CONSOLE

image.png (25.6 KB)

image.png (2.9 KB)

image.png (4.2 KB)

@chetanepiq,

Thanks for the sample Excel files and screenshots.

I simply used the online editor app to load the files in it. It works fine and the charts/images are loaded/displayed fine in the worksheet. Could you please try the editor if it works fine or not? Please note the online editor uses the latest Aspose.Cells.GridJs (.NET) server side and client side APIs.

I understand but I have also shared the error log , its coming from the gridjs spreadsheet code , where its trying to pass null value , the error part in gridjs code

image.png (24.2 KB)

@chetanepiq
from the log,we can see it can not load the image from the zip file,can you provide the whole network request/response log from browser.
the general steps are:
1request a zip file contains all the image files
2fill the image file by blob source from the zip file one by one.

HAR.zip (34.5 KB)

Added HAR FILE For more info , after zip api the blobs aren’t getting read ( 2nd step mentioned by you doesn’t seem to work after update )