Thomas Fussell
|
7a991da9df
|
Merge branch 'master' of http://github.com/tfussell/xlnt
|
2017-01-21 10:29:32 -05:00 |
|
Thomas Fussell
|
22c1f08b83
|
fix custom property pids
|
2017-01-21 10:29:23 -05:00 |
|
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
|
72470c6371
|
hardcode enum serialization/deserialization, improve metadata property comsumption
|
2017-01-16 13:05:19 -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
|
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
|
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
|
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
|
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
|
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
|
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
|
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 |
|
Thomas Fussell
|
c8f2ca204b
|
clang-format all source files, fix broken test helpers--lots of cleanup necessary as a result [ci skip]
|
2016-12-24 10:04:57 -05:00 |
|
Thomas Fussell
|
6c32563d18
|
rename formatted_text to rich_text to match the spec, also text_run to rich_text_run
|
2016-12-23 06:52:02 -05:00 |
|
Thomas Fussell
|
244314d426
|
rename formatted_text to rich_text to match the spec, also text_run to rich_text_run
|
2016-12-23 06:51:30 -05:00 |
|
Thomas Fussell
|
008461bf60
|
finish full header/footer implementation, add support for page breaks, clean up row/column properties interface
|
2016-12-22 18:57:22 -05:00 |
|
Thomas Fussell
|
cd7c11a4ea
|
Merge branch 'master' of github.com:tfussell/xlnt
|
2016-12-17 00:19:30 +01:00 |
|
Thomas Fussell
|
8427db5d46
|
fix cmake configuration for xcode generator
|
2016-12-17 00:18:28 +01:00 |
|
Thomas Fussell
|
886605d643
|
fix msvc build with some defines
|
2016-12-15 08:27:16 +01:00 |
|
Thomas Fussell
|
eafad0ad49
|
use scoped_enum_hash in xlsx_producer too
|
2016-12-14 11:39:59 +01:00 |
|
Thomas Fussell
|
d9404888a9
|
don't used empty braced initializer for z_stream_s to avoid gcc warning, it should be fine uninitialized [ci skip]
|
2016-12-14 11:39:38 +01:00 |
|
Thomas Fussell
|
e250174d1f
|
define hash struct for scoped enum for header_footer's unordered_map
|
2016-12-14 11:25:18 +01:00 |
|
Thomas Fussell
|
414fe5da39
|
suppress dev warnings in cryptopp cmake, locate python more flexibly using find_package
|
2016-12-14 08:27:09 +00:00 |
|
Thomas Fussell
|
677c55156c
|
centralize default case handling into its own header and apply it in number_formatter to fix warning
|
2016-12-14 07:58:15 +00:00 |
|
Thomas Fussell
|
db940fedc5
|
remove unused variable in pole
|
2016-12-14 07:56:51 +00:00 |
|
Thomas Fussell
|
2a6f2d6e2e
|
handle xml:space, closes #95
|
2016-12-14 07:23:49 +00:00 |
|
Thomas Fussell
|
8dc374a1bb
|
fix aes decryption
|
2016-12-13 23:48:02 +00:00 |
|
Thomas Fussell
|
b9a02916cf
|
change from botan to cryptopp
|
2016-12-13 22:48:38 +00:00 |
|
Thomas Fussell
|
e0ce0fb279
|
get workbook.xml up to spec, closes #92
|
2016-12-10 19:46:21 +00:00 |
|
Thomas Fussell
|
beca771ef2
|
ensure all unused formula attributes are skipped for #88
|
2016-12-10 19:07:07 +00:00 |
|
Thomas Fussell
|
a8eadc1df5
|
skip hyperlink attributes for #88
|
2016-12-10 19:04:35 +00:00 |
|
Thomas Fussell
|
c8e7df6289
|
fix a few more warnings [ci skip]
|
2016-12-10 18:39:51 +00:00 |
|
Thomas Fussell
|
d0ef4333b4
|
get horizontal and vertical alignment up to spec, handle enum serialization more correctly for #90
|
2016-12-10 18:22:26 +00:00 |
|
Thomas Fussell
|
e1157625a5
|
begin refining headers and footers, remove dependency on pugixml
|
2016-12-10 00:18:50 +00:00 |
|
Thomas Fussell
|
860ad43506
|
clang format headers
|
2016-12-04 13:29:10 +01:00 |
|
Thomas Fussell
|
f33e887012
|
I really should set up a Linux VM one of these days
|
2016-12-03 21:39:03 +01:00 |
|
Thomas Fussell
|
4dc9f7dfa6
|
now we're getting somewhere
|
2016-12-03 21:35:09 +01:00 |
|
Thomas Fussell
|
30776eb77c
|
let's just get rid of the method
|
2016-12-03 21:31:48 +01:00 |
|
Thomas Fussell
|
07d31cdbb3
|
fix more types and turn on benchmarks build on appveyor and travis
|
2016-12-03 16:46:48 +01:00 |
|
Thomas Fussell
|
d1d96be48f
|
elaborate type in stylesheet
|
2016-12-03 16:35:48 +01:00 |
|
Thomas Fussell
|
9514984d42
|
getting closer
|
2016-12-03 16:31:10 +01:00 |
|
Thomas Fussell
|
2fe649146b
|
fix msvc warning which also indicated a bug
|
2016-12-03 12:07:05 +01:00 |
|
Thomas Fussell
|
eff00f9540
|
specify enum class type differently for msvc build
|
2016-12-03 10:46:11 +01:00 |
|
Thomas Fussell
|
c55aac9ecf
|
rename getters and setters to the property name, many breaking changes\!
|
2016-12-02 14:37:50 +01:00 |
|
Thomas Fussell
|
a1ff8c0ed2
|
parse relationship mode and implement reading hyperlinks, closes #87
|
2016-11-30 01:05:47 +01:00 |
|
Thomas Fussell
|
d9b1fef34f
|
continue cleaning up xlsx_consumer
|
2016-11-30 00:31:06 +01:00 |
|
Thomas Fussell
|
7694c66f08
|
I give up for now
|
2016-11-27 19:12:38 +01:00 |
|
Thomas Fussell
|
7162f265c1
|
debug gcc exception
|
2016-11-27 18:47:37 +01:00 |
|
Thomas Fussell
|
ec42f3c3ac
|
debug gcc exception
|
2016-11-27 18:41:46 +01:00 |
|
Thomas Fussell
|
85f62083c9
|
fix comment styles
|
2016-11-27 18:32:00 +01:00 |
|
Thomas Fussell
|
03762be3a1
|
debug gcc exception
|
2016-11-27 18:11:32 +01:00 |
|
Thomas Fussell
|
267bd4b096
|
debug gcc exception
|
2016-11-27 18:02:19 +01:00 |
|
Thomas Fussell
|
585a0b528f
|
debug gcc exception
|
2016-11-27 17:58:12 +01:00 |
|
Thomas Fussell
|
b5693d49e6
|
debug gcc exception
|
2016-11-27 17:37:12 +01:00 |
|
Thomas Fussell
|
cdc6c2d4cf
|
debug gcc exception
|
2016-11-27 17:32:20 +01:00 |
|
Thomas Fussell
|
5d1d1d43bc
|
use exact float comparison in number formatter for now
|
2016-11-27 17:06:00 +01:00 |
|
Thomas Fussell
|
fecd239fcf
|
fix some clang warning errors
|
2016-11-27 16:56:38 +01:00 |
|
Thomas Fussell
|
d353bbf42c
|
declare/define static const member correctly
|
2016-11-27 16:01:23 +01:00 |
|
Thomas Fussell
|
7ac3d8a612
|
fix out of bounds error in mwvc and gcc by creating a temporary vector during decryption
|
2016-11-27 15:47:12 +01:00 |
|
Thomas Fussell
|
49860895ce
|
fix typename outside of template error in msvc
|
2016-11-27 15:44:41 +01:00 |
|
Thomas Fussell
|
1ff174a0c9
|
ignore optional formula attributes
|
2016-11-27 09:41:03 +01:00 |
|
Thomas Fussell
|
26b0302aac
|
clean up comment parsing
|
2016-11-27 09:35:21 +01:00 |
|
Thomas Fussell
|
91ea4d81ad
|
specify initializer list type (why is this needed?)
|
2016-11-25 13:47:49 +00:00 |
|
Thomas Fussell
|
2cc3f7947a
|
clean up xml parsing, fix numbers xlsx decryption, unskip some tests
|
2016-11-25 13:13:55 +00:00 |
|
Thomas Fussell
|
6653568a1c
|
ignore sortState element in worksheet for #84
|
2016-11-21 01:45:38 -05:00 |
|
Thomas Fussell
|
123d3df982
|
handle multiple consecutive character events arising from buffer boundaries, #83
|
2016-11-20 19:38:58 -05:00 |
|
Thomas Fussell
|
2bfd909684
|
skip codeName attribute for #83
|
2016-11-20 18:36:52 -05:00 |
|
Thomas Fussell
|
ec6a010f8a
|
remove unused modules and update documentation
|
2016-11-20 11:06:52 -05:00 |
|
Thomas Fussell
|
340a4b3195
|
add placeholder api comments for #28
|
2016-11-20 01:01:32 -05:00 |
|
Thomas Fussell
|
846ea8e0d6
|
add overload to worksheet::get_cell which accepts a column and row
|
2016-11-19 23:44:28 -05:00 |
|
Thomas Fussell
|
455be8fb5f
|
fix mingw build, closes #80
|
2016-11-19 19:41:21 -05:00 |
|
Thomas Fussell
|
daab3cf8ba
|
reformat xlsx_consumer.cpp
|
2016-11-19 17:19:38 -05:00 |
|
Thomas Fussell
|
c89b36f749
|
add missing include for std::function
|
2016-11-19 17:03:10 -05:00 |
|
Thomas Fussell
|
d393343c2e
|
reformat cell.cpp
|
2016-11-19 16:50:35 -05:00 |
|