An open API service indexing awesome lists of open source software.

https://github.com/noahmorrison/genodf

C# project for generating conformant ODF 1.2 files (Without the hassle of UNO)
https://github.com/noahmorrison/genodf

Last synced: 9 months ago
JSON representation

C# project for generating conformant ODF 1.2 files (Without the hassle of UNO)

Awesome Lists containing this project

README

          

# genodf
C# project for generating
[extended conformant ODF 1.2 files.](https://odfvalidator.org/)
Without the hassel of UNO.

This project outputs a .NET dll.

---

### TODO
* More complete styling
* More document types

---

### References
This project uses [SharpZipLib](http://icsharpcode.github.io/SharpZipLib/)
for cross-platform zipping.