-
Notifications
You must be signed in to change notification settings - Fork 7
Home
firegloves edited this page Jul 20, 2022
·
10 revisions
A library to simplify export from database to Excel files using Apache POI
MemPOI is not designed to be used with an ORM due to performance needs on massive exports. By directly leveraging JDBC classes to access DB data, MemPOI ensures super-fast execution on hundreds of thousands of records.
A short story about Mempoi birth
- Apache POI 4.0.0+
- Java 8+
- BIGINT
- DOUBLE
- DECIMAL
- FLOAT
- NUMERIC
- REAL
- INTEGER
- SMALLINT
- TINYINT
- CHAR
- NCHAR
- VARCHAR
- NVARCHAR
- LONGVARCHAR
- TIMESTAMP
- DATE
- TIME
- BIT
- BOOLEAN
- UUID (Postgres) (thanks to nanshakov)
You have to take care to manage your database connection, meanwhile PreparedStatement
and ResultSet
are managed and closed internally by MemPOI
Here you can find a set of diagrams describing the MemPOI flow.
--
Special thanks to Colle der Fomento that inspired MemPOI name with their new, fantastic, yearned LP, in particular with their song Mempo.
Don't you know what I'm talking about? Discover what a mempo is!