All Projects → stimulsoft → Reports.JS

stimulsoft / Reports.JS

Licence: other
Stimulsoft Reports.JS is a reporting tool for Node.js and JavaScript applications.

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Reports.JS

Samples-ASP.NET-MVC-CSharp
ASP.NET MVC C# samples for Stimulsoft Reports.Web reporting tool.
Stars: ✭ 31 (-6.06%)
Mutual labels:  export, charts, maps, excel, reporting, reports, odata, gauges, tables, barcodes
Samples-NET.Core-MVC-CSharp
ASP.NET Core 2.0 MVC C# samples for Stimulsoft Reports.Web reporting tool.
Stars: ✭ 28 (-15.15%)
Mutual labels:  export, charts, maps, excel, reporting, reports, odata, gauges, tables, barcodes
Samples-JS-PHP
JavaScript and PHP samples for Stimulsoft Reports.PHP reporting tool.
Stars: ✭ 17 (-48.48%)
Mutual labels:  export, charts, maps, excel, reporting, reports, gauges, tables, barcodes
Openvasreporting
OpenVAS Reporting: Convert OpenVAS XML report files to reports
Stars: ✭ 42 (+27.27%)
Mutual labels:  excel, reporting, reports
Simple Excel
Read and write simple Excel and CSV files
Stars: ✭ 502 (+1421.21%)
Mutual labels:  export, excel
Npoi.mapper
Use this tool to import or export data with Excel file. The tool is a convention based mapper between strong typed object and Excel data via NPOI.
Stars: ✭ 348 (+954.55%)
Mutual labels:  export, excel
Tableexport
The simple, easy-to-implement library to export HTML tables to xlsx, xls, csv, and txt files.
Stars: ✭ 781 (+2266.67%)
Mutual labels:  export, excel
Revogrid
Powerful virtual data grid smartsheet with advanced customization. Best features from excel plus incredible performance 🔋
Stars: ✭ 1,870 (+5566.67%)
Mutual labels:  export, excel
VBA-Import-Export
Export & Import VBA code for use with Git (or any VCS)
Stars: ✭ 14 (-57.58%)
Mutual labels:  export, excel
Pyetl
python ETL framework
Stars: ✭ 33 (+0%)
Mutual labels:  export, excel
Sonar Cnes Report
Generates analysis reports from SonarQube web API.
Stars: ✭ 145 (+339.39%)
Mutual labels:  export, reporting
sheet2dict
Simple XLSX and CSV to dictionary converter
Stars: ✭ 206 (+524.24%)
Mutual labels:  export, excel
echarty
Minimal R/Shiny Interface to ECharts.js
Stars: ✭ 49 (+48.48%)
Mutual labels:  charts, maps
Laracsv
A Laravel package to easily generate CSV files from Eloquent model
Stars: ✭ 583 (+1666.67%)
Mutual labels:  export, excel
QuestPDF
QuestPDF is an open-source, modern and battle-tested library that can help you with generating PDF documents by offering friendly, discoverable and predictable C# fluent API.
Stars: ✭ 2,872 (+8603.03%)
Mutual labels:  export, reporting
Excellentexport
Javascript export to Excel
Stars: ✭ 1,018 (+2984.85%)
Mutual labels:  export, excel
Portphp
Data import/export framework for PHP
Stars: ✭ 225 (+581.82%)
Mutual labels:  export, excel
vue-datagrid
Spreadsheet data grid component. Handles enormous data processing.
Stars: ✭ 171 (+418.18%)
Mutual labels:  export, excel
excel mysql
Module for import Excel files to MySQL table and export MySQL table to Excel file using PHPExcel
Stars: ✭ 30 (-9.09%)
Mutual labels:  export, excel
Yii2 Export
A library to export server/db data in various formats (e.g. excel, html, pdf, csv etc.)
Stars: ✭ 153 (+363.64%)
Mutual labels:  export, excel

Stimulsoft Reports.JS

Stimulsoft Reports.JS is a set of reporting tools designed on JavaScript and HTML5 technologies. The report generator works in any JavaScript application, and installation of any browser extensions or frameworks is not required. The product contains everything you need to create, edit, build, view, and export reports to PDF, PowerPoint, HTML, Word, Text, Excel, OpenDocument Writer and Calc, Image (Svg) and Data (Csv).

Data analytics tool for creating dashboards - Stimulsoft Dashboard.JS NPM, GitHub

How to install

Ceate a project folder and install Reports.JS module using the specified command:

npm install stimulsoft-reports-js

How to load and save a report

Create index.js file in the folder, and add the required code:

// Stimulsoft reports module loading
var Stimulsoft = require('stimulsoft-reports-js');

// Loading fonts
Stimulsoft.Base.StiFontCollection.addOpentypeFontFile("Roboto-Black.ttf");

// Creating a new report object
var report = Stimulsoft.Report.StiReport.createNewReport();

// Loading a report template (MRT) into the report object
report.loadFile("report1.mrt");

// Renreding the report
report.renderAsync(() => {

});

// Exporting the report to PDF
report.exportDocumentAsync((pdfData) => {

});

// Saving the report object into a template file (MRT)
report.saveFile("report2.mrt");

// Saving the rendered report object into a document file (MDC)
report.saveDocumentFile("report3.mdc");

How to run

Open console and run index.js

node index

Integration

Our report generator is excellent for working in any JavaScript application. Components are optimized to work with most popular platforms such as Node.js, Angular, React, Vue.js, and others. For integration you need to install only one package from the NPM repository, or download the package from our website to a computer and add several scripts and css-styles to the project. All other things you can find in our, on pure JavaScript developed report builder.

Live Demo

We prepared many templates of reports and dashboards that you can explore and edit in our online demo. Choose the template you need, connect your data, and create rich reports and analytical dashboards – the solution is ready. Try the Live Demo

More about product

In Stimulsoft Reports.JS, we have included a complete set of tools and components to design simple and complex reports. Texts, images, charts, barcodes, many preset styles, grouping and filtering, interactive reports, and much more. You can work with reports and their components directly from the JavaScript code. Read more about Stimulsoft Reports.JS.

Video and Documentation

We provide User Manuals and Class References intended to give technical assistance to users of our reporting tool. Find more information in the Online Documentation.

Also, we prepared many videos about the working of our software. Watch videos on our YouTube channel.

Download

License Info

Online Store

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].