Well,I am sure there is a error in my code.
But I still found another issue about the version "2.0.1.2008" of aspose.grid.web
If I use "2.0.1.2008",my system will appear following error:
A javascript error and formula belong to other sheet appear in actively sheet without rhyme or reason.
There are some mention about this issue:
1.Replace "2.0.0.2001" by 2.0.1.2008
2.Load a excel in aspose.grid.web;The attachment is my excel file(ToVendor.xls):the "fixture_list" sheet is our test sheet.the value of some cells in the "PCA_BFT" is from "fixture_list" sheet by formula.(e.g:A22 of "PCA_BFT"=fixture_list!A4 )
3.Set the "fixture_list" is actively;
4.Input some value into A4 of "fixture_list" sheet.
5.Set the A4 of "fixture_list" sheet lose the focus;
6.Then,a javascript error appeared(please look the picture).And at the same time the valuse of A22 of "fixture_list" sheet become the same value to A4 of "fixture_list" sheet. However,in my excel file ,the A22 of "fixture_list" sheet didn't set any formula.After I repetitious try, I found this error formula seems from A22 of "PCA_BFT" sheet,because the position of error cell is same to the A22 of "PCA_BFT".
7.I ignore this error and input values into others cells.
8.After I change the actively sheet and come back again, the value ,I inputted, has lost but the value of A4;
This issue don't appear when I use "2.0.0.2001".
I don't know if you can know Chinese,the javascript error is:
line:3154
character:4
error: Can't get the content of fontWeight,parameter invalid
code:0
Please help me to fix this issue,thank you very much!