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: about 2 months 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T03:46:12.000Z (7 months ago)
- Last Synced: 2025-04-01T13:17:40.528Z (about 2 months ago)
- Topics: csv, excel, golang, utility
- Language: Go
- Homepage:
- Size: 26.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.