業務システム開発において「データのエクスポート(Excelダウンロード)」は避けて通れない機能です。 しかし、データ量が10万、100万と膨れ上がると、従来のApache POIでは以下のような問題が頻発します。 OOM (OutOfMemoryError):全データをメモリに展開して ...
@Service @Slf4j public class CommonService { ... public void writeExcel(HttpServletResponse response) throws IOException { Workbook workbook = new XSSFWorkbook ...
This project is an API designed to seamlessly fetch data from an Excel sheet and store it in a MySQL database. It comprises a robust backend implemented in Java Spring Boot and a dynamic frontend ...