云平台
云平台可以提供远程存储、计算和其他基础设施。SheetJS 库是用纯 JavaScript 编写的,很容易集成到云平台中。可能需要一些特定于平台的配置。
¥Cloud platforms can provide remote storage, compute, and other infrastructure. SheetJS libraries are written in pure JavaScript and are readily integrated in cloud platforms. Some platform-specific configuration may be required.
平台即服务
¥Platform as a Service
云 PaaS 通常通过在 NodeJS 或 RhinoJS 或其他引擎中运行的客户端脚本或特殊代码来提供可扩展性:
¥Cloud PaaS typically offer extensibility through client-side scripts or special code that is run in NodeJS or RhinoJS or other engines:
云计算
¥Cloud Compute
云计算通常以 "serverless" 函数的形式提供,即在 NodeJS 或其他服务器端 JS 平台中运行的小代码片段。虽然 SheetJS 库可以在服务器端环境中运行,但云平台可能会损坏表单数据。可以通过特定于云的配置来禁用此功能:
¥Cloud computing is commonly offered as "serverless" functions, small snippets of code that are run in NodeJS or other server-side JS platforms. While SheetJS libraries can run in server-side environments, the cloud platforms can corrupt form data. This can be disabled with cloud-specific configuration:
云储存
¥Cloud Storage
云存储的主要缺陷是二进制数据损坏。电子表格文件通常包含二进制字符。云存储 API 可能会损坏二进制数据,因此必须特别小心。
¥The primary pitfall with cloud storage is binary data mangling. Spreadsheet files typically contain binary characters. Cloud storage APIs can corrupt binary data, so special care must be taken.
文件托管
¥File Hosting
文件托管服务提供简单的解决方案来存储数据、跨设备同步文件以及与特定用户或客户共享。演示:
¥File hosting services provide simple solutions for storing data, synchronizing files across devices, and sharing with specific users or customers. Demos:
云数据
¥Cloud Data
云数据平台是流行的结构化数据存储介质,通常提供用于编程数据导入和导出的 API。演示:
¥Cloud Data Platforms are popular storage media for structured data, typically offering APIs for programmatic data ingress and egress. Demos: