All Projects → jsreport → Jsreport

jsreport / Jsreport

Licence: lgpl-3.0
javascript based business reporting platform 🚀

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Jsreport

Yarg
Yet Another Report Generator - CUBA Platform reporting engine
Stars: ✭ 215 (-73.06%)
Mutual labels:  excel, reporting, pdf
Samples-JS-PHP
JavaScript and PHP samples for Stimulsoft Reports.PHP reporting tool.
Stars: ✭ 17 (-97.87%)
Mutual labels:  excel, reporting
Androiddocumentviewer
Android 文档查看: word、excel、ppt、pdf,使用mupdf及tbs
Stars: ✭ 235 (-70.55%)
Mutual labels:  excel, pdf
React Csv
React components to build CSV files on the fly basing on Array/literal object of data
Stars: ✭ 732 (-8.27%)
Mutual labels:  excel, reporting
Xlwings
xlwings is a BSD-licensed Python library that makes it easy to call Python from Excel and vice versa. It works with Microsoft Excel on Windows and macOS.
Stars: ✭ 2,181 (+173.31%)
Mutual labels:  excel, reporting
Closedxml.report
ClosedXML.Report is a tool for report generation with which you can easily export any data from your .NET classes to Excel using a XLSX-template.
Stars: ✭ 230 (-71.18%)
Mutual labels:  excel, reporting
Samples-ASP.NET-MVC-CSharp
ASP.NET MVC C# samples for Stimulsoft Reports.Web reporting tool.
Stars: ✭ 31 (-96.12%)
Mutual labels:  excel, reporting
Gotenberg Php Client
PHP client for the Gotenberg API
Stars: ✭ 80 (-89.97%)
Mutual labels:  excel, pdf
StormReport
🌀 Library - Create your reports using only annotations
Stars: ✭ 17 (-97.87%)
Mutual labels:  excel, reporting
Thinreports Generator
Report Generator for Ruby
Stars: ✭ 268 (-66.42%)
Mutual labels:  reporting, pdf
Fluentreports
📄 Fluent Reports - Data Driven Reporting Engine for Node.js and Browsers 📄
Stars: ✭ 305 (-61.78%)
Mutual labels:  reporting, pdf
Yii2 Export
A library to export server/db data in various formats (e.g. excel, html, pdf, csv etc.)
Stars: ✭ 153 (-80.83%)
Mutual labels:  excel, pdf
Jasperreports
JasperReports® - Free Java Reporting Library
Stars: ✭ 540 (-32.33%)
Mutual labels:  reporting, pdf
Psexcel
A simple Excel PowerShell module
Stars: ✭ 234 (-70.68%)
Mutual labels:  excel, reporting
Jxls
Java library for creating Excel reports using Excel templates
Stars: ✭ 128 (-83.96%)
Mutual labels:  excel, reporting
Reports.JS
Stimulsoft Reports.JS is a reporting tool for Node.js and JavaScript applications.
Stars: ✭ 33 (-95.86%)
Mutual labels:  excel, reporting
Superfileview
基于腾讯浏览服务Tbs,使用X5Webkit内核,实现文件的展示功能,支持多种文件格式
Stars: ✭ 1,115 (+39.72%)
Mutual labels:  excel, pdf
Magicodes.ie
Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html.
Stars: ✭ 1,198 (+50.13%)
Mutual labels:  excel, pdf
Samples-NET.Core-MVC-CSharp
ASP.NET Core 2.0 MVC C# samples for Stimulsoft Reports.Web reporting tool.
Stars: ✭ 28 (-96.49%)
Mutual labels:  excel, reporting
Laravel Report Generator
Rapidly Generate Simple Pdf, CSV, & Excel Report Package on Laravel
Stars: ✭ 380 (-52.38%)
Mutual labels:  excel, pdf

jsreport

Join the chat at https://gitter.im/jsreport/jsreport NPM Version NPM Downloads Docker Pulls Build Status

Official distribution of jsreport
An open-source platform for designing and rendering various reports.

jsreport is a reporting server which lets developers define reports using javascript templating engines (like jsrender or handlebars). It supports various report output formats like html, pdf, excel and others. It also includes advanced reporting features like user management, REST API, scheduling, designer or sending emails.

You can find more information on the official project website https://jsreport.net

studio

Installation

see https://jsreport.net/on-prem

npm install -g jsreport-cli
jsreport init
jsreport configure
jsreport start

To change environment use cmd set NODE_ENV=development or use options your IDE provides. If you don't specify node environment jsreport assumes development as default.

Documentation

see https://jsreport.net/learn for an overview of concepts, guides, clients and general documentation.

Configuration

jsreport loads jsreport.config.json configuration file on start. The configuration file is the most common way to adapt jsreport settings like http port. In addition to configuration file you can use also corresponding command-line arguments or options passed directly through nodejs code.

See config documentation for details.

Extensions

The jsreport official distribution includes the most of the currently implemented extensions. However, there are still new extensions popping up which are not yet part of jsreport and you may like to additionally install it. See the list of extensions here.

You are also not limited to extensions we provide to you and you can implement your own. See the Implementing custom extension article.

Node.js

You can find documentation for adapting this jsreport distribution using nodejs and also information for integrating it into an existing nodejs application in the article adapting jsreport.

This distribution includes many extensions like jsreport studio you may not need. To start from the ground see repository jsreport-core.

Contributions

jsreport is split into many separated repositories usually representing extensions or other reusable libraries. Please forward your contributions to the dedicated repository.

Roadmap

  • integrate to the xlsx recipe the same templating capabilities as in the docx
  • pdf linearization, PDF/A
  • docx/pptx - simple html embedding, raw openxml, memory optimization
  • word extension for reports design
  • async studio rendering - real-time log output
  • signing jsreport.exe
  • html-to-xlsx - images, filters...
  • nodejs workers usage
  • drag and drop designer #121

More in the backlog.

Missing a feature? Submit a feature request.

Vulnerabilities

We guarantee every release is stable and has 0 vulnerabilities mentioned in the npm audit. When you see a security warning in your audit, please just wait until we release the next version with the dependencies update, there is no need to create a ticket for it. In case you see a direct impact on jsreport security, please send us an email and we will apply a direct hotfix if it will be possible.

Licensing

Copyright (C) 2020 Jan Blaha

Do you want to use jsreport for a personal purpose, in a school project or a non-profit organization? Then you don't need the author's permission, just go on and use it. You can use jsreport without the author's permission also when having a maximum 5 templates stored in jsreport storage.

For commercial projects using more than 5 stored report templates see Pricing page.

Under any of the licenses, free or not, you are allowed to download the source code and make your own edits.

In every case, there are no warranties of any kind provided:

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].