Registry / RepositoryTypeScriptRustPython
Rollpie
ReadmeFiles
Versions
Info
Download
0.1.098.9 KB2026-09-14
Version
0.1.0
Copyright
Rollpie, Irohabook
Publisher
math
Published
2026-09-14
Size
98.9 KB
Downloads
1
Checksum
bdac84a1e4fe4dd3505b93c2781b1f15833b5189c2e4ee976225fa3c512885cc
Dependencies
None

Cargo.toml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "folio"
version = "0.1.0"
edition = "2024"
description = "A Rust library that reads and writes docx, xlsx and pptx. Large sheets are read one row at a time."
license = "MIT OR Apache-2.0"
readme = "README.md"
keywords = ["xlsx", "docx", "pptx", "ooxml", "spreadsheet"]
categories = ["parser-implementations"]
exclude = ["sample"]

[dependencies]

[profile.release]
lto = "fat"
codegen-units = 1