Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

csv4xls

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv4xls

csv generator friendly for Microsoft Excel

  • 0.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

csv4xls

Convert a 2D array to xls-compatible CSV file.

Usage

include csv4xls script, and use:

ret = csv4xls.toBlob([[1,2,3],[4,5,6]])

API

csv4xls provides following APIs:

  • toString(data) - convert given 2D array to CSV in String format.
  • toArray(data) - convert given 2D array to an xls-compatible CSV file in thr returned Uint8Array.
  • toBlob(data) - same as toArray but return a corresponding blob.
  • toHref(data) - same as toBlob but return a corresponding object url.
  • download(data, filename) - trigger file download

Limitation

Only work with Excel if file is opened directly. Doesn't work when importing with text import wizard.

License

MIT

FAQs

Package last updated on 09 Nov 2023

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc