Gathering detailed insights and metrics for @jsreport/jsreport-xlsx
Gathering detailed insights and metrics for @jsreport/jsreport-xlsx
Gathering detailed insights and metrics for @jsreport/jsreport-xlsx
Gathering detailed insights and metrics for @jsreport/jsreport-xlsx
npm install @jsreport/jsreport-xlsx
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
1,196 Stars
2,191 Commits
231 Forks
56 Watching
10 Branches
15 Contributors
Updated on 28 Nov 2024
JavaScript (97.8%)
Python (0.79%)
CSS (0.72%)
Handlebars (0.26%)
HTML (0.22%)
Dockerfile (0.14%)
Shell (0.03%)
XSLT (0.03%)
Cumulative downloads
Total Downloads
Last day
13.4%
517
Compared to previous day
Last week
8.6%
2,836
Compared to previous week
Last month
35.1%
10,802
Compared to previous month
Last year
59.4%
84,480
Compared to previous year
15
An open-source platform for designing and rendering various reports.
jsreport is a reporting server letting developers define reports using javascript templating engines like handlebars. It supports various report output formats like html, pdf, excel, docx, 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
Basic installation from the npm
1npm install -g @jsreport/jsreport-cli 2jsreport init 3jsreport configure 4jsreport start
You can also download compiled binary or pull from the official docker images. See https://jsreport.net/on-prem for the details.
See the https://jsreport.net/learn for an overview of concepts, guides, clients, and general documentation.
The jsreport official distribution in npm, docker, or compiled binary includes the most commonly used extensions. However, the list of available extensions is much longer, and you may want to install some of the missing ones as well. See the list of available packages here or in the documentation.
You are also not limited to extensions we provide to you. You can implement your extensions. See the Implementing custom extension article.
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.
The official jsreport distribution wires the most popular extensions into the ready-to-use package. However, if you are skilled, you are free to start from the ground using jsreport-core.
We use yarn to manage the monorepo. The basic workflow is the following
1git clone https://github.com/jsreport/jsreport 2yarn install 3yarn start
The tests for the individual package runs the following way
yarn workspace @jsreport/jsreport-scripts test
The studio extensions development with the hot reload can be started using
set NODE_ENV=jsreport-development&&yarn start
More in the backlog.
Missing a feature? Submit a feature request.
We update vulnerable jsreport dependencies based on npm and Snyk audits during every release. Please wait until we release the next version when you notice a security warning in your audit. There is no need to create a ticket for it. In case you see a direct impact on jsreport security that you can replicate, please send us an email to support@jsreport.net and we will make sure it's fixed ASAP. Note there is no need to panic when there is a vulnerability mentioned in the audit because it is the most likely in the code path that is not used. A typical example of a vulnerability is an eventual DDoS attack through a dependency parsing some internal config, which in fact can't happen and isn't a vulnerability at all.
Copyright (C) 2024 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.
No vulnerabilities found.
Reason
30 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
packaging workflow detected
Details
Reason
Found 2/28 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
107 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More