php-pear-File-CSV/README.md

23 lines
1.1 KiB
Markdown
Raw Normal View History

# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> php-pear-File-CSV
2024-03-25 02:33:19 +01:00
SMEServer Koozali local git repo for php-pear-File-CSV
2024-03-25 02:33:19 +01:00
## Documentation
<br />https://pear.php.net/package/File_CSV
2024-03-25 02:33:19 +01:00
## Bugzilla
CPAN bug report are [here](https://pear.php.net/bugs/search.php?search_for=&boolean=0&limit=10&order_by=&direction=ASC&cmd=display&status=Open&bug_type=All&package_name%5B%5D=File_CSV&php_os=&packagever=&phpver=&assign=&maintain=&author_email=&bug_age=0&bug_updated=0)
2024-03-25 02:33:19 +01:00
Show list of Koozali outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=php-pear-File-CSV&product=SME%20Server%2011.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
2024-03-25 02:33:19 +01:00
## Description
Read and write of CSV files as well as discovering the format the CSV file
is in.
Supports headers and is excel compatible, i.e. ="0004" outputs as 0004
(only read wise)
For more information on CSV: http://rfc.net/rfc4180.html
2024-03-25 02:33:19 +01:00