calamine一个用rust编写的excel读取开源库
By
admin
at 2024-03-21 • 0人收藏 • 1204人看过
An Excel/OpenDocument Spreadsheets file reader/deserializer, in pure Rust.
Description
calamine is a pure Rust library to read and deserialize any spreadsheet file:
excel like (xls, xlsx, xlsm, xlsb, xla, xlam)
opendocument spreadsheets (ods)
As long as your files are simple enough, this library should just work. For anything else, please file an issue with a failing test or send a pull request!
开源地址: https://github.com/tafia/calamine
文档地址:calamine - Rust (docs.rs)
注意: 这个库只有读取excel数据功能 , 号称速度最快的读取库.
4 个回复 | 最后更新于 2024-03-31
登录后方可回帖
没学会rust