Commit Graph

1674 Commits

Author SHA1 Message Date
Sewon Park
7f44dc2274 minimum support for xlsm 2021-01-21 21:45:24 +09:00
Thomas Fussell
e66e417b0c
Merge pull request #525 from kbelyaev/memory_leaks_fix
Memory leaks fix
2021-01-03 19:44:46 -05:00
Thomas Fussell
f0da7f61bb
Merge branch 'master' into memory_leaks_fix 2021-01-03 19:31:11 -05:00
Thomas Fussell
7fca8fc9b9
Merge pull request #537 from tfussell/warning-and-memory
Fix compiler warnings and some valgrind problems
2021-01-03 19:30:38 -05:00
Thomas Fussell
6987c1f233 add constructor 2021-01-03 19:04:41 -05:00
Thomas Fussell
a8b631bcbb replace enable_if_t 2021-01-03 18:42:56 -05:00
Thomas Fussell
c007dafe33 add include 2021-01-03 18:26:48 -05:00
Thomas Fussell
1868128dda
Merge branch 'master' into memory_leaks_fix 2021-01-03 12:22:12 -05:00
Thomas Fussell
e53ef68469 fix compiler warnings and some valgrind problems 2021-01-03 12:20:46 -05:00
Thomas Fussell
98e80133ae
Merge pull request #533 from tfussell/time-struct-warning
Fix time struct warning on linux
2021-01-03 10:31:50 -05:00
Thomas Fussell
23244120fb
Merge branch 'master' into time-struct-warning 2021-01-03 10:15:46 -05:00
Thomas Fussell
35687270e5
Merge pull request #536 from tfussell/gcc4-compat
Fix GCC 4.8.2 build problems
2021-01-03 09:53:52 -05:00
Thomas Fussell
0039eab40d fix gcc 4.8.2 build problems 2021-01-03 09:33:43 -05:00
Thomas Fussell
b9a1b48811
Merge branch 'master' into time-struct-warning 2021-01-02 16:09:15 -05:00
Thomas Fussell
f99cf3bde0
Merge pull request #535 from tfussell/fix-build
Fix build
2021-01-02 16:09:00 -05:00
Thomas Fussell
0f76a282ca update npm deps 2021-01-02 15:36:08 -05:00
Thomas Fussell
c5d449915f fix shared string handling 2021-01-02 15:28:14 -05:00
Thomas Fussell
18e82f35d3 Revert "Shared strings"
This reverts commit d6262df555.
2021-01-02 15:20:56 -05:00
Thomas Fussell
e9ec6a3dd1
Merge branch 'master' into time-struct-warning 2021-01-02 15:08:21 -05:00
Thomas Fussell
863372331f
Merge pull request #532 from tfussell/dependabot/npm_and_yarn/ini-1.3.8
Bump ini from 1.3.5 to 1.3.8
2021-01-02 15:08:06 -05:00
Thomas Fussell
e6e00de51d
Merge branch 'master' into dependabot/npm_and_yarn/ini-1.3.8 2021-01-02 15:07:49 -05:00
Thomas Fussell
bf90210d26
Merge pull request #529 from emmanuel099/worksheet_empty
worksheet: Add method to check if the worksheet is empty
2021-01-02 15:07:29 -05:00
Thomas Fussell
ca2abc9ddc
Merge branch 'master' into worksheet_empty 2021-01-02 15:07:08 -05:00
Thomas Fussell
5b94bc60c0
Merge pull request #528 from emmanuel099/workbook_check_out_of_range_in_sheet_by_index
workbook: Throw if index in (const) sheet_by_index is out of range
2021-01-02 15:06:40 -05:00
dependabot[bot]
263678758c
Bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-02 20:06:25 +00:00
Thomas Fussell
c448d9788a
Merge branch 'master' into workbook_check_out_of_range_in_sheet_by_index 2021-01-02 15:06:21 -05:00
Thomas Fussell
059c3bd8cd
Merge pull request #513 from tfussell/dependabot/npm_and_yarn/node-fetch-2.6.1
Bump node-fetch from 2.6.0 to 2.6.1
2021-01-02 15:05:38 -05:00
Thomas Fussell
39071e6abe
Merge branch 'master' into dependabot/npm_and_yarn/node-fetch-2.6.1 2021-01-02 15:05:28 -05:00
Thomas Fussell
d913eec9f4
Merge pull request #512 from softmarch/issue-504-select-multiple-cells
Fixed multiple cell throw exception.
2021-01-02 15:05:09 -05:00
Thomas Fussell
4b91281280
Merge branch 'master' into issue-504-select-multiple-cells 2021-01-02 15:05:02 -05:00
Thomas Fussell
7e40e73601
Merge pull request #510 from softmarch/issue-509-count-missing
Fix the missing count of fonts and throw an exception.
2021-01-02 15:04:44 -05:00
Thomas Fussell
3f3bb97158
Merge branch 'master' into dependabot/npm_and_yarn/node-fetch-2.6.1 2021-01-02 15:03:50 -05:00
Thomas Fussell
647b5c07cb
Merge branch 'master' into issue-504-select-multiple-cells 2021-01-02 15:03:24 -05:00
Thomas Fussell
90868bdb2a
Merge branch 'master' into issue-509-count-missing 2021-01-02 15:02:37 -05:00
Thomas Fussell
10e0dd69f7
Merge pull request #508 from softmarch/issue-494-shared-string
Fix throwing exception when duplicate shared strings occur.
2021-01-02 15:01:49 -05:00
Thomas Fussell
c31b2aa51d
Merge branch 'master' into issue-494-shared-string 2021-01-02 15:01:41 -05:00
Thomas Fussell
71f00e8941
Merge pull request #507 from softmarch/feature/hidden-sheet
Add the function of getting table hidden attributes.
2021-01-02 14:58:55 -05:00
Thomas Fussell
08e51ccdc0
Merge branch 'master' into feature/hidden-sheet 2021-01-02 14:58:47 -05:00
Thomas Fussell
bfbfd6e94f
Merge pull request #506 from softmarch/issue_503_external_link
Fixed an exception thrown when parsing external links.
2021-01-02 14:58:28 -05:00
Thomas Fussell
f6e43a312d
Merge branch 'master' into feature/hidden-sheet 2021-01-02 14:57:12 -05:00
Thomas Fussell
dd215794db
Merge branch 'master' into issue_503_external_link 2021-01-02 14:54:31 -05:00
Thomas Fussell
4bd0f4df56
Merge pull request #501 from softmarch/issue-498-extlist
Fixed an exception that was thrown when the property's namespace is a web address.
2021-01-02 14:46:43 -05:00
Thomas Fussell
51406e4755
Merge pull request #428 from Johann1994/master
sharedstring table #427
2021-01-02 14:46:16 -05:00
Thomas Fussell
566d83d447
Merge branch 'master' into master 2021-01-02 14:41:10 -05:00
Thomas Fussell
b6d566f1f7
Merge branch 'master' into time-struct-warning 2021-01-02 14:39:00 -05:00
Thomas Fussell
140e280210
Merge pull request #534 from tfussell/circleci
Translate travis to circleci
2021-01-02 14:38:47 -05:00
Thomas Fussell
e702e7e68b remove requires 2021-01-02 12:50:27 -05:00
Thomas Fussell
27e95fd7a8 Merge branch 'circleci' of github.com:tfussell/xlnt into circleci 2021-01-02 12:49:43 -05:00
Thomas Fussell
e6ecd04265 use smaller image 2021-01-02 12:49:36 -05:00
Thomas Fussell
48b3fc7383
Merge branch 'master' into circleci 2021-01-02 12:36:31 -05:00