node-libxl
node-libxl copied to clipboard
Node.js bindings for libxl
Bumps [tar](https://github.com/isaacs/node-tar) from 4.4.10 to 6.2.1. Release notes Sourced from tar's releases. v6.1.13 6.1.13 (2022-12-07) Dependencies cc4e0dd #343 bump minipass from 3.3.6 to 4.0.0 v6.1.12 6.1.12 (2022-10-31) Bug Fixes 57493ee...
Hi, trying to update we ran into this issue: ``` npm ERR! path /app/node_modules/libxl npm ERR! command failed npm ERR! command sh -c node install-libxl.js && node-gyp rebuild npm ERR!...
Hi i am trying to process an excel files using the library Libxl in C++. I am using Ubuntu 18.04. I managed to reproduce the error and so am attaching...
Hello, I encountered some issues while trying to use `node-libxl` on **Docker**. Whilst I have no issue on non-alpine images, it seems that the `readNum()` causes a SIGSEGV. I've created...
It would be nice if `autoFilter` was supported. http://www.libxl.com/autoFilterExampleSort.html
Im trying to find the reason why lib not working and add console.log to watch that going wrong ``` javascript for (var i = 0; i < paths.length; i++) {...
Libxl 3.7 added many new API methods (some where also added in previous releases). Implement support and release as 0.3
It would be convenient if the `node-libxl` defaulted to returning promises when a callback is not provided.
_NODE_LIBXL_SDK_ARCHIVE="\`pwd\`/libxl-mac-4.6.0.dmg" sudo npm install libxl_ **Result:** npm error code 1 npm error path /Users/dima/PhpstormProjects/asrent-api/node_modules/libxl npm error command failed npm error command sh -c node install-libxl.js && node-gyp rebuild npm error...