Skip to content

.NET library to convert Microsoft Office 97-2003 binary files (doc, xls, ppt) to Open XML (docx, xlsx, pptx).

License

Notifications You must be signed in to change notification settings

manfromarce/b2xtranslator

 
 

Repository files navigation

This is a fork of the original b2xtranslator project which seems abandoned.

It has been updated to .NET 8 and the most critical issues have been fixed. More .doc, .xls and .ppt documents should now be converted with acceptable results. However, much work is still needed to make this library reliable (a couple of files I tested still throw exceptions).

The original README follows.

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 to mainpulate those.

Forked from a .NET 2 Mono implementation under the BSD license.

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/

About

.NET library to convert Microsoft Office 97-2003 binary files (doc, xls, ppt) to Open XML (docx, xlsx, pptx).

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%