Packages

Elixir NIF wrapper for the umya-spreadsheet Rust library, providing Excel (.xlsx) file manipulation capabilities.

Current section

Files

Jump to
umya_spreadsheet_ex native umya_native Cargo.toml
Raw

native/umya_native/Cargo.toml

[package]
name = "umya_native"
version = "0.1.0"
authors = []
edition = "2021"
[lib]
name = "umya_native"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.36.1"
umya-spreadsheet = "2.3.0"