
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
excel-libxl
Advanced tools
libxl bindings for Node.js. libxl is a library for working with Excel files.
npm install excel-libxl
For example you have simple app.js
:
var libxl = require('excel-libxl')
, book = libxl.createBook();
book.load('./my-excel-file.xls', function(err) {
book.getSheet(0).setName('Sheet #1 new name');
book.save('./my-excel-file.xls', function(err) {
process.exit(0);
});
});
If libxl.so
is not located in one of the default library paths (e.g. /usr/lib
) you need to set LD_LIBRARY_PATH
environment variable to start Node.js app correctly:
LD_LIBRARY_PATH="/path/to/libxl.so/" node app.js
The sharks of C++ may find my code awful. My apologies, guys. I'm only learning C++. And thus addon is expected to be serious one I won't transfer ownership. But I promise to merge all the helpful pull requests.
Version 0.0.5
SCRIPT_*
), underline styles (UNDERLINE_*
), colors (COLOR_*
)FAQs
libxl bindings for Node.js
The npm package excel-libxl receives a total of 9 weekly downloads. As such, excel-libxl popularity was classified as not popular.
We found that excel-libxl demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.