@chetanepiq
Examples_GridJs.Simple.zip (205.0 KB)
here is a sample project to show the pic loading steps.
2.png (23.6 KB)
3.png (39.8 KB)
4.png (44.4 KB)
@chetanepiq
Examples_GridJs.Simple.zip (205.0 KB)
here is a sample project to show the pic loading steps.
I can see this flow working fine in older version 24.x but after updating , the blobs aren’t getting read one by one , any changes required in api or so ?
@chetanepiq
there are many changes in v24.x and v25.x including the images loading.
but you need’t do any manually work changes.
Do you use the latest client:
<link rel="stylesheet" href="https://unpkg.com/gridjs-spreadsheet/xspreadsheet.css" />
<script src="https://unpkg.com/gridjs-spreadsheet/xspreadsheet.js"></script>
and the server side shall be v25.11
Thanks @peter.zhou , if I understand correctly blobs from zip are not coming in correctly , that why its saying none.async error in log , but what do I need to change to correct it ?
Both Client side package and server side I have kept as 25.11
the npm package for grid js spreadsheet is 25.11.0
image.png (2.4 KB)
Server side
image.png (1.6 KB)
is there something else we need to do ?
@chetanepiq
can you replace the sample file with the sample.xlsx in my provided project dir wwwroot\files\sample files.
and then please upload the images zip file in your side.
just like the request log you get from xxxx_batch.zip
inside the zip file ,it shall include 3 images .
names shall like: p.0+timestamp,s.1+timestamp,s.2+timestamp
I’ll do that ,
just for information
earlier our server side is 25.7 and client side is “gridjs-spreadsheet”: “^24.6.2”,
I was just testing does it work there and the same file worked fine something is causing issue when I upgrade client side , because even if I make server side 25.11 the images dont work with “gridjs-spreadsheet”: “^25.11.0”, in client side .
Downgraded client side and it started working.
Can you confirm is it 25.11 or 25.11.0 for client side?
I did not understand what you meant here
where can I find this dir ? Can you elaborate what steps do I need to follow
can you try run this sample in your side.
then you will find the sample.xlsx file is at project dir wwwroot\files\
@chetanepiq
the latest client and server is match ,and works without images loading issues per our release test.
So you mean Does aspose cells editor support fill colour on graph and images? - #27 by chetanepiq
client and server both should be 25.11 only ?
Also please provide the access to Example file you shared
@chetanepiq
Please create a new topic for your issue,only the orginal topic owner can access the attached file.
Lets continue on this , I can ask the owner to share file
UPDATE
I have kept client side package “gridjs-spreadsheet”: “^25.11”,
And server side also the same but its still showing same error .
@chetanepiq
replace the sample file in your project ,and verify the structure of the zip file get in your side.
the structure of the zip file shall like this:
@chetanepiq
and also can you test the sample project in your side .
watch and compare the network steps for loading images.