Running libxlsxwriter on Windows
问题 I am trying to use libxlsxwriter , but I can seem to get things to compile or run correctly. I followed the directions for Windows using Mingw-w64 and msys2 available here: http://libxlsxwriter.github.io/getting_started.html. I installed msys2 from their website and updated everything using pacman -Syu . Then I installed zlib with the recommended: # Install the dev tools for libxlsxwriter. pacman -S git gcc make zlib-devel Then I run the code to download and compile libxlswriter : # Clone and