Git Product home page Git Product logo

Comments (4)

chelh avatar chelh commented on May 24, 2024

I've thought about this before, since I use VBA Sync myself to help with developing an Excel .xla add-in. But I don't want to complicate the UI with extra fields that many people won't use! Perhaps you could use VBA Sync's command-line interface instead:

VBASync -r -x -f WorkingCopy.xls -d Repo
copy /y BaseAddIn.xla PublishedAddIn.xla
VBASync -r -p -f PublishedAddIn.xla -d Repo

from vbasync.

BaronBodissey avatar BaronBodissey commented on May 24, 2024

I have to test that kind of process. I didn't think about it as I was still in automation mode in my reflection. And when you use automation, even if the vba files didn't changed, the generated document would be changed. And this we cannot afford.

If VBASync generates exactly the same document every time then we might have a winner ;-) .

So I going to evaluate this option...

from vbasync.

BaronBodissey avatar BaronBodissey commented on May 24, 2024

Ok it seems to work properly.

Maybe you could had a non-regression test to verify that the generated office document is exactly the same when you generate twice without modifiying neither the "template" document nor the vbas.

I think I might not be the only one to have this concern.

Thx.

from vbasync.

chelh avatar chelh commented on May 24, 2024

Okay, I've added that integration test for a very basic scenario. Let me know if you ever notice a scenario where publishing is non-repeatable, and I'll add another integration test to cover that case.

from vbasync.

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.