An open API service indexing awesome lists of open source software.

https://github.com/jsreport/jsreport-contrib-import-export

Importing and exporting templates into json files
https://github.com/jsreport/jsreport-contrib-import-export

Last synced: 5 months ago
JSON representation

Importing and exporting templates into json files

Awesome Lists containing this project

README

          

#Import Export extension
[![Build Status](https://travis-ci.org/jsreport/jsreport-contrib-import-export.png?branch=master)](https://travis-ci.org/jsreport/jsreport-contrib-import-export)

> [jsreport](https://github.com/jsreport/jsreport) extension allowing to import and export templates into json files.

This extension is pre-installed in jsreport [playground](http://jsreport.net/playground) and [online](http://jsreport.net/online) versions. You may install this extension to jsreport [on-prem](http://jsreport.net/on-prem) by:
```
npm install jsreport-contrib-import-export
```

This extension allows you to export report template into a json file and import it back to the system. You can export only existing saved template and also import only into existing template.

![import export](http://jsreport.net/screenshots/importExport.png)