Excel File Management as Database with this easy library
Create file, field and records
with very easy methods and low cpu usage
ps. the Lib is in beta report any problem or bugs in discussion
Plugin that need this library:
EDB_Minecraft_Implementation
Spoiler: Maven Dependency
Code (Text):
<dependency>
<groupId>EDB_LIB</groupId>
<artifactId>EDB_LIB</artifactId>
<version>1.2.1</version>
<scope>provided</scope>
</dependency>
<groupId>EDB_LIB</groupId>
<artifactId>EDB_LIB</artifactId>
<version>1.2.1</version>
<scope>provided</scope>
</dependency>
Spoiler: Get Library Class
Code (Java):
Table table
= EDB.
getClassTable
(FileName,Directory
)
;
Spoiler: Create file
Code (Java):
table.
createTable
(
)
;
Spoiler: Table Class Methods
- String getTableName() get Name of table
- String getDir() get Directory
- void createTable() CreateFile if not exist
- Boolean AddField(String Field) add field to file if not exist
- Boolean RemoveField(String Field) remove field from file if exist
- Boolean SetField(String Field, String NewField) rename field if exist
- Boolean AddRecord(String Field, String Record) add record to file if not exist
- Boolean SetRecord(int row, String Field, String Record) set in a specific row of field the record
- int getCurrentCol() get number of all columns in a file
- int getCurrentRows() get number of all rows in a file
- int getCol(String Field) get the column number of the field
- int getRow(String Record, String Field) get the row number of the record in a specific field
- String getRecord(int row, String Field) get RecordValue from specific row of field
Wiki continuously updated...
will be updated in these days
Pls support me with donation
-
will be updated in these days
Pls support me with donation

Spoiler: Donation Link
SUPPORTERS:-
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
EDB Lib | Excel File Management as Database is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 210 times (via Spigot). Download it and open it directly in the game.