The Yii2 Excel Template SQL Export module allows you to export the results of raw SQL queries directly into an Excel file. This module is built on the Yii2 framework and leverages the PhpSpreadsheet ...
Create a UserForm containing a dynamic number of controls and make sure they are being triggered by certain events. To achieve this result, we will use a UserForm and a class module, and assign any ...
import { Module } from '@nestjs/common' import { ExportModule as ExportModuleBasic } from '@felix042024/nestjs-export' @Module({ imports: [ExportModuleBasic ...