{"id":20307910,"url":"https://github.com/kaisery/ooxmlsdk","last_synced_at":"2025-04-11T15:12:52.259Z","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-06T15:18:48.000Z","size":4343,"stargazers_count":17,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T16:27:42.520Z","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}},"created_at":"2024-08-30T07:55:51.000Z","updated_at":"2025-04-06T15:18:51.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":248429119,"owners_count":21101785,"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":"2024-11-14T17:19:36.743Z","updated_at":"2025-04-11T15:12:52.237Z","avatar_url":"https://github.com/KaiserY.png","language":"Rust","funding_links":[],"categories":[],"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- Deserialize/serialize OOXML for Rust structs\n- Namespace support\n- Read \u0026 Write `docx`, `xlsx` and `pptx` file\n- All Rust structs and ser/de code are generated from metadata (`crates/ooxmlsdk/data`)\n- Documentation for Rust structs\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 = \"768\"]` for `cargo doc`, you may need to add it too, be cautious when use.\n- Currently no `serde` support: intial benches show `serde` slower than current custom implemention; `serde` somehow not good at working with xml, you need a lot of special rename for xml attribute or children. \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"}