# FrameworkPoi **Repository Path**: micro-project/FrameworkPoi ## Basic Information - **Project Name**: FrameworkPoi - **Description**: poi框架 framework-poi > 简单、好用且轻量级的海量excel,csv文件导入导出解决方案 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/frameworkpoi - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2021-10-08 - **Last Updated**: 2024-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目基础框架 [![Build Status](https://travis-ci.org/fartherp/framework.svg?branch=master)](https://travis-ci.org/fartherp/framework) [![Coverage Status](https://coveralls.io/repos/github/fartherp/framework/badge.svg?branch=master)](https://coveralls.io/github/fartherp/framework?branch=master) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.fartherp/framework/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.fartherp/framework/) [![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/https/oss.sonatype.org/com.github.fartherp/framework.svg)](https://oss.sonatype.org/content/repositories/snapshots/com/github/fartherp/framework/) [![GitHub release](https://img.shields.io/github/release/fartherp/framework.svg)](https://github.com/fartherp/framework/releases) [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) [![Project Stats](https://www.openhub.net/p/fartherp-framework/widgets/project_thin_badge.gif)](https://www.openhub.net/p/fartherp-framework) [![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=fartherp_framework)](https://sonarcloud.io/dashboard?id=fartherp_framework) Framework Spring Boot Starter 用于帮助你在Spring Boot项目中轻松集成Framework。 > framework-spring-boot(https://github.com/fartherp/framework-spring-boot) ## db基础操作框架 [framework-base-database](https://github.com/fartherp/framework/tree/master/framework-base-database) ``` 封装操作数据库的基本操作(增删改查) ``` ## 公告模块框架 [framework-common](https://github.com/fartherp/framework/tree/master/framework-common) ``` 包括各种util,例如:日期DateUtil,BigDecimalUtil等等 ``` ## 压缩框架 [framework-compress](https://github.com/fartherp/framework/tree/master/framework-compress) ``` 提供各种压缩方式 1.bzip2 2.gzip 3.jar 4.tar 5.zip 6.zlib 7.shell命令(gzip,targz) ``` ## 核心框架 [framework-core](https://github.com/fartherp/framework/tree/master/framework-core) ``` 1.整合easyui分页功能 2.验证码 3.整合easyui树结构 4.统一前端请求后的返回参数 5.发送邮件,包括html邮件 ``` ## db操作框架 [framework-database](https://github.com/fartherp/framework/tree/master/framework-database) ``` mybatis分页,sql监控 ``` ## 异常体系框架 [framework-exception](https://github.com/fartherp/framework/tree/master/framework-exception) ``` 1.mysql数据库返回的错误信息,转成可识别信息 2.oracle数据库返回的错误信息,转成可识别信息 3.通用的异常返回的错误信息,转成可识别信息 ``` ## 文件处理框架 [framework-file](https://github.com/fartherp/framework/tree/master/framework-file) ``` 1.ftp 2.nfs ``` ## net框架 [framework-net](https://github.com/fartherp/framework/tree/master/framework-net) ``` 1.ftp 2.sftp ``` ## poi框架 [framework-poi](https://github.com/fartherp/framework/tree/master/framework-poi) ``` 1.csv读取及下载 2.excel读取 ``` ## 加密解密框架 [framework-security](https://github.com/fartherp/framework/tree/master/framework-security) ``` 1.不可逆:base64,MD5 2.对称密钥:AES,DES,3DES 3.非对称密钥:RSA ``` ## JDK > 1.8