Code Monkey home page Code Monkey logo

Comments (5)

cfbao avatar cfbao commented on June 10, 2024 4

This concerns the internal structure of Excel documents. A relevant MS forum would be a more appropriate place to ask.
HashCheck is already doing what it's supposed to do. I don't think there's anything else HashCheck can or should do.

from hashcheck.

LanceUMatthews avatar LanceUMatthews commented on June 10, 2024 1

An Excel workbook keeps metadata for the creation time, last save time, and the last person to save it; this is separate from the similar attributes stored by the filesystem. Even if you have not changed the contents of a workbook, re-saving it will change at least the last save timestamp, which changes the on-disk representation of the file, which changes the resulting hash.

I think you would be better served by an application that can specifically understand and compare Excel workbook files and potentially ignore that embedded metadata vs. HashCheck which, like most any hashing utility, doesn't care about the format of its input files and simply treats them as opaque byte streams.

from hashcheck.

cfbao avatar cfbao commented on June 10, 2024

HashCheck only includes file content, not metadata.

It's Excel's problem that it changes the file content even when no visible content is changed. This can happen, for example, when there's a volatile function in your workbook.

from hashcheck.

tobefound avatar tobefound commented on June 10, 2024

from hashcheck.

tobefound avatar tobefound commented on June 10, 2024

from hashcheck.

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.