Giter Club home page Giter Club logo

Comments (5)

PrzemyslawKlys avatar PrzemyslawKlys commented on May 19, 2024

Since you're already after discovery process this would be nice starting point for your first commit :)

from docx.

PrzemyslawKlys avatar PrzemyslawKlys commented on May 19, 2024

Unfortunately I believe there is not much sense in this. Most likely only couple of apps save that information, and if you edit that document via DocX you won't get that updates. You would need to implement tracking system for that as well. While counting words may be easy enough, counting lines is a bit harder. There's a lot of possible "can go wrong" scenarios here for little effort. And your solution would be relying only on the app.xml which may be wrong if not updated by app that last touched the docx file. I guess it would be better to implement full count of words, chars etc by yourself and built it in.

from docx.

marcscheuner avatar marcscheuner commented on May 19, 2024

Well, _WORD_ would update it for sure !

I don't want to implement support for this when creating your own ".docx" files - but when you open an existing ".docx" file from Word, I would love to see those values be available to my code!

from docx.

PrzemyslawKlys avatar PrzemyslawKlys commented on May 19, 2024

There would still be inconsistency and you would expect the data to be proper all the time, not only if "Word" updates it. And word would only update it if you open it, and save.

from docx.

PrzemyslawKlys avatar PrzemyslawKlys commented on May 19, 2024

Feel free to update the code and submit patch. But please take that into consideration, and add additional notes to the code explaining that. I just feel there may be people using this functionality and getting not expected results blaming code for that.

from docx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.