PHP Classes
elePHPant
Icontem

csv

Search this site
:    Looking up search words... 
Sections:  
Search forums:   
Permalink

      Found: 271       Packages icon Packages (96)   Blogs icon Blogs (5)   Packages icon Forums icon Package forums (162)   Blogs icon Forums icon Blog forums (8)  

      1-10   11-20   21-30   31-40   41-50   Next >  
CSV Creation Support forum csvcreation Create CSV files from MySQL table data   This class can be used to create CSV (Comma Separated Values) files from MySQL database table data. It executes an SQL query to retrieve all the data in a given MySQL table and generates a CSV file with the table data ...
adv_csv Support forum adv_csv Export and import data in CSV from HTML or MySQL   This class can be used to export and import data in CSV format from HTML tables or MySQL database tables. It can: - Parse an HTML document with tables and generate CSV data from the table cells - Parse an CSV file and ...
CSV Handler Support forum csvhandler Retrieve or change information stored in CSV files   This class can retrieve or change information stored in CSV (Comma Separated Values) files. It comes with a built-in Web interface for editing CSV files to simplify the management of CSV file by site administrators ...
CSV managing class Support forum csvmanage Store and retrieve data from CSV files   This class can be used to store and retrieve data from files in the CSV format (Comma Separated Values). It provides means to read and write individual rows of fields to a CSV file, as well to change the position of ...
csv_bv Support forum csv_bv Retrieve data from CSV files (Ms Excel too)   This class can be used to parse and retrieve data from CSV files either in the standard or MS Excel format. Two methods are provided to either process the file a line at a time or return the whole csv file as an array It can ...
Create CSV Support forum create_csv Generate CSV files from MySQL query results   This is a very simple class that can be used to generate CSV files from MySQL query results. It can execute a MySQL database query and use the results to format the contents of a CSV file. The CSV file contents is returned ...
This class can be used to manipulate data in CSV files as if they are arrays. It can parse and write CSV files when a class object is accessed with array manipulation functions. CSV Iterator Support forum csviterator Manipulate data in CSV files as if they are arrays   PHP Programming Innovation award ...
This class can be used to import data from a CSV file into a MySQL database table. It parses a given CSV file to extract data that is inserted in a given MySQL database. The class may also truncate the MySQL table to remove all data previously inserted in it. CSV Importer Support forum csv-importer ...
CSV Support forum csv A class for import comma separated and fixed files   This class enable you a databse-likely access to comma separated (csv) and fixed length files. Is useful for import from csv to db. Data need for the example the class source This is the example script need the data files Data ...
This class can be used to import data from CSV (Comma Separated Value) files into a given MySQL database table. It parses a given CSV file to extract the field names. Then it imports the data into the MySQL database using a LOAD DATA INFILE query to import the data in a much faster way than using SQL ...

      1-10   11-20   21-30   31-40   41-50   Next >