🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

xlsx-style-correct-fixed

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xlsx-style-correct-fixed

O objetivo desse pacote eh corrigir o bug da biblioteca xlsx-style

latest
Source
npmnpm
Version
1.0.3
Version published
Weekly downloads
1
-91.67%
Maintainers
1
Weekly downloads
 
Created
Source

this package is forked from https://github.com/luizotavioautomacao/xlsx-style-correct, but delete all the dependencies that cause Node.js engine version incompatible problem when installing the package.

pacote original -> "xlsx-style": "^0.8.13"

xlsx-style

About this fork

NOTE: This project is a fork of the original xlsx-style project.

Goal

Fix the problem: ERROR in ./node_modules/xlsx-style/dist/cpexcel.js Module not found: Error: Can't resolve './cptable' in '/opt/build/repo/node_modules/xlsx-style/dist'

Installation

With npm:

npm install xlsx-style-correct --save

Supported formats

Supported read formats:

  • Excel 2007+ XML Formats (XLSX/XLSM)
  • Excel 2007+ Binary Format (XLSB)
  • Excel 2003-2004 XML Format (XML "SpreadsheetML")
  • Excel 97-2004 (XLS BIFF8)
  • Excel 5.0/95 (XLS BIFF5)
  • OpenDocument Spreadsheet (ODS)

Supported write formats:

  • XLSX
  • CSV (and general DSV)
  • JSON and JS objects (various styles)

Demo: http://oss.sheetjs.com/js-xlsx

Source: http://git.io/xlsx

Keywords

excel

FAQs

Package last updated on 12 May 2022

Did you know?

Socket

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.

Install

Related posts