Code Monkey home page Code Monkey logo

Comments (3)

jmcnamara avatar jmcnamara commented on May 29, 2024

Hi,

The version of libxlsxwriter that is embedded in MSVCLibXlsxWriter is 0.7.2 and outlines were added in 0.7.6: https://libxlsxwriter.github.io/changes.html

You can try fix this in your local copy by doing a "git pull origin" in the libxlsxwriter subdirectory, and then updating with MSVC and fix the import for the new/missing function symbols.

Alternatively you can set up a project using CMAKE, which is the preferred method in recent releases: https://libxlsxwriter.github.io/getting_started.html#gsg_cmake

I'll leave this issue open until I bring this version up to date.

John

from msvclibxlsxwriter.

fordp2002 avatar fordp2002 commented on May 29, 2024

Thanks for getting back to me. I am an embedded guy and have never had the need to use CMAKE. I installed it and tried to follow the instructions but it was showing some errors related to zlib and also trying to make a Visual Studio 2015 project. I have 2013 and 2017 but not 2015.

I also tried "git pull origin" in the directory as you suggested but that failed too.

`> You are not currently on a branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

git pull <remote> <branch>`

It seems building what appears simple command line exe is much harder than I anticipated!

I will monitor when this bug is closed and try again then. In the meantime my python version with your python library works as intended many thanks for your libraries!

from msvclibxlsxwriter.

jmcnamara avatar jmcnamara commented on May 29, 2024

I also tried "git pull origin" in the directory as you suggested but that failed too.

Sorry for the misdirect. That should have been:

git pull origin master

After that if you rebuild the LibXlsxWriter solution and copy the updated lib file to the ExampleExe folder it should work.

I tested it and it works.

from msvclibxlsxwriter.

Related Issues (2)

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.