Tagged articles

Report Generation

17 articles · Page 1 of 1
Golang Shines
Golang Shines
Jul 2, 2026 · Information Security

AI Agent Automates PTES Penetration Testing – Inside Pentester

Pentester is an open‑source AI‑driven framework that fully automates the PTES seven‑stage penetration testing workflow—from pre‑engagement parameter collection and compliance checks to intelligence gathering, vulnerability analysis, exploitation, post‑exploitation, and report generation—by interacting with users one question at a time and parallelizing sub‑tasks.

AI AgentAutomationKnowledge Base
0 likes · 9 min read
AI Agent Automates PTES Penetration Testing – Inside Pentester
Advanced AI Application Practice
Advanced AI Application Practice
Jun 4, 2026 · Operations

Boost Test Report Writing Efficiency by 90% with the test-report-writer Skill

The article describes how the test-report-writer skill automates the collection, analysis, and formatting of test case and bug data into a structured, eight‑section report in just five minutes, cutting manual effort from over an hour to a few minutes while ensuring consistent metrics, risk assessment, and release recommendations.

.aiPythonReport Generation
0 likes · 11 min read
Boost Test Report Writing Efficiency by 90% with the test-report-writer Skill
Code Ape Tech Column
Code Ape Tech Column
May 16, 2025 · Backend Development

Mastering JXLS: Generate Complex Excel Reports with Java

This guide explains how to use the JXLS Java library to create complex, template‑driven Excel reports, covering setup, core concepts like XlsArea, looping, conditional rendering, dynamic grids, merging cells, image insertion, and formula handling with practical code examples.

Backend DevelopmentExcelReport Generation
0 likes · 9 min read
Mastering JXLS: Generate Complex Excel Reports with Java
Programmer XiaoFu
Programmer XiaoFu
Apr 22, 2024 · Backend Development

Quickly Generate Word Reports with SpringBoot and POI‑TL

This article shows how to use SpringBoot together with the POI‑TL template engine to create Word reports that embed text, images, tables and charts, providing a step‑by‑step guide, code snippets and a reusable utility class for rapid document generation.

POI‑TLReport GenerationTemplate Engine
0 likes · 17 min read
Quickly Generate Word Reports with SpringBoot and POI‑TL
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.

Report Generationchartjsdata analysis
0 likes · 6 min read
Using PHP for Data Analysis and Report Generation
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.

HTML test reportReport Generationpytest
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.

Excel AutomationPandasPython
0 likes · 10 min read
Automating Excel Reports with Python xlwings and pandas
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.

AutomationPythonReport Generation
0 likes · 19 min read
Python Word Automation and Data Reporting Tutorial with python-docx, win32com, matplotlib, and xlrd
Python Crawling & Data Mining
Python Crawling & Data Mining
May 7, 2021 · Fundamentals

Automate Excel Reporting with Python: A Step‑by‑Step Guide

This article walks you through automating daily loan reporting for a bank using Python and pandas, covering data loading, date filtering, table splitting, column renaming, concatenation, missing‑value handling, calculated fields, and pivot‑table generation to replace repetitive Excel tasks.

Excel AutomationPythonReport Generation
0 likes · 13 min read
Automate Excel Reporting with Python: A Step‑by‑Step Guide
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.

ExcelPhpSpreadsheetReport Generation
0 likes · 9 min read
Generating Excel Reports with PhpSpreadsheet in PHP
21CTO
21CTO
Aug 12, 2017 · Fundamentals

Generate Automated Survey Reports with Python in Minutes

This guide introduces a Python tool that automates the creation of descriptive and cross‑analysis survey reports in PPT and Excel formats, covering installation, data preparation, quick‑start code snippets, and additional utility functions for comprehensive statistical reporting.

Cross AnalysisReport GenerationStatistical Reporting
0 likes · 7 min read
Generate Automated Survey Reports with Python in Minutes