Spread.refresh not working after I upgrade to 12.0.0.0 from 11.0.0.0

Posted by: arnoldbendaa on 3 April 2019, 9:50 am EST

  • Posted 3 April 2019, 9:50 am EST

    Hello.

    I update my source code from 11.0.0.0 to 12.0.0.0.

    But the spread.refresh not working.

    ```

    spread = $scope.spread = new GC.Spread.Sheets.Workbook(document.getElementById(‘spreadsheet’));

    $scope.spread.options.grayAreaBackColor = (“#FCFDFD”);

    spread.suspendCalcService(false);

    spread.suspendPaint ();

    var data = JSON.parse(jsonForm);

    spread.fromJSON(data.spread);

    spread.resumeCalcService(true);

    spread.resumePaint();

    var spread = $(“#spreadsheet”).data(“workbook”);

    spread.refresh();

    How can I fix it?
  • Posted 4 April 2019, 4:53 am EST

    Hi,

    We are sorry but we are unable to replicate the issue at our end. Everything seems to be working as expected. Could you please have a look at the attached sample and let us know if we are missing something in order to replicate the issue? Also could you please explain some more about the exact issue that you are facing?

    Regards

    spreadRefresh.zip

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels