Giter VIP home page Giter VIP logo

phpexcel's Introduction

This mirror is deprecated, please start using the official repository!

PHPExcel package for composer

This is a mirror of the PHPExcel library by CodePlex. The mirror doesn't contain documentation or tests.

This mirror has been created to make PHPExcel installable with Composer.

If you would like to install PHPExcel as a Composer package, add a file called composer.json to the root of your project and add the following:

{
    "require": {
        "CodePlex/PHPExcel": "1.7.8"
    }
}

If you already have a composer.json file, just add an attitional requirement for PHPExcel.

You can also install the following earlier versions of PHPExcel via Composer:

  • 1.7.7
  • 1.7.6

Thanks and Disclaimer

Many thanks to the CodePlex guys for this great library! This repo is an unaltered mirror of their work to make PHPExcel composer installable as long as they don't have their own solution in place. I take neither credit nor responsibility for anything that might happen to you due to the use of this package :).

phpexcel's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

phpexcel's Issues

1.7.9

Please include 1.7.9 in the tags to, kind regards

Update to v1.7.8

I'm currently having problems with a bug in version 1.7.7 that is apparently fixed in 1.7.8. Would you be able to create a packagist/composer release for 1.7.8?

Silex Integration of IOFactory failed

I would integrate PHPExcel in Silex with this code:
$phpExcel = new PHPExcel_IOFactory();
$file='../files/excel.xls';
$objPHPExcel = $phpExcel::load($file);

But everything i've got is this error message:

Fatal error: Call to private PHPExcel_IOFactory::__construct() from invalid context in .....

What should be wrong?

Sorry about my bad english.....Tom

Composer install of ExcelBundle - 404

As mentioned here, I have a problem while installing ExcelBundle, which requires PHPExcel.

For the install, I add the dependency according to the instructions (of ExcelBundle), then I run update:

$ composer update
Loading composer repositories with package information
Updating dependencies
  - Installing codeplex/phpexcel (1.7.7)
    Downloading: connection...

  [Composer\Downloader\TransportException]
  The "http://nodeload.github.com/markushausammann/PHPExcel/zipball/1.7.7" file
  could not be downloaded (HTTP/1.1 404 Not Found)

Is there a problem with PHPExcel composer settings?

Thanks

Update PHPExcel 1.7.9

HI,

Would it be possible to upgrade the library to 1.7.9
Any way we can help.

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.