CoreXLSX icon indicating copy to clipboard operation
CoreXLSX copied to clipboard

DOCX?

Open nidegen opened this issue 4 years ago • 1 comments

Hi there!

I'd be interested in parsing .docx. Is that of similar scope as this?

Ideally, I'd have a markdown to docx parser at some point:)

nidegen avatar Jun 30 '20 15:06 nidegen

I had an attempt to implement .pptx in #63, but haven't got that completely finished. I imagine .docx support would look quite similar. I'm still on the fence whether it should be added to this specific project, or a separate umbrella project. Also, what you're describing here would imply generating new .docx files from this library I assume? In my experience, providing read-write support is much easier than read-only support, as testing compatibility with files that the library produces requires a lot of effort.

Overall, it's potentially in the scope, maybe I would need to create a separate project for it, but I haven't considered it yet due to the previous lack of demand.

MaxDesiatov avatar Jun 30 '20 17:06 MaxDesiatov