Thomas Fussell
|
e4ec1a2850
|
use system packages for zlib, cryptopp, and cxxtest. WIP [ci skip]
|
2017-01-21 10:12:08 -05:00 |
|
Thomas Fussell
|
a2bfdee2f2
|
intermediate commit
|
2017-01-21 09:04:10 -05:00 |
|
Thomas Fussell
|
1d34d966a8
|
clean up readme, move technical stuff to separate documentation website
|
2017-01-19 08:59:46 -05:00 |
|
Thomas Fussell
|
472dd85026
|
use slate instead of sphinx for documentation
|
2017-01-19 08:37:40 -05:00 |
|
Thomas Fussell
|
7e391d9ef2
|
update logo location
|
2017-01-16 20:46:30 -05:00 |
|
Thomas Fussell
|
72470c6371
|
hardcode enum serialization/deserialization, improve metadata property comsumption
|
2017-01-16 13:05:19 -05:00 |
|
Thomas Fussell
|
13321a6740
|
try non-previous vs in appveyor
|
2017-01-16 10:17:54 -05:00 |
|
Thomas Fussell
|
571c0103b5
|
continue work on workbook metadata properties
|
2017-01-15 19:08:57 -05:00 |
|
Thomas Fussell
|
f18e9dbc09
|
begin work on handling properties correctly
|
2017-01-14 14:09:01 -05:00 |
|
Thomas Fussell
|
753597510d
|
Merge branch 'master' of https://github.com/sukoi26/xlnt into sukoi26-master
|
2017-01-10 20:28:06 -05:00 |
|
Thomas Fussell
|
2991872778
|
clean up namespace handling in consumer and producer, improve stylesheet consumption
|
2017-01-10 20:25:59 -05:00 |
|
Thomas Fussell
|
3acd06b857
|
get relationship strings up to spec, closes #106
|
2017-01-10 20:25:11 -05:00 |
|
Thomas Fussell
|
bef9effa12
|
shift relationship ids down by one after deleting one to maintain contiguity, fixes #104
|
2017-01-10 22:14:33 +01:00 |
|
Thomas Fussell
|
a66c0d1f3e
|
remove two more linux-specific overloads and fix the call that was requiring them
|
2017-01-10 22:14:33 +01:00 |
|
Thomas Fussell
|
ce138d71cd
|
bump dynamic library version to 0.9.3 (forgot to update it after 0.9.1)
|
2017-01-10 22:14:33 +01:00 |
|
Thomas Fussell
|
7100b64e45
|
remove long long overloads for cell::value, let's see if this breaks anything
|
2017-01-10 22:14:33 +01:00 |
|
Thomas Fussell
|
bc91bccc3a
|
rename zip to zstream in tests too
|
2017-01-10 22:14:33 +01:00 |
|
Thomas Fussell
|
90c7e929a9
|
clean up test xml_helper, rename zip to zstream
|
2017-01-10 22:14:33 +01:00 |
|
Thomas Fussell
|
44b11d342c
|
shift relationship ids down by one after deleting one to maintain contiguity, fixes #104
|
2017-01-08 14:12:55 -05:00 |
|
Thomas Fussell
|
e9c8116b0d
|
remove two more linux-specific overloads and fix the call that was requiring them
|
2017-01-05 08:09:08 -05:00 |
|
Thomas Fussell
|
1047a35581
|
bump dynamic library version to 0.9.3 (forgot to update it after 0.9.1)
|
2017-01-05 07:47:52 -05:00 |
|
Thomas Fussell
|
a0dea36605
|
remove long long overloads for cell::value, let's see if this breaks anything
|
2017-01-04 21:15:29 -05:00 |
|
Thomas Fussell
|
cc5952ec19
|
rename zip to zstream in tests too
|
2017-01-04 21:14:37 -05:00 |
|
Thomas Fussell
|
cc1a5e15f6
|
clean up test xml_helper, rename zip to zstream
|
2017-01-04 19:02:31 -05:00 |
|
sukoi26
|
32d3e7a61c
|
Update xlsx_consumer.cpp
|
2017-01-04 18:53:45 +01:00 |
|
Thomas Fussell
|
45428c7f2b
|
update copyright dates for 2017
|
2017-01-02 20:35:18 -05:00 |
|
Thomas Fussell
|
c43561b4bd
|
remove calcChain when no formulae remain in any cell, correct calcChain relationship type string, closes #98
|
2017-01-02 19:13:38 -05:00 |
|
Thomas Fussell
|
34304fd9c7
|
define worksheet::add_row_properties, closes #97
|
2017-01-02 18:36:33 -05:00 |
|
Thomas Fussell
|
186ec184e2
|
Merge branch 'master' of github.com:tfussell/xlnt
|
2017-01-02 18:32:17 -05:00 |
|
Thomas Fussell
|
e4d18b5603
|
skip optional protection attributes if they're not present, closes #93
|
2017-01-02 18:32:10 -05:00 |
|
Thomas Fussell
|
ffdf570907
|
remove incorrect link on static build
|
2017-01-02 18:19:24 -05:00 |
|
Thomas Fussell
|
8362913aa6
|
export workbook properties template specializations correctly
|
2017-01-02 18:09:51 -05:00 |
|
Thomas Fussell
|
78d67ec37d
|
add test xlsx for custom properties consumption
|
2017-01-02 17:42:54 -05:00 |
|
Thomas Fussell
|
afbab819c4
|
implement consumption of vt:lpwstr custom properties
|
2017-01-02 17:42:16 -05:00 |
|
Thomas Fussell
|
42c9233ad9
|
compile and link third-party amalgamation as a static lib instead of object files and fix clang warnings in cryptopp
|
2017-01-02 17:41:39 -05:00 |
|
Thomas Fussell
|
913507dda6
|
Merge branch 'master' of http://github.com/tfussell/xlnt
|
2017-01-02 14:47:31 -05:00 |
|
Thomas Fussell
|
5ea76c7292
|
remove rdrand since it calls some asm functions incorrectly
|
2017-01-02 14:47:22 -05:00 |
|
Thomas Fussell
|
2229c54427
|
specify g++ version
|
2017-01-02 14:03:48 -05:00 |
|
Thomas Fussell
|
3215e3a472
|
simplify travis build for now
|
2017-01-02 13:57:56 -05:00 |
|
Thomas Fussell
|
38cb446e3e
|
remove cryptopp-object from static xlnt
|
2017-01-02 12:03:22 -05:00 |
|
Thomas Fussell
|
ccd2a0eb1e
|
finally figure out how to build cryptopp directly rather than as an external project, time to test on other platforms
|
2017-01-02 10:47:54 -05:00 |
|
Thomas Fussell
|
ab1af4f73e
|
apparently evaluation order is unspecified for assignment causing an off-by-one in gcc
|
2017-01-01 18:16:38 -05:00 |
|
Thomas Fussell
|
cdb97fda82
|
try that again
|
2017-01-01 09:12:01 -05:00 |
|
Thomas Fussell
|
7a7d44b693
|
use make_pair instead of braced initializer in rich_text constructor
|
2016-12-31 20:15:44 -05:00 |
|
Thomas Fussell
|
760f95e2df
|
clean up cell deserialization for #103
|
2016-12-31 20:05:10 -05:00 |
|
Thomas Fussell
|
7de0b05480
|
fix zip header error when unzipping for #103
|
2016-12-31 19:15:09 -05:00 |
|
Thomas Fussell
|
398bf7a3bb
|
remove potentially problematic methods on optional, fix windows build
|
2016-12-29 19:00:27 -05:00 |
|
Thomas Fussell
|
294fc8f3b7
|
Merge pull request #102 from topillar/patch-1
Update README.md
|
2016-12-29 18:37:42 -05:00 |
|
Thomas Fussell
|
66b5187e73
|
stop trying to produce non-excel style xlsx files
|
2016-12-29 18:36:29 -05:00 |
|
Thomas Fussell
|
c637f412b6
|
continue working through xml problems as a result of fixing xml comparison
|
2016-12-26 09:38:26 -05:00 |
|