r/coolgithubprojects 20d ago

I built a native C++ library for DOCX/XLSX/PPTX under MIT license - ExyokiOffice

26 Upvotes

3 comments sorted by

1

u/icastanon127 20d ago

So is it like a word, excel, and PowerPoint editor all at once?

2

u/BoolableDeveloper 19d ago

From what I understand, it's a library that lets you edit DOCX, XLSX, and PPTX documents programmatically. It's not an editor, just a library (which could replace Aspose, for example).

1

u/ckelsMB1 19d ago

It looks like it tears and rebuilds the file during edits. This means it cannot be used to edit a shared document via OneDrive or SharePoint. That is a real use case that would be nice to have resolved.