Speedgot
EDB Lib | Excel File Management as Database
-----
Excel File Management as Database with this easy library
Download Now
1.1 MB .jar
Overview
Updates (
--
)
Reviews (
---
)
Version History
Discussion
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>
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
Spoiler:
Donation Link
https://www.paypal.com/paypalme/Sandrix33
SUPPORTERS:
-
View on SpigotMC
Resource Information
Author:
----------
Total Downloads:
190
First Release:
Sep 7, 2021
Last Update:
Sep 9, 2021
Category:
---------------
All-Time Rating:
6 ratings
Version
-----
Released:
--------------------
Downloads:
------
Version Rating:
----------------------
--
ratings