Keep Spreadsheets Responsive During Calculations

Keep Spreadsheets Responsive During Calculations

  SpreadJS 17.1.0 introduces incremental computation which helps maintain spreadsheet performance during even the most complex data processing.

  SpreadJS by MESCIUS is a JavaScript library offering a comprehensive spreadsheet solution for enterprise web applications. It delivers an Excel-like user experience with features like data tables, extensive charting, formatting options, and a powerful formula engine supporting over 500 functions. SpreadJS integrates with popular frameworks like React, Angular, and Vue.js, enabling developers to build high-performance, customizable spreadsheet functionalities within their web applications.

  The SpreadJS v17.1 release enables incremental computation, which breaks down the entire calculation into pieces during execution. This enables responsiveness to user actions when the calculation task is large, preventing the UI from being unresponsive when a workbook has many formulas. Developers will only need to set the incrementalCalculation attribute of the Workbook class to true. This computation procedure is also displayed in the status bar.

相关推荐

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-07-11 23:16:02       67 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-07-11 23:16:02       71 阅读
  3. 在Django里面运行非项目文件

    2024-07-11 23:16:02       58 阅读
  4. Python语言-面向对象

    2024-07-11 23:16:02       69 阅读

热门阅读

  1. kubernetes授予用户指定命名空间的使用权限

    2024-07-11 23:16:02       25 阅读
  2. 开发中缓存的使用场景、注意事项及优缺点分析

    2024-07-11 23:16:02       22 阅读
  3. C# 如何单纯的优化循环

    2024-07-11 23:16:02       24 阅读
  4. .Net Core 微服务之Consul(一)

    2024-07-11 23:16:02       20 阅读
  5. YOLO 在OPENCV QT上如何使用?

    2024-07-11 23:16:02       24 阅读
  6. 技术成神之路:设计模式(一)单例模式

    2024-07-11 23:16:02       21 阅读
  7. perl语言入门学习

    2024-07-11 23:16:02       23 阅读
  8. Postman中的数据堡垒:API测试数据隔离的精粹

    2024-07-11 23:16:02       21 阅读
  9. JlmPack在医疗行业的使用

    2024-07-11 23:16:02       18 阅读
  10. Git-Updates were rejected 解决

    2024-07-11 23:16:02       22 阅读