服务器和远程数据
SheetJS 库通常在数据管道中用于处理个人身份信息 (PII)。
¥SheetJS libraries are commonly used in data pipelines for processing personally identifiable information (PII).
库从不尝试发送网络请求,也从不收集遥测数据。
¥Libraries never attempt to make network requests and never collect telemetry.
在实践中,有许多有趣的网络用例,包括服务器处理用户提交的文件和从外部源获取文件。
¥In practice, there are many interesting networking use cases including server processing of user-submitted files and fetching files from an external source.
当处理来自外部源的数据时,特定于平台的操作将获取二进制数据,并且 SheetJS 库将处理该数据。
¥When processing data from an external source, a platform-specific operation will obtain binary data and SheetJS libraries will process the data.
导出数据时,SheetJS 库将生成原始数据,特定于平台的操作将分发数据。
¥When exporting data, SheetJS libraries will generate raw data and platform-specific operations will distribute the data.
本节中的演示涵盖常见用例:
¥The demos in this section cover common use cases: