Socket
Socket
Sign inDemoInstall

excel-libxl

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

0.0.5

Diff

Changelog

Source

Version 0.0.5

  • Fully covered libxl::Font API
  • Added enums: script styles (SCRIPT_*), underline styles (UNDERLINE_*), colors (COLOR_*)
  • Added this changelog
estliberitas
published 0.0.4 •

Changelog

Source

Version 0.0.4

  • Added classes: Format (libxl::Format), Font (libxl::Font)
  • Extended Book API:
    • sheetCount() gives number of sheets in the workbook
    • addFormat(initFormat) adds new format
    • format(idx) returns format defined under given index
    • formatSize() returns number of formats defined in the book
    • Similar with fonts: addFont(initFont / font(idx) / fontSize()
  • Removed 'Sync' suffix for methods which have only synchronous version
  • Fixed bug with Sheet::cellType() - was throwing error if cell has error type
estliberitas
published 0.0.3 •

Changelog

Source

Version 0.0.3

  • Extended Sheet API:
    • cellType(row, col)
    • readString(row, col)
    • writeString(row, col, string)
  • Added cell type enums (CELLTYPE_*)
estliberitas
published 0.0.2 •

Changelog

Source

Version 0.0.2

  • Added Sheet class (libxl::Sheet):
    • getName()
    • setName(name)
  • Extended Book API:
    • load(path, cb) / loadSync(path)
    • save(path, cb) / saveSync(path)
    • setKey(customerName, customerKey) sets license key
    • release() - release all the book memory, does libxl::Book::release()
    • addSheetSync(name, initSheet)
    • insertSheetSync(idx, name, initSheet)
    • getSheet(idx)
    • deleteSheet(idx)
estliberitas
published 0.0.1 •

Changelog

Source

Version 0.0.1

  • Added Book class (libxl::Book)
  • Added Book factories:
    • createBook() is equivalent to xlCreateBook()
    • createXMLBook() is equivalent to xlCreateXMLBook()
  • Also Book can be instantiated via constructor: new Book(type) where type is one of the constants: BOOK_TYPE_XLS, BOOK_TYPE_XLSX
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc