Registry / serialization / umya-spreadsheet

umya-spreadsheet

JSON →
library2.3.3rscratesunverified

A pure Rust library for reading and writing xlsx files.

# Cargo.toml [dependencies] umya-spreadsheet = "2.3.3"
INSTALL
IMPORT
SIG · UMYA-SPREADSHEET
U
umya-spreadsheet
serializationrustv2.3.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

read_workbook
use umya_spreadsheet::reader::read_workbook;

Reads an xlsx file and prints the number of sheets.

use umya_spreadsheet::reader::read_workbook; fn main() -> Result<(), Box<dyn std::error::Error>> { let path = std::path::Path::new("example.xlsx"); let workbook = read_workbook(path)?; println!("Read workbook with {} sheets", workbook.get_sheet_count()); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
umya-spreadsheet — cargo add umya-spreadsheet · libregistry