https://github.com/eclipsemode/go-excel-phone-parser
Golang phone parser with 3 columns (phone, city, date)
https://github.com/eclipsemode/go-excel-phone-parser
excel golang gorutines
Last synced: 2 months ago
JSON representation
Golang phone parser with 3 columns (phone, city, date)
- Host: GitHub
- URL: https://github.com/eclipsemode/go-excel-phone-parser
- Owner: eclipsemode
- Created: 2024-11-13T20:45:09.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T20:08:58.000Z (6 months ago)
- Last Synced: 2025-01-19T08:19:27.529Z (4 months ago)
- Topics: excel, golang, gorutines
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XLSX phone parser
## Introduction
XLSX phone parser is a personal command line utility written in Go providing a simple console utility program for reading and parsing XLSX files for extracting a list of non-repeating phone numbers. Supports only xlsx files. This library needs Go version 1.23.2 or later.
## Basic Usage
### Installation
```bash
go get github.com/eclipsemode/go-excel-phone-parser/v1
```### Command line usage with Makefile
Note that path argument can is the path where is original data of xlsx file.
```bash
make run path="./data" city="Moscow" from=2000 to=2020
```## Contributing
It's a personal narrowly focused project with no contributing.
## Licenses
This program is under the terms of the MIT License. See [https://opensource.org/license/mit-0](https://opensource.org/license/mit-0).
The Excel logo is a trademark of [Microsoft Corporation](https://aka.ms/trademarks-usage). This artwork is an adaptation.
gopher.{ai,svg,png} was created by [Takuya Ueda](https://twitter.com/tenntenn). Licensed under the [Creative Commons 3.0 Attributions license](http://creativecommons.org/licenses/by/3.0/).