Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed $excel from protected to public. #14

Merged
merged 3 commits into from
Jan 27, 2014

Conversation

mewben
Copy link
Contributor

@mewben mewben commented Jan 27, 2014

This enables chaining methods from PHPExcel itself.

Example:

$obj = Excel::load('temp1.xls'); // Has some contents inside
$obj->excel->getActiveSheet()->setCellValue('F2', 'testing');  // use the excel object to call getActiveSheet
$obj->export('xls'); // export as usual

MaatwebsiteSupport pushed a commit that referenced this pull request Jan 27, 2014
Changed $excel from protected to public.
@MaatwebsiteSupport MaatwebsiteSupport merged commit ce61412 into SpartnerNL:master Jan 27, 2014
@MaatwebsiteSupport
Copy link
Contributor

Good idea! Will document it later :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants