Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kafkaesc/excel-to-x-go
SaaS solutions for PaaS problems 🧮
https://github.com/kafkaesc/excel-to-x-go
csv excel golang utility
Last synced: 13 days ago
JSON representation
SaaS solutions for PaaS problems 🧮
- Host: GitHub
- URL: https://github.com/kafkaesc/excel-to-x-go
- Owner: kafkaesc
- Created: 2024-10-21T16:19:26.000Z (18 days ago)
- Default Branch: main
- Last Pushed: 2024-10-25T00:06:40.000Z (14 days ago)
- Last Synced: 2024-10-26T10:01:49.753Z (13 days ago)
- Topics: csv, excel, golang, utility
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Excel-to-X in Go
Built by Jared Hettinger
Excel-to-X in Go is a tutorial and example for how to create Go programs that will parse an Excel file (XLSX, CSV, or TSV) and use the contents to get 'X' done. Whether it's downloading files, trying to do a bulk upload, or automating something else, this project will be a great place to get started.
This project is based on [Excel-to-X](https://github.com/kafkaesc/Excel-to-X), a project written in JavaScript using Node.