Thomas Fussell
297b331435
Merge pull request #667 from Teebonne/patch-7
...
Disambiguation from other max/min functions
2022-12-03 11:45:01 -06:00
Thomas Fussell
80a692725c
Merge pull request #665 from Teebonne/patch-5
...
Fixes error LNK2019: unresolved external symbol
2022-12-03 10:34:23 -06:00
Thomas Fussell
3c948d8555
Merge pull request #663 from JonLiu1993/vcpkg-installition
...
Add vcpkg installation instructions
2022-12-03 10:28:48 -06:00
Thomas Fussell
a5bf4f57bd
Merge pull request #659 from Teebonne/patch-4
...
option OFF by default for building test executable
2022-12-03 10:28:06 -06:00
Jonliu1993
d9606cb0ae
Apply review suggesstion
2022-10-10 09:53:54 +08:00
Teebonne
f49bb7633e
Merge branch 'master' into patch-4
2022-10-09 17:02:12 +01:00
Teebonne
e9f937eefc
Update config.yml
2022-10-09 16:46:51 +01:00
Teebonne
d88a84ff1b
Update .appveyor.yml
2022-10-09 16:45:55 +01:00
Teebonne
9b752b7e0b
Merge branch 'master' into patch-7
2022-10-09 16:23:23 +01:00
Teebonne
e55ac4f896
Merge branch 'master' into patch-5
2022-10-09 16:15:11 +01:00
Thomas Fussell
f0801fb7c7
Merge pull request #658 from Teebonne/patch-3
...
Fixes warning C4127: conditional expression is constant
2022-10-09 09:32:59 -05:00
Thomas Fussell
1cd5357ddb
Merge pull request #657 from Teebonne/patch-2
...
Fixes float warnings
2022-10-09 09:30:59 -05:00
Thomas Fussell
d62b267448
Merge pull request #655 from musshorn/active_sheet
...
Added the ability to set the active sheet
2022-10-09 09:27:09 -05:00
Thomas Fussell
b96d986010
Merge pull request #654 from musshorn/master
...
Update documentation to make building from source clearer
2022-10-09 09:24:15 -05:00
Teebonne
73f518ca98
Disambiguation from other max/min functions
...
Disambiguation from other max/min functions
2022-09-08 20:42:17 +01:00
Teebonne
a6ff22e95b
Fixes error LNK2019: unresolved external symbol
...
This fixes the error LNK2019: unresolved external symbol "__declspec(dllimport) public: that I had.
2022-09-03 22:28:38 +01:00
Jonliu1993
381b33ecc7
Add vcpkg installation instructions
2022-09-01 14:41:44 +08:00
Teebonne
707abfb941
option OFF by default for building test executable
...
It seems better to leave the option OFF by default for building test executable
2022-08-30 00:45:23 +01:00
Teebonne
73962b8a79
Fixes warning C4127: conditional expression is constant
...
Fixes warning C4127: conditional expression is constant
2022-08-29 23:31:51 +01:00
Teebonne
2137a7a243
Fixes float warnings
...
Fixes warning C4305: 'initializing': truncation from 'double' to 'float'
Fixes warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
2022-08-29 22:17:42 +01:00
snippet
c21014c0fd
Added the ability to set the active sheet
...
Closes #653
2022-08-29 18:30:48 +10:00
snippet
1faa8b4990
Removed zip download, they don't work with submodules. Added vcpkg command
2022-08-24 08:25:38 +10:00
Thomas Fussell
fbae8cd6c1
Merge pull request #652 from tfussell/fix-merge-cell-count
...
Ignore merge cell count
2022-08-21 20:58:40 -05:00
Thomas Fussell
4c79627553
ignore merge cell count
2022-08-21 20:42:45 -05:00
Thomas Fussell
5620e5be7a
Merge pull request #651 from tfussell/fix-range-iterator-decrement
...
Fix bug in decrement method of range_iterator for column-major order
2022-08-21 20:39:49 -05:00
Thomas Fussell
d45e831f47
fix copy-and-paste bug
2022-08-21 11:18:20 -05:00
Thomas Fussell
c689943a63
Merge pull request #650 from tfussell/defined-names
...
Implement defined names
2022-08-21 11:09:55 -05:00
Thomas Fussell
a52bcd5fef
implement defined names
2022-08-21 10:57:02 -05:00
Thomas Fussell
f1107a5b0f
Merge pull request #649 from tfussell/fix-cell-reference-hash
...
Import functional in cell_reference.hpp to fix build
2022-08-13 15:21:48 -05:00
Thomas Fussell
8a5f208b3a
fix cell_reference hash import
2022-08-13 15:07:31 -05:00
Thomas Fussell
1945691bb6
Merge pull request #647 from tfussell/shared-array-formulas
...
Implement shared and array formulas
2022-08-13 13:38:01 -05:00
Thomas Fussell
bf92dd7640
implement shared and array formulas
2022-08-13 13:20:25 -05:00
Thomas Fussell
69a20f3627
Merge pull request #646 from tfussell/fix-unhandled-values-in-switch
...
Fix unhandled enumeration values in switch statement
2022-08-13 09:15:17 -05:00
Thomas Fussell
5c2fdff70f
fix unhandled enumeration values in switch statement
2022-08-13 08:52:32 -05:00
Thomas Fussell
538f80794c
Merge pull request #635 from Blakjak88/master
...
fix writing of missing showGridLines attribute to xlsx file
2022-08-07 14:12:15 -05:00
Blakjak88
6b5755af30
Update xlsx_producer.cpp
...
show_grid_lines() is default enabled in Excel so attribute should only be written when it is set to false.
Added 'if-statement' to check for 'false' before writing attribute.
2022-08-07 11:11:15 +08:00
Thomas Fussell
f3bbaa3eeb
Merge pull request #628 from softvise/softvise/patches
...
Fix format::number_format
2022-08-06 13:53:08 -05:00
Thomas Fussell
ef4dec6ebc
Merge pull request #617 from beached/patch-1
...
Missing include in number_formatter.cpp
2022-08-06 12:13:04 -05:00
Thomas Fussell
80cdf8ff46
Merge branch 'master' into patch-1
2022-08-06 12:11:05 -05:00
Thomas Fussell
8b0cd6a935
Merge pull request #618 from tfussell/dependabot/npm_and_yarn/minimist-1.2.6
...
Bump minimist from 1.2.5 to 1.2.6
2022-08-06 12:10:16 -05:00
Thomas Fussell
c70abb76d3
Merge branch 'master' into dependabot/npm_and_yarn/minimist-1.2.6
2022-08-06 12:10:07 -05:00
Thomas Fussell
93a46a867d
Merge pull request #634 from tfussell/dependabot/npm_and_yarn/node-fetch-2.6.7
...
Bump node-fetch from 2.6.1 to 2.6.7
2022-08-06 12:09:56 -05:00
dependabot[bot]
772cd8e9d2
Bump minimist from 1.2.5 to 1.2.6
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-08-06 17:05:20 +00:00
dependabot[bot]
baa41b9722
Bump node-fetch from 2.6.1 to 2.6.7
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-08-06 17:05:19 +00:00
Thomas Fussell
fea07a81d3
Merge pull request #645 from tfussell/dependabot/npm_and_yarn/ansi-regex-4.1.1
...
Bump ansi-regex from 4.1.0 to 4.1.1
2022-08-06 12:04:31 -05:00
dependabot[bot]
d35868d70f
Bump ansi-regex from 4.1.0 to 4.1.1
...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases )
- [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: ansi-regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-08-06 16:39:27 +00:00
Thomas Fussell
1d542f0d8b
Merge pull request #636 from tfussell/dependabot/npm_and_yarn/parse-url-6.0.2
...
Bump parse-url from 6.0.0 to 6.0.2
2022-08-06 11:39:05 -05:00
dependabot[bot]
bf0018899d
Bump parse-url from 6.0.0 to 6.0.2
...
Bumps [parse-url](https://github.com/IonicaBizau/parse-url ) from 6.0.0 to 6.0.2.
- [Release notes](https://github.com/IonicaBizau/parse-url/releases )
- [Commits](https://github.com/IonicaBizau/parse-url/commits )
---
updated-dependencies:
- dependency-name: parse-url
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-05 23:42:50 +00:00
Blakjak88
dbfed051c8
Update xlsx_producer.cpp
2022-07-05 12:53:47 +08:00
Markus Färber
cef67bdc45
Fix format::number_format
...
In case number_format() is called on a format that does not have
format ID set, number_format() dereferences
d_->parent->number_formats.end() causing a crash.
This might happen when calling cell::is_date() on a cell that has type
'number' without a number format but some other styling set.
This might never occur in spreadsheet files created by commercial
applications but xlnt certainly allows to create such a file.
We therefore fix number_format here by returning the general number
format as a fallback.
2022-05-10 14:50:20 +02:00