PHP Classes

What is the best PHP excel read write class?: Parse and write Excel files

Recommend this page to a friend!
  All requests RSS feed  >  What is the best PHP excel read write...  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

What is the best PHP excel read write class?

Edit

Picture of Osagie Samuel E by Osagie Samuel E - 9 years ago (2016-02-12)

Parse and write Excel files

This request is clear and relevant.
This request is not clear or is not relevant.

+2

I need to parse and write Excel files.

  • 1 Clarification request
  • 1. Picture of Gerry Danen by Gerry Danen - 9 years ago (2016-03-01) Reply

    Have you tried PHPExcel? I have recently used it, and it does a good job for me.

    Ask clarification

    1 Recommendation

    CSV Component for PHP: Reader and writer for CSV files

    This package implements a reader and writer for CSV files.

    It implements a reader interface that can perform several types of operations to read CSV files, like reading the headline record, reading one record, reading multiple records or reading all records.

    The writer interface can write the headline record, write one record and write multiple records.

    The package can also truncate a CSV file to create a file with no records, copy a CSV file to another, or move a CSV file to another file name.
    This recommendation solves the problem.
    This recommendation does not solve the problem.

    +1

    Picture of nvb by nvb package author package author Reputation 65 - 9 years ago (2016-02-29) Comment

    low and stable memory usage (give it a try by using benchmarkReader and benchmarkWriter)
    works with PHP 5.3 and above
    __invoke() implemented to use it as function
    unified reader and writer
    adapter to easy up migration from EasyCsv - 0.0.1 to this component
        writer
        reader
    usage of filters - control what comes in and what comes out
    reader
        implemented iterator
        readOne();
        readMany();
        readAll();
    writer
        copy();
        delete();
        move();
        truncate();
        writeOne();
        writeMany();
        writeAll(); //truncates file and writes content
    
    • 1 Comment
    • 1. Picture of Manuel Lemos by Manuel Lemos - 9 years ago (2016-03-01) Reply

      This is interesting. I just don't know if Osagie wanted a package to read and write Excel files using the native formats.


    Recommend package
    : 
    :