Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/milkcocoa0902/xlsxextractor

xlsxファイルからcsvを作成するためのスクリプト / Generate CSV from XLSX
https://github.com/milkcocoa0902/xlsxextractor

Last synced: about 1 month ago
JSON representation

xlsxファイルからcsvを作成するためのスクリプト / Generate CSV from XLSX

Awesome Lists containing this project

README

        

# xlsxExtractor
xlsxファイルの各シートをCSVファイルとして出力するためのPowerShell Scriptです。

# Dependency
- Microsoft Excel
- PowerShell ISE

# How to
```
$ git clone https://github.com/koron0902/xlsxExtractor
$ cd xlsxExtractor
$ .\xlsxExtractor something.xlsx( or .\xlsxExtractor -xlsx something.xlsx)
```
Then Generate `[Path\To\Xlsx\XlsxFileName]_[SheetName].csv`