Tag

report-generation

0 views collected around this technical thread.

Architect's Guide
Architect's Guide
May 20, 2025 · Backend Development

Guide to Using poi‑tl for Generating Word Reports with Custom Tags in Java

This article explains how to use the poi‑tl Java library to create Word report templates, define common tags such as text, images, tables, lists, and charts, encapsulate them with enums and factories, and generate complete reports through a reusable utility class.

BackendJavaTemplate Engine
0 likes · 19 min read
Guide to Using poi‑tl for Generating Word Reports with Custom Tags in Java
php中文网 Courses
php中文网 Courses
Sep 7, 2023 · Backend Development

Using PHP for Data Analysis and Report Generation

This article explains how to use PHP to collect, process, and visualize data from sources such as CSV files, then design report templates and export the results as PDFs using libraries like Chart.js, PHPlot, TCPDF, and PHPExcel.

Backendchartjsdata analysis
0 likes · 6 min read
Using PHP for Data Analysis and Report Generation
Sohu Tech Products
Sohu Tech Products
Aug 2, 2023 · Frontend Development

Design and Implementation of a Custom Report Export Platform Using PptxGenJS, DVA, and React

This article describes a web‑based custom report export platform that lets users edit PPT templates with text, images, and charts, synchronizes changes via DVA state management, and generates fully populated PPTX reports in minutes using PptxGenJS and GraphQL data integration.

DVAFrontend DevelopmentGraphQL
0 likes · 14 min read
Design and Implementation of a Custom Report Export Platform Using PptxGenJS, DVA, and React
360 Quality & Efficiency
360 Quality & Efficiency
May 26, 2023 · Backend Development

Generating Clear Visual HTML Test Reports with unittestreport: Quick Start, Features, and Extensions

This article explains how to quickly generate clear, visual HTML test reports using the unittestreport framework, covering installation, basic usage, data‑driven testing, multithreading, email notifications, SSL fixes, and compatibility extensions with HTMLTestRunner for both unittest and pytest environments.

AutomationHTML test reportpytest
0 likes · 8 min read
Generating Clear Visual HTML Test Reports with unittestreport: Quick Start, Features, and Extensions
Python Programming Learning Circle
Python Programming Learning Circle
Aug 12, 2022 · Fundamentals

Automating Excel Reports with Python xlwings and pandas

This article demonstrates how to replace tedious manual Excel reporting by using Python libraries pandas and xlwings to read multiple sheets, merge data, write the combined DataFrame back to Excel, and apply conditional formatting such as font colors, borders, and cell shading based on statistical thresholds.

Data ProcessingExcel Automationpandas
0 likes · 10 min read
Automating Excel Reports with Python xlwings and pandas
Python Programming Learning Circle
Python Programming Learning Circle
Jul 5, 2022 · Operations

Automating Report Generation with Python: Data Extraction, Visualization, and Email Delivery

This tutorial explains how data analysts can automate the creation, processing, and distribution of statistical reports using Python by reading various data sources, performing DataFrame calculations, generating visualizations, and sending the results via email, thereby saving time and reducing errors.

AutomationEmaildata analysis
0 likes · 10 min read
Automating Report Generation with Python: Data Extraction, Visualization, and Email Delivery
Python Programming Learning Circle
Python Programming Learning Circle
Jun 16, 2022 · Fundamentals

Generating PDF Reports with Python ReportLab: Installation, Imports, and Example Code

This tutorial demonstrates how to use Python's ReportLab library to create PDF reports, covering installation, module imports, font registration, and a Graphs class with static methods for titles, paragraphs, tables, bar charts, and images, culminating in a complete script that assembles and builds the PDF.

Data VisualizationPDFReportLab
0 likes · 9 min read
Generating PDF Reports with Python ReportLab: Installation, Imports, and Example Code
Python Programming Learning Circle
Python Programming Learning Circle
Jul 29, 2021 · Fundamentals

Python Word Automation and Data Reporting Tutorial with python-docx, win32com, matplotlib, and xlrd

This tutorial walks through setting up a Python environment, installing libraries, creating and editing Word documents with python-docx, converting files and generating PDFs using win32com, extracting Excel data with xlrd, visualizing scores with matplotlib, and automating batch document generation with docx-mailmerge.

AutomationMatplotlibpython-docx
0 likes · 19 min read
Python Word Automation and Data Reporting Tutorial with python-docx, win32com, matplotlib, and xlrd
php中文网 Courses
php中文网 Courses
Jan 25, 2021 · Backend Development

Generating Excel Reports with PhpSpreadsheet in PHP

This article provides a step‑by‑step guide on using the PhpSpreadsheet library in PHP to create, style, and populate Excel worksheets, covering object instantiation, cell merging, formatting, data insertion, and exporting the file as an XLSX document.

BackendExcelPHP
0 likes · 9 min read
Generating Excel Reports with PhpSpreadsheet in PHP
360 Quality & Efficiency
360 Quality & Efficiency
Jul 20, 2017 · Operations

Generating JMeter Test Reports via Command Line and Plugins

This guide explains how to use JMeter's command‑line mode and the JMeter Plugins CMD tool to convert JTL files into HTML reports and various chart types, detailing required parameters, plugin installation, and example commands for comprehensive performance‑testing reporting.

JMeterPerformance Testingcommand line
0 likes · 6 min read
Generating JMeter Test Reports via Command Line and Plugins