is not current version
Last Version 1.2

com.solveurits:solveurExcel 1.0beta

Solveur Excel API for JAVA - SQL Query. Extract, Insert, Update, Delete data in Excel using sql query. You can query xls and xlsx files

GroupId

GroupId

com.solveurits
ArtifactId

ArtifactId

solveurExcel
Version

Version

1.0beta
Type

Type

jar

Download solveurExcel 1.0beta


<!-- https://jarcasting.com/artifacts/com.solveurits/solveurExcel/ -->
<dependency>
    <groupId>com.solveurits</groupId>
    <artifactId>solveurExcel</artifactId>
    <version>1.0beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.solveurits/solveurExcel/
implementation 'com.solveurits:solveurExcel:1.0beta'
// https://jarcasting.com/artifacts/com.solveurits/solveurExcel/
implementation ("com.solveurits:solveurExcel:1.0beta")
'com.solveurits:solveurExcel:jar:1.0beta'
<dependency org="com.solveurits" name="solveurExcel" rev="1.0beta">
  <artifact name="solveurExcel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.solveurits', module='solveurExcel', version='1.0beta')
)
libraryDependencies += "com.solveurits" % "solveurExcel" % "1.0beta"
[com.solveurits/solveurExcel "1.0beta"]