HomeJavaModsEDB Lib | Excel File Management as Database
EDB Lib | Excel File Management as Database
ModsJava

EDB Lib | Excel File Management as Database

⬇ Download on Spigot
Senza titolo-1 (2).png
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
plugins.png

Plugin that need this library:
EDB_Minecraft_Implementation
wiki.png
Spoiler: Maven Dependency
Code (Text):
<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

donation.png
Pls support me with donation :D

SUPPORTERS:
- :(
Quick facts

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.

Explore more