Giter Club home page Giter Club logo

approvals.net.excel's People

Contributors

isidore avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

kevinheader

approvals.net.excel's Issues

Fails due to timestamps in core.xml file

Hi,

When Excel files are generated a timestamp is added internally. The visible content of the Excel file maybe exactly the same, but the internal timestamps will differ and cause it to fail.

The timestamps are located in docProps/core.xml, below is what the xml looks like:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<cp:coreProperties xmlns:cp="http://schemas.openxmlformats.org/package/2006/metadata/core-properties" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<dc:creator>name of author</dc:creator>
	<cp:lastModifiedBy>name of author</cp:lastModifiedBy>
	<dcterms:created xsi:type="dcterms:W3CDTF">2017-02-14T14:27:40Z</dcterms:created>
	<dcterms:modified xsi:type="dcterms:W3CDTF">2017-02-14T14:28:21Z</dcterms:modified>
</cp:coreProperties>

Possible solutions:

  1. Ignore the core.xml file
  2. Open the core.xml, and ignore dcterms:created and dcterms:modified elements
  3. ?? others ??

Merge into ApprovalTests?

Hi there,

Are there any plans to merge this into ApprovalsTests.Net or to push this to nuget? I can't find it on nuget at the moment and this library would be perfect for us.

Will download it separately in the meantime. Thanks for the work on this.

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.