Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/milkcocoa0902/xlsxextractor
- Owner: milkcocoa0902
- Created: 2020-06-24T01:55:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T00:09:38.000Z (over 4 years ago)
- Last Synced: 2023-11-23T16:25:29.682Z (about 1 year ago)
- Language: PowerShell
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`