An open API service indexing awesome lists of open source software.

https://github.com/kafkaesc/excel-to-x

SaaS solutions for PaaS problems 🧮
https://github.com/kafkaesc/excel-to-x

axios csv excel javascript nodejs sql tsv utility xlsx

Last synced: 13 days ago
JSON representation

SaaS solutions for PaaS problems 🧮

Awesome Lists containing this project

README

          

# Excel-to-X

Built by Jared Hettinger

Excel-to-X is a project for using your Excel files to get X done. Each project will take an `in` file (.xlsx, .csv, or .tsv) and complete a task. Whether you are bulk downloading files from the internet or uploading info into a database, Excel-to-X is a project you can rely on.

## 🚀 Projects

- [Download-via-XLSX](01-Download-via-XLSX/README.md): Parse data from the `in.xlsx` file to download files to the `/out/` folder
- [Download-via-CSV](02-Download-via-CSV/README.md): Parse data from the `in.csv` file to download files to the `/out/` folder
- [Download-via-TSV](03-Download-via-TSV/README.md): Parse data from the `in.tsv` file to download files to the `/out/` folder
- [Insert-via-XLSX](04-Insert-via-XLSX/README.md): Parse data from the `in.xlsx` file and insert into a local sqlite database
- [Insert-via-CSV](05-Insert-via-TSV/README.md): Parse data from the `in.csv` file and insert it into a local sqlite database

## 🤝 Collaboration

Who doesn't look a good spreadsheet project? I always welcome new collaborations so if this project strikes your fancy feel free to contact me on [Instagram](https://www.instagram.com/kafkaesc) or [Twitter](https://www.twitter.com/_kafkaesc) to discuss your ideas.