All Projects â†’ jxlsteam â†’ Jxls

jxlsteam / Jxls

Licence: apache-2.0
Java library for creating Excel reports using Excel templates

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Jxls

StormReport
🌀 Library - Create your reports using only annotations
Stars: ✭ 17 (-86.72%)
Mutual labels:  excel, reporting
Microwebsrv
A micro HTTP Web server that supports WebSockets, html/python language templating and routing handlers, for MicroPython (used on Pycom modules & ESP32)
Stars: ✭ 420 (+228.13%)
Mutual labels:  templating, template-engine
engine
A pragmatic approach to templating for PHP 7.x+
Stars: ✭ 31 (-75.78%)
Mutual labels:  template-engine, templating
dry
Dry is a new template engine and language, and is a superset of Shopify's Liquid, with first-class support for advanced inheritance features, and more. From the creators of Enquirer, Assemble, Remarkable, and Micromatch.
Stars: ✭ 66 (-48.44%)
Mutual labels:  template-engine, templating
Openvasreporting
OpenVAS Reporting: Convert OpenVAS XML report files to reports
Stars: ✭ 42 (-67.19%)
Mutual labels:  excel, reporting
Samples-ASP.NET-MVC-CSharp
ASP.NET MVC C# samples for Stimulsoft Reports.Web reporting tool.
Stars: ✭ 31 (-75.78%)
Mutual labels:  excel, reporting
Mikado
Mikado is the webs fastest template library for building user interfaces.
Stars: ✭ 323 (+152.34%)
Mutual labels:  templating, template-engine
express-edge
🔤  Use Edge templating engine with Express
Stars: ✭ 45 (-64.84%)
Mutual labels:  template-engine, templating
Jsreport
javascript based business reporting platform 🚀
Stars: ✭ 798 (+523.44%)
Mutual labels:  excel, reporting
React Csv
React components to build CSV files on the fly basing on Array/literal object of data
Stars: ✭ 732 (+471.88%)
Mutual labels:  excel, reporting
morestachio
Lightweight, powerful, flavorful, template engine.
Stars: ✭ 45 (-64.84%)
Mutual labels:  template-engine, templating
Metalsmith React Templates
A metalsmith plugin to render files using React / Preact / JSX based templates.
Stars: ✭ 90 (-29.69%)
Mutual labels:  templating, template-engine
Reports.JS
Stimulsoft Reports.JS is a reporting tool for Node.js and JavaScript applications.
Stars: ✭ 33 (-74.22%)
Mutual labels:  excel, reporting
Samples-NET.Core-MVC-CSharp
ASP.NET Core 2.0 MVC C# samples for Stimulsoft Reports.Web reporting tool.
Stars: ✭ 28 (-78.12%)
Mutual labels:  excel, reporting
Samples-JS-PHP
JavaScript and PHP samples for Stimulsoft Reports.PHP reporting tool.
Stars: ✭ 17 (-86.72%)
Mutual labels:  excel, reporting
view
Template Engine For AdonisJS
Stars: ✭ 13 (-89.84%)
Mutual labels:  template-engine, templating
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 (+79.69%)
Mutual labels:  excel, reporting
Psexcel
A simple Excel PowerShell module
Stars: ✭ 234 (+82.81%)
Mutual labels:  excel, reporting
Ejsexcel
nodejs excel template engine. node export excel
Stars: ✭ 621 (+385.16%)
Mutual labels:  excel, template-engine
Awesome Twig
A curated list of amazingly awesome Twig extensions, snippets and tutorials
Stars: ✭ 63 (-50.78%)
Mutual labels:  templating, template-engine

JXLS

Java CI with Maven codecov

News

New release 2.10.0 comes with support for JSR310, multi-line SQL, formula recalculation etc. Thank you for the contributions.

JXLS has moved from BitBucket to Github. Please use the Github issue tracker for bugs and the Github Discussions for questions.

Overview

JXLS (see homepage) is a small and simple to use Java library for Excel report generation using Excel template files.

JXLS abstracts Excel generation from underlying Java-to-Excel low-level processing library. JXLS uses a special markup in Excel templates to define output formatting and data layout.

How to use

Maven

<dependency>
    <groupId>org.jxls</groupId>
    <artifactId>jxls-poi</artifactId>
    <version>2.10.0</version>
</dependency>

Gradle

implementation 'org.jxls:jxls-poi:2.10.0'

Contributing

see Contributing guide

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