EvolutionJobs / b2xtranslator

.NET Core library to convert Microsoft Office binary files (doc, xls and ppt) to Open XML (docx, xlsx and pptx).
BSD 3-Clause "New" or "Revised" License
82 stars 30 forks source link

Nuget packages. #2

Open Sserebryan opened 6 years ago

Sserebryan commented 6 years ago

Hello, EvolutionJobs team. Are you planning to add a library to Nuget? it would be useful to have three separate packages - b2xtranslator.Doc, b2xtranslator.Xls, b2xtranslator.Ppt.

KeithHenry commented 6 years ago

Potentially, though I want to get it a lot more stable first.

I'm not sure on the value of 3 separate packages for each office file type, as each is basically just the model serialisation classes - there's not a significant saving for the extra maintenance, especially as it makes proper embedded file support harder to add.