https://github.com/evolutionjobs/b2xtranslator
.NET Core library to convert Microsoft Office binary files (doc, xls and ppt) to Open XML (docx, xlsx and pptx).
https://github.com/evolutionjobs/b2xtranslator
file-converter microsoft-word net-core office openxml
Last synced: 10 months ago
JSON representation
.NET Core library to convert Microsoft Office binary files (doc, xls and ppt) to Open XML (docx, xlsx and pptx).
- Host: GitHub
- URL: https://github.com/evolutionjobs/b2xtranslator
- Owner: EvolutionJobs
- License: bsd-3-clause
- Created: 2017-10-09T15:10:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T10:00:54.000Z (over 1 year ago)
- Last Synced: 2025-04-27T09:06:02.791Z (10 months ago)
- Topics: file-converter, microsoft-word, net-core, office, openxml
- Language: C#
- Homepage:
- Size: 7.11 MB
- Stars: 82
- Watchers: 8
- Forks: 30
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Binary(doc,xls,ppt) to OpenXMLTranslator
.NET Core library to convert Microsoft Office binary files (`doc`, `xls` and `ppt`) to Open XML (`docx`, `xlsx` and `pptx`).
You can use the [Open XML SDK](https://github.com/OfficeDev/Open-XML-SDK) to mainpulate those.
Forked from a [.NET 2 Mono implementation](https://sourceforge.net/projects/b2xtranslator/) under the BSD license.
* [Microsoft Office binary files documentation](https://msdn.microsoft.com/en-us/library/cc313105.aspx)
* [Open XML Standard](http://www.ecma-international.org/publications/standards/Ecma-376.htm)
* [Microsoft article on this implementation](https://blogs.msdn.microsoft.com/interoperability/2009/05/11/binary-to-open-xml-b2x-translator-interoperability-for-the-office-binary-file-formats/)
* [.NET 2 Mono implementation architecture](http://b2xtranslator.sourceforge.net/architecture.html)
All code retained from that version ©2009 DIaLOGIKa http://www.dialogika.de/
.NET core port work and move to `System.IO.Compression` ©2017 Evolution https://www.evolutionjobs.com/