arr2xls

CLI tool for xls conversions

Usage no npm install needed!

<script type="module">
  import arr2xls from 'https://cdn.skypack.dev/arr2xls';
</script>

README

arr2xls

Node.js CLI tool to export arrays to xlsx files.

Installation

npm install arr2xls

Usage

arr2xls -i in-file.php -o out-file.xlsx -a array_name

Current support

  • PHP
  • Javascript
  • Python
  • Ruby
  • Java
  • C / C++ / C#
  • Bash

Works on

  • GNU/Linux
  • OSX
  • Windows (comming soon... maybe)