Aspose.Cells.GridJs.GridJsWorkbook.UpdateCell Json example

Hi There,

I am using Aspose.Cells.GridJs Version=24.3.0.0.
I would like to use Aspose.Cells.GridJs, but I cannot find any example for UpdateCell json.
Where can I find it?

Thanks,

Shlomi

@shlomi.z,

You may check some documentation topics with examples for your reference.

@amjad.sahi ,
I could not find any concrete example for Aspose.Cells.GridJs.UpdateCell frojm the links that you sent.

@shlomi.z
here is the complete demo for GridJs
.net standard

python via .net

after you run the demo , do some update operation .for example set diffrent font style ,edit cell value .etc.
after every update ,the client will trigger ajax call updatecell
you can open the browser develop window to check the network api calls.

@amjad.sahi,

Don’t you have simple examples of Jsons for UpdateCell()? Any tests examples for that on the .net side? Instead of running the entire system?

@shlomi.z
for the UpdateCell(string p, string uid)
below is some example for p:

{"name":"Sheet1","ri":1,"ci":2,"text":"hello","op":"update"}
{"name":"Sheet1","src":{"sri":1,"sci":0,"eri":2,"eci":2,"w":0,"h":0},"dest":{"sri":2,"sci":4,"eri":3,"eci":6,"w":0,"h":0},"op":"copypaste","what":"all"}
{"name":"Sheet1","range":{"sri":2,"sci":5,"eri":2,"eci":5,"w":0,"h":0},"what":"text","op":"delcells"}
{"name":"Sheet1","sri":2,"eri":2,"op":"delrow"}
{"name":"Sheet1","cells":[{"ri":3,"ci":6,"text":"ffff"},{"ri":4,"ci":6,"text":"ffff"},{"ri":5,"ci":6,"text":"ffff"},{"ri":6,"ci":6,"text":"ffff"}],"src":{"sri":2,"sci":6,"eri":2,"eci":6,"w":0,"h":0},"dest":{"sri":3,"sci":6,"eri":6,"eci":6,"w":0,"h":0},"what":"all","op":"batchupdate"}