Open MaximTkachenko opened 5 years ago
Working on Word functionality at #4
@MaximTkachenko Could you please guide me? What do you consider the best practice for parsing and writing a Word document? What are the components we want to parse?
@amoraitis
Are you going to use this project in your projects? Do you have any requirements to this functionality?
@amoraitis
- About writing: I would start from basic elements like adding paragraphs, formatting (bold, italic etc.), tables etc. I like fluent api (I suppose you already saw excelwriter api). You can start from proof of concept, then ping me and we can discuss a bit.
- About parsing: here you can start from extracting all text blocks, images and tables. I'm not familiar with structure of docx document. Just follow KISS principle, common sense and write unit tests. Nice I following that pattern
Are you going to use this project in your projects? Do you have any requirements to this functionality? Firstly, I just want to contribute. I find this project amazing. Secondly, yes I bilieve that I can use it in the future