https://github.com/zjzmisaka/csvbreaker
按行列分割csv文件
https://github.com/zjzmisaka/csvbreaker
Last synced: about 1 month ago
JSON representation
按行列分割csv文件
- Host: GitHub
- URL: https://github.com/zjzmisaka/csvbreaker
- Owner: ZjzMisaka
- License: wtfpl
- Created: 2019-02-03T04:28:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-03T04:33:50.000Z (over 6 years ago)
- Last Synced: 2025-07-04T10:05:51.534Z (3 months ago)
- Language: C#
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CsvBreaker
## 功能
按行按列分割csv文件, 输出List, 每个元素代表了某一行中的某一列.
* 代码太乱要重写
* 注释太乱要重写