generated from smedev/Template-for-SMEServer-Core-Perl
23 lines
1.1 KiB
Markdown
23 lines
1.1 KiB
Markdown
# <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
|
|
|
|
SMEServer Koozali local git repo for php-pear-File-CSV
|
|
|
|
## Documentation
|
|
<br />https://pear.php.net/package/File_CSV
|
|
|
|
## 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)
|
|
|
|
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)
|
|
|
|
## 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
|
|
|