-
```js
this.exportToexcel = function (objName, worksheetName) {
var tmp = Object.keys(objName);
var exportArr = [];
var opts = [];
for (var i = 0; i < tmp.length; i++) {
…
-
Hello @mathiasrw, @gangadhargo!
After the release of v2.2.2 with [this commit](https://github.com/AlaSQL/alasql/commit/1ce099f893629661c077fd32ff50edc6bc284209) the Sum formula has stopped working w…
-
@nolanlawson May I ask you to add a checkbox to check only grammar rules without JavaScript internal code. For example:
Source grammar:
```
DeclaresList
: DeclareItem
{ $$ = [$1]; }…
-
I'm using alasql to generate an xlsx with multiple worksheets as a template.
What i need to do now is import this same file but after some user fill them with data. My problem is i'm not being able…
-
Hello everybody,
I will keep it simple. I have an angular project. I've installed with bower the last version of jszip and alasql. Afterwards I am running my code
```
alasql('SELECT * INTO XLSX("tr…
-
The browser build at http://cdn.jsdelivr.net/alasql/latest/alasql.min.js still has references to the `path` and `fs` modules, which can result in build errors when trying to use it from another build …
-
Trying to insert data into table from file fails.
Inserting with simple `SELECT 999` works
```
> alasql "CREATE TABLE abc (x int); insert into abc VALUES (2),(3); insert into abc select 999 as x; s…
-
Are there flowtype definitions for alasql?
-
> alasql('INSERT INTO aa SET b=55');
-
# Libs
### Number converter
- https://refreshless.com/wnumb/
- http://numeraljs.com/
### Date conversion:
- https://github.com/taylorhakes/fecha
- http://momentjs.com/
### Database
- http://alasql.org…