AlaSQL / alasql

AlaSQL.js - JavaScript SQL database for browser and Node.js. Handles both traditional relational tables and nested JSON data (NoSQL). Export, store, and import data from localStorage, IndexedDB, or Excel.
http://alasql.org
MIT License
7.04k stars 659 forks source link

How to write data on specific cell or range of cells in excel #660

Closed monajafi closed 8 years ago

monajafi commented 8 years ago

I need to write on specific cell of excel. how should I do this? also where can I find a a more style attributes like the one you wrote in following example var mystyle = { headers:true, column: {style:{Font:{Bold:"1"}}}, rows: {1:{style:{Font:{Color:"#FF0077"}}}}, cells: {1:{1:{ style: {Font:{Color:"#00FFFF"}} }}} };

mathiasrw commented 8 years ago

Pleae have a look at https://github.com/agershun/alasql/wiki/XLSX#range