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

https://github.com/cage1016/alfred-xlsx2csv

Convert Excel file to CSV file
https://github.com/cage1016/alfred-xlsx2csv

ak alfred alfred-workflow alfred-workflows alfred5 csv excel golang tools

Last synced: 8 months ago
JSON representation

Convert Excel file to CSV file

Awesome Lists containing this project

README

          

# alfred-xlsx2csv

Convert Excel file to CSV file

[![Release](https://github.com/cage1016/alfred-xlsx2csv/actions/workflows/release.yml/badge.svg)](https://github.com/cage1016/alfred-xlsx2csv/actions/workflows/release.yml)
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)
![GitHub all releases](https://img.shields.io/github/downloads/cage1016/alfred-xlsx2csv/total)
[![codecov](https://codecov.io/gh/cage1016/alfred-xlsx2csv/branch/master/graph/badge.svg)](https://codecov.io/gh/cage1016/alfred-xlsx2csv)
![](https://img.shields.io/badge/Alfred-5-blueviolet)

## Usage

Search Excel file via `xlsx2csv` keyword
![](screenshots/1.png)

Choose sheet if more than one sheet in Excel file
![](screenshots/2.png)

Search File action via `csv` keyword
![](screenshots/3.png)

## Features

- Convert Excel file to CSV file
- Convert directly if only one sheet in Excel file
- Choose sheet if more than one sheet in Excel file
- Alfred
- File Action
- File Filter

## Third Party Libraries

- [qax-os/excelize: Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets](https://github.com/qax-os/excelize)

## Change Log

Vist [CHANGELOG.md](CHANGELOG.md) to check detail information

## License
This project is licensed under the MIT License. See [LICENSE](LICENSE) for details.