https://github.com/dynamic/silverstripe-csv-utility
A utility class to aid in generating csv files from data sets, mainly DataList and ArrayList.
https://github.com/dynamic/silverstripe-csv-utility
Last synced: 7 months ago
JSON representation
A utility class to aid in generating csv files from data sets, mainly DataList and ArrayList.
- Host: GitHub
- URL: https://github.com/dynamic/silverstripe-csv-utility
- Owner: dynamic
- License: bsd-3-clause
- Created: 2017-01-12T01:33:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T22:18:09.000Z (over 6 years ago)
- Last Synced: 2023-08-21T09:58:18.383Z (almost 2 years ago)
- Language: PHP
- Size: 15.6 KB
- Stars: 2
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# csv-utility
A csv utility class that aids in converting DataLists and ArrayLists to csv data.
## Requirements
See the [composer.json](composer.json) file.
## Installation
`composer require dynamic/csv-utility`
## Example usage
See [usage documentation](docs/en/usage/index.md) for specific usage types