Skip to content
This repository was archived by the owner on Apr 26, 2020. It is now read-only.

Conversation

@ralph-tice
Copy link

... for example to retrieve a generated excel file
example usage:
$excelDocument = $browser->WebBrowser(null)>download('http://somesite.com/GeneratesExcel.php');
$op = fopen('excelfile.xlsx', 'w');
fwrite($op, $excelDocument);
fclose($op);

Ralph Tice and others added 3 commits January 24, 2013 16:51
@tecfu
Copy link

tecfu commented Jul 14, 2017

Cool.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants