{"id":27683809,"url":"https://github.com/KaiserY/ooxmlsdk","last_synced_at":"2025-04-25T07:02:06.051Z","repository":{"id":256719023,"uuid":"849768025","full_name":"KaiserY/ooxmlsdk","owner":"KaiserY","description":"Open XML SDK for Rust","archived":false,"fork":false,"pushed_at":"2025-04-18T10:24:06.000Z","size":4552,"stargazers_count":22,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-18T17:41:37.685Z","etag":null,"topics":["docx","office","pptx","xlsx"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KaiserY.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-30T07:55:51.000Z","updated_at":"2025-04-18T10:24:10.000Z","dependencies_parsed_at":"2024-09-12T17:56:16.217Z","dependency_job_id":"87408179-4334-46ce-8774-2e5ac6701c67","html_url":"https://github.com/KaiserY/ooxmlsdk","commit_stats":null,"previous_names":["kaisery/ooxmlsdk"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaiserY%2Fooxmlsdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaiserY%2Fooxmlsdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaiserY%2Fooxmlsdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaiserY%2Fooxmlsdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KaiserY","download_url":"https://codeload.github.com/KaiserY/ooxmlsdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250552072,"owners_count":21449165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docx","office","pptx","xlsx"],"created_at":"2025-04-25T07:01:40.070Z","updated_at":"2025-04-25T07:02:06.043Z","avatar_url":"https://github.com/KaiserY.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Open XML SDK for Rust\n\n[![crates.io](https://img.shields.io/crates/v/ooxmlsdk.svg)](https://crates.io/crates/ooxmlsdk)\n[![docs](https://docs.rs/ooxmlsdk/badge.svg)](https://docs.rs/ooxmlsdk)\n\nOpen XML SDK for Rust (ooxmlsdk) is a Rust library for working with Office Word, Excel, and PowerPoint documents. The basic idea is inspired by .NET [Open XML SDK](https://github.com/dotnet/Open-XML-SDK).\n\n## Features\n\n* `default`: `docx`，`xlsx`，`pptx`，`office2007\"` and `parts`.\n* `schemas`: generate xml schemas, deserializers and serializers. this feature is always enabled.\n* `parts`: genrate parts for reading and writing office file.\n* `validators`: WIP, for validate xml.\n* `docx`: generate docx related schemas, parts etc.\n* `xlsx`: generate xlsx related schemas, parts etc.\n* `pptx`: generate pptx related schemas, parts etc.\n* `office2007`: generate office2007 related schemas, parts etc. this feature is always enabled.\n* `office2010`: generate office2010 and below related schemas, parts etc.\n* `office2013`: generate office2013 and below related schemas, parts etc.\n* `office2016`: generate office2016 and below related schemas, parts etc.\n* `office2019`: generate office2019 and below related schemas, parts etc.\n* `office2021`: generate office2021 and below related schemas, parts etc.\n* `microsoft365`: generate microsoft365 related schemas, parts etc.\n\n## What's missing\n\n- No validation (WIP)\n- No Particle: all xml children is in a flattern `children` vector of enum (`OneSequence` is supported, xml children are represented as struct's fields)\n\n## Project Structure\n\n- `crates/ooxmlsdk`: generated code for deserialize \u0026 serialize OOXML\n- `crates/ooxmlsdk-build`: generate code for deserialize \u0026 serialize OOXML\n- `examples/*`: examples\n\n## Known Issues\n\n- This library raise recursion limit by `#![recursion_limit = \"512\"]` for `cargo doc`, you may need to add it too, be cautious when using.\n- Currently no `serde` support.\n- `to_string()` is just for `Display`, which is slower than `to_xml()`. Prefer using `to_xml()`.\n\n## Changelog\n\nSee [CHANGELOG.md](./CHANGELOG.md).\n\n## License\n\nMIT OR Apache-2.0\n\n**`crates/ooxmlsdk/data` is directly copied from .NET [Open XML SDK](https://github.com/dotnet/Open-XML-SDK/tree/main/data) so this directory is licensed under [this license](https://github.com/dotnet/Open-XML-SDK/blob/main/LICENSE)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKaiserY%2Fooxmlsdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKaiserY%2Fooxmlsdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKaiserY%2Fooxmlsdk/lists"}