Thomas Fussell
|
1fe590d181
|
add missing include in main header, closes #38
|
2016-04-21 00:20:03 -04:00 |
|
Thomas Fussell
|
a4ef2b1060
|
Update README.md
|
2016-03-26 13:41:42 +08:00 |
|
Thomas Fussell
|
c4e3829da2
|
Merge branch 'master' of github.com:tfussell/xlnt
|
2016-03-14 11:50:41 +08:00 |
|
Thomas Fussell
|
1e045d7e95
|
implement more cell formatting
|
2016-03-14 11:46:01 +08:00 |
|
Thomas Fussell
|
4d2c68a575
|
remove accidental commit of debugging test
|
2016-03-10 17:35:16 +08:00 |
|
Thomas Fussell
|
5bf3a660fe
|
correct mixup between format and number_format
|
2016-03-10 17:34:54 +08:00 |
|
Thomas Fussell
|
5a9c18834d
|
work on round-tripping of a workbook with complex formatting
|
2016-03-10 17:12:51 +08:00 |
|
Thomas Fussell
|
1c6c36d1a0
|
adding multiple sheets invalidates previous handles, duh
|
2016-03-09 03:14:57 -05:00 |
|
Thomas Fussell
|
ce7b30d7ab
|
wrong header...
|
2016-03-09 14:02:14 +08:00 |
|
Thomas Fussell
|
bb1cbdb4ac
|
add missing header
|
2016-03-09 13:57:37 +08:00 |
|
Thomas Fussell
|
e401e42bee
|
use unambiguous constructor
|
2016-03-09 13:47:59 +08:00 |
|
Thomas Fussell
|
0c3a167f7c
|
implement app properties reading/writing, case-insenstive border enum->string conversions for some style enums
|
2016-03-09 11:32:32 +08:00 |
|
Thomas Fussell
|
e7b062bb4c
|
improve pane freezing, add print area and print title rows/cols, sync worksheet tests
|
2016-03-08 15:45:35 +08:00 |
|
Thomas Fussell
|
ad69dcb335
|
need to copy worksheet_ipml before modifying worksheet container, otherwise handle become invalid during realloc
|
2016-03-08 11:35:22 +08:00 |
|
Thomas Fussell
|
b56722ed65
|
fix unsigned signed conversion warning
|
2016-03-07 13:42:33 +08:00 |
|
Thomas Fussell
|
d11a545d3f
|
fix windows build
|
2016-03-07 13:28:52 +08:00 |
|
Thomas Fussell
|
ca6dea8cbc
|
update workbook tests
|
2016-03-06 10:39:50 +08:00 |
|
Thomas Fussell
|
a8be9fff32
|
start porting benchmarks
|
2016-02-06 10:04:41 -05:00 |
|
Thomas Fussell
|
74bfdb6f7d
|
clean up iterators
|
2016-01-24 11:15:49 -05:00 |
|
Thomas Fussell
|
34aa24bdd6
|
fix formatting
|
2016-01-17 22:23:31 -08:00 |
|
Thomas Fussell
|
15eeccf044
|
improve documentation
|
2016-01-17 20:11:51 -08:00 |
|
Thomas Fussell
|
06a903d8cb
|
fix travis
|
2016-01-16 21:33:15 -08:00 |
|
Thomas Fussell
|
f6411fd8f9
|
fix travis
|
2016-01-16 21:29:49 -08:00 |
|
Thomas Fussell
|
0649526796
|
improve build
|
2016-01-16 21:07:02 -08:00 |
|
Thomas Fussell
|
55987bdad7
|
add support for osx frameworks, move optional into source tree so it can be used in framework
|
2015-12-26 13:31:55 -05:00 |
|
Thomas Fussell
|
d62ad6731d
|
update copyright year
|
2015-12-24 17:10:02 -05:00 |
|
Thomas Fussell
|
a806997c22
|
add dll export to new hashable class
|
2015-12-24 16:27:27 -05:00 |
|
Thomas Fussell
|
40eb6c9cb6
|
fix missing header for std::runtime_error
|
2015-12-24 15:58:31 -05:00 |
|
Thomas Fussell
|
436c4bccbd
|
Merge pull request #36 from degaart/cmake-cxx-standard
use CMAKE_CXX_STANDARD
|
2015-12-24 15:54:05 -05:00 |
|
Thomas Fussell
|
34669fde87
|
Merge pull request #37 from degaart/master
added worksheet::has_cell
|
2015-12-24 15:53:12 -05:00 |
|
Thomas Fussell
|
537b76dd3f
|
clean up styles and hashing, add license boilerplate to all files, update readme, finish moving implementations to source files
|
2015-12-24 15:51:11 -05:00 |
|
degaart
|
c53bfa53bc
|
Merge branch 'worksheet--has_cell'
|
2015-12-24 10:00:56 +03:00 |
|
degaart
|
7f5b76447f
|
added worksheet::has_cell
Added method worksheet::has_cell to check wether a const-qualified
worksheet objecthas data for a given cell
|
2015-12-24 09:58:11 +03:00 |
|
degaart
|
b56df594ae
|
Use CMAKE_CXX_STANDARD
Use CMAKE_CXX_STANDARD to activate C++14 support in compilers
|
2015-12-23 09:25:18 +03:00 |
|
degaart
|
e5ce1fd2e6
|
Merge remote-tracking branch 'tfussell/master'
|
2015-12-23 08:53:44 +03:00 |
|
Thomas Fussell
|
7dc48c7c0b
|
fix issue #34
|
2015-12-22 14:39:41 -05:00 |
|
Thomas Fussell
|
1ec1b2ac83
|
add test to reproduce issue #34
|
2015-12-22 14:39:06 -05:00 |
|
Thomas Fussell
|
26d0ace151
|
fix #35 by using utfcpp for utf8 string validation
|
2015-12-22 14:23:47 -05:00 |
|
Thomas Fussell
|
31c903589f
|
add utfcpp submodule
|
2015-12-22 13:27:13 -05:00 |
|
Thomas Fussell
|
6cbe7c0bf9
|
fix msvc errors
|
2015-11-22 13:02:37 -05:00 |
|
Thomas Fussell
|
b2b9732a09
|
work on tests
|
2015-11-22 12:41:27 -05:00 |
|
Thomas Fussell
|
d749c563e5
|
add test for timedelta
|
2015-11-22 00:33:56 -05:00 |
|
Thomas Fussell
|
9c6b0d8d4e
|
forgot that I cd'd into build dir
|
2015-11-21 14:54:55 -05:00 |
|
Thomas Fussell
|
5138dcc615
|
figure out appveyor exe directory
|
2015-11-21 14:46:21 -05:00 |
|
Thomas Fussell
|
626e85eac8
|
vs puts the exe in a different directory
|
2015-11-21 14:36:23 -05:00 |
|
Thomas Fussell
|
eb961a91b9
|
fix missing header
|
2015-11-21 14:32:50 -05:00 |
|
Thomas Fussell
|
7cf246994e
|
fix appveyor submodule initialization
|
2015-11-21 14:29:07 -05:00 |
|
Thomas Fussell
|
4ba6b91b74
|
Merge branch 'master' of github.com:tfussell/xlnt
|
2015-11-21 14:26:15 -05:00 |
|
Thomas Fussell
|
0e5677611a
|
add appveyor
|
2015-11-21 14:26:08 -05:00 |
|
Thomas Fussell
|
7a3045c788
|
Update README.md
|
2015-11-21 14:21:52 -05:00 |
|