JSPM

xlsx-style-correct-fixed

1.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q38275F
  • License MIT

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

Package Exports

  • xlsx-style-correct-fixed
  • xlsx-style-correct-fixed/xlsx.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (xlsx-style-correct-fixed) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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