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 🧮
- Host: GitHub
- URL: https://github.com/kafkaesc/excel-to-x
- Owner: kafkaesc
- Created: 2024-10-10T21:49:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T00:43:33.000Z (over 1 year ago)
- Last Synced: 2025-05-15T23:13:30.691Z (about 1 year ago)
- Topics: axios, csv, excel, javascript, nodejs, sql, tsv, utility, xlsx
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.