phpexcel - Extracting dynamically changing data in excel via php -
phpexcel - Extracting dynamically changing data in excel via php -
i have open excel sheet that's beingness updated programme via dde. wish have php script accesses of info in excel sheet. have tried using phpexcel , seems cannot have changes create (e.g. via setcellvalue) beingness reflected in open excel sheet. similarly, if alter value of cell (without saving sheet file system) new value of cell not available via getvalue().
is functionality supported phpexcel? if so, please point me documentation shows how can done? alternatively, there way (not using phpexcel, example) this?
thanks.
i able using method shown @ the rarified blog webpage
this worked me, both "pushing" cell values php excel, getting modified values (without saving file) excel perl. site has nifty ajax-based function keeps auto-refreshing webpage latest values in excel.
many author of blog.
php phpexcel dde
Comments
Post a Comment