Download the PHP package ruhulfbr/excelq without Composer
On this page you can find all versions of the php package ruhulfbr/excelq. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package excelq
Query on Excel
Query on Excel allows you to perform queries on Excel.
NOTE
- Supported Extensions: Please use
.xls
or.xlsx
. - Please ensure Excel data is well-formatted. Follow
example.xls
, andexample.xlsx
.
Use Cases
This package is suitable for you if you need to perform some queries on:
- Perform SELECT query
- Perform where query (where, orWhere, whereIn, whereNotIn e.t.c)
- Perform Sorting
- Perform Limit, Offset
- Perform Aggregate Query (count, sum, avg, max, min)
Installation
To install the package, you can use Composer:
Basic Usage
To instantiate the EXLQ do the following:
Querying, sorting and get results
You can perform queries on your Excel:
More Example
Available where operators
=
(default operator, can be omitted)>
<
<=
>=
!=
Available sorting operators
ASC
DESC
(default operator, can be omitted)asc
desc
Limit and Offset
You can add criteria and specify limit and offset for your query results:
Aggregator Query
You can add criteria and specify limit and offset for your query results:
Support
If you found an issue or had an idea please refer to this section.
Authors
- Md Ruhul Amin - Github
All versions of excelq with dependencies
PHP Build Version
Package Version
The package ruhulfbr/excelq contains the following files
Loading the files please wait ....