Tagged articles

DataValidation

2 articles · Page 1 of 1
YiSu Grain
YiSu Grain
Nov 7, 2024 · Operations

Building a Safety Equipment Warning System with FineReport – Step‑by‑Step Guide

This article walks through creating a safety‑protective‑equipment warning management system using FineReport, covering MySQL table setup, data import templates, batch handling, validation formulas, SQL‑driven datasets, pagination controls, batch deletion, warning calculations, detailed view reports, and dashboard visualisation with pie, bar and gauge charts.

BIDashboardDataValidation
0 likes · 23 min read
Building a Safety Equipment Warning System with FineReport – Step‑by‑Step Guide
Code Ape Tech Column
Code Ape Tech Column
Sep 28, 2021 · Backend Development

Using EasyExcel for Excel Import and Export in Java

This article introduces the EasyExcel library for Java, demonstrating how to quickly set up Excel import and export with Maven dependencies, entity annotations, custom converters, listeners for validation, and controller code for both reading and writing data, along with common API usage and examples.

DataValidationEasyExcelExcel
0 likes · 9 min read
Using EasyExcel for Excel Import and Export in Java