Socket
Socket
Sign inDemoInstall

csv4xls

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    csv4xls

csv generator friendly for Microsoft Excel


Version published
Weekly downloads
5
increased by150%
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

v0.3.0

  • add toString api

Readme

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

Last updated on 09 Nov 2023

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.

Install

Related posts

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