290 Commits

Author SHA1 Message Date
SkyKilla 5199412893 Update index.js 2016-09-12 16:33:09 +07:00
SkyKilla 3015eeb7f5 Update index.js 2016-09-12 16:19:12 +07:00
SkyKilla 6d70929697 Update index.js 2016-09-12 15:38:08 +07:00
SkyKilla 57e4854b8a Update index.js 2016-09-12 15:33:09 +07:00
SkyKilla 3e9787a026 Update index.js
copySheet / deleteSheet
2016-09-12 15:28:54 +07:00
SkyKilla af5e9cd66b Update index.js 2016-09-12 15:08:45 +07:00
SkyKilla db11ce1a1c Update index.js
copySheet / deleteSheet
2016-09-12 15:00:39 +07:00
SkyKilla bae8b2ba4f Update index.js 2016-09-12 14:54:44 +07:00
Andrey Kurdyumov 8f521846ee 0.0.4 v0.0.4 2016-09-04 15:08:04 +06:00
Andrey Kurdyumov 9100d7a48f Update change log with changes 2016-09-04 15:07:22 +06:00
Andrey Kurdyumov 21a7266313 Merge branch 'master' into pull24 2016-09-04 15:02:25 +06:00
Andrey Kurdyumov 8acbc27d32 Update dependencies 2016-09-04 14:57:29 +06:00
Andrey Kurdyumov ab12873f00 Redirect all issues to kant2002 repository. 2016-09-04 14:38:14 +06:00
Andrey Kurdyumov 296725471d Update README.md 2016-09-04 13:59:56 +06:00
Andrey Kurdyumov c2993605e8 Update README.md 2016-09-04 13:59:32 +06:00
Andrey Kurdyumov f2bbf57093 Update versions of Node.JS to check code for 2016-09-04 13:57:20 +06:00
SkyKilla 681a3644a3 Update index.js
ES 5.1 compat
2016-08-31 17:09:25 +07:00
SkyKilla 7842493fd1 Update index.js
function deleteSheet(sheet)
2016-08-31 16:20:44 +07:00
SkyKilla aeb2f9f5b1 Update index.js 2016-08-30 17:13:20 +07:00
SkyKilla ddf79ca02a Update index.js
Add "deleteSheet" function
2016-08-30 17:10:27 +07:00
Iurii Raboshuk f7f7a94b47 Fixes optilude/xlsx-template#21 2016-08-04 18:13:01 +03:00
Martin Aspeli 7a75b769c8 New version 2015-10-06 20:21:54 +01:00
Martin Aspeli b8dde61117 Merge pull request #13 from mrothberg/master
Fixing some errors in the series of pull requests.
2015-10-06 14:34:53 +01:00
Michael Rothberg 05f5990807 Fix path issues in calc chain setup. Change calc chain rebuild. Update tests to work with new date functionality 2015-10-05 14:30:53 -04:00
Martin Aspeli fa326078b1 Merge pull request #1 from rickbergfalk/master
manually forming paths for etree consumption for Windows compatibility
2015-10-01 16:15:43 +01:00
Martin Aspeli f97544cb0d Merge pull request #4 from soyuka/master
Better date compatibility with Excel
2015-10-01 16:14:36 +01:00
Martin Aspeli 85619a3dc7 Merge pull request #8 from m4fg/master
fix formatted string to load
2015-10-01 16:14:09 +01:00
Martin Aspeli 5db5104a57 Merge pull request #9 from glg/master
Support for table footers
2015-10-01 16:12:51 +01:00
Martin Aspeli c64eec9c53 Merge pull request #11 from michacom/patch-1
Fix dates array declaration in example data
2015-10-01 16:11:33 +01:00
Martin Aspeli fabd4abaf2 Merge pull request #12 from orthographic-pedant/spell_check/across
Fixed typographical error, changed accross to across in README.
2015-10-01 16:10:51 +01:00
orthographic-pedant 945f6e1bc5 Fixed typographical error, changed accross to across in README. 2015-09-30 16:15:08 -04:00
michacom 790a496fc7 Fix dates array declaration in example data 2015-06-11 18:06:03 +03:00
yuuma 1932d83406 add output type check 2015-05-21 02:01:43 +09:00
yuuma c15ba59b89 hide default undefined 2015-05-04 14:08:41 +09:00
Benjamin Chang f114b231d2 Merge remote-tracking branch 'm4fg/master' 2015-04-22 17:32:16 -05:00
Ryan Fairchild 852c6a0818 Commented new funcs 2015-04-20 15:51:47 -04:00
Ryan Fairchild 54a24bae15 Added support for rebuilding calc chain 2015-04-20 15:36:45 -04:00
Ryan Fairchild cd95198134 Removed cached formula values 2015-04-20 14:34:14 -04:00
Benjamin Chang cb730e4ca8 WIP: support for total rows in tables 2015-04-20 13:08:21 -05:00
Benjamin Chang 949279f81c test for totals row on tables 2015-04-20 13:07:23 -05:00
yuuma 1d57c26d9a fix formatted string to load 2015-04-20 15:52:50 +09:00
abluchet 5a5a5a894f typo 2014-07-18 17:19:37 +02:00
abluchet 1c8d6c6db5 Better date compatibility with Excel 2014-07-18 15:14:05 +02:00
Rick Bergfalk f8dbf4f896 manually forming paths for etree consumption
It seems like the etree library expects paths to be formed with forward
slashes (because why wouldn't it?). Unfortunately on Windows systems,
path.join uses backslashes, causing a lot of "cannot call asText() on
undefined" errors.
2013-11-27 10:01:57 -06:00
Martin Aspeli ba0cb39f12 Fix problem with zero being treated as number not string 2013-10-21 17:22:20 +01:00
Martin Aspeli 318f953aca Upgrade buster to 0.7 2013-10-07 08:20:31 +01:00
Martin Aspeli 3fd406f09a Pin new buster version - may fix tests 2013-10-07 08:14:18 +01:00
Martin Aspeli a37c969e79 Implement and test adjustment of named tables, ranges and merged cells 2013-10-06 23:38:21 +01:00
Martin Aspeli aa8cda5e2b Many adavnces in the science of moving things right or down 2013-09-17 00:42:21 +01:00
Martin Aspeli 41d674e04d Load by reference, not hardcoded name 2013-09-15 14:43:48 +01:00