Import and Export reports in Excel format

imolorhe wrote on Monday, July 15, 2013:

Is there an in-built functionality in OpenEMR to import and export reports in Excel format? Also, where can I get proper documentation on the workings of the system? Thanks.

mdsupport wrote on Monday, July 15, 2013:

There is no standard Excel integration. We used phpExcel add-on for our needs.
Use official wiki for proper documentation.

1 Like

tmccormi wrote on Tuesday, July 16, 2013:

It’s been a long standing desire for all reports in OpenEMR to support output in HTML, PDF and CSV (comma separated values). Some reports have that, older ones don’t yet. I would not write directly to excel, excel and other spreadsheet tools all support import of comma (or tab) separated value text files.

–Tony