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 - 8 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.

+1

I need to parse and write Excel files.

  • 1 Clarification request
  • 1. Picture of Gerry Danen by Gerry Danen - 8 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 recommendation solves the problem.
    This recommendation does not solve the problem.

    0

    Picture of nvb by nvb package author package author Reputation 55 - 8 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 - 8 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
    : 
    :