Link to home
Start Free TrialLog in
Avatar of Ng Jo-Yi
Ng Jo-Yi

asked on

auto generate report

is there any hits or example of auto generate report which include word and chart in php,html in order to allow lecturer edit,delete the data in word
Avatar of Scott Fell
Scott Fell
Flag of United States of America image

I would look at something like https://www.tableau.com/ but if you want something you can develop, then look at a javascript front end tool like https://jsreport.net/, https://d3js.org/, https://www.jsreports.com/.  Then use php as the backend to interact with the database leaving the front end for js.
If I understand, you're asking for a tool a presenter can quickly change values, on the fly, during a live talk.

I'd stick with an entirely offline version of this, so no database or even external Website connection... because... more often than not, live talk situations have slow or no (reliable) connectivity.

You can go a simple route of using https://gionkunz.github.io/chartist-js/ to build simple, single HTML Apps to do what your asking + arrange the HTML pages into a simple slide show.

This way you have blazing fast changes with code which can run with no Internet connection.
Avatar of Ng Jo-Yi
Ng Jo-Yi

ASKER

ok thx is there any auto generated report template similar with the attach file and able to insert chart into the report
This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.