sukoi26
167c14e908
attribute "quotePrefix" in style
...
skip temporary , to analyze the using
2017-02-13 15:01:42 +01:00
sukoi26
0c517a9b0a
autofilter complex type
...
a filter is a complex type to manage
<autoFilter ref="A1:D25">
<filterColumn colId="0">
<filters>
<filter val="Southeast" />
<filter val="Northeast" />
</filters>
</filterColumn>
</autoFilter>
2017-02-13 13:41:35 +01:00
Thomas Fussell
84011553a8
rename some things and fix some formatting
2017-02-10 20:22:38 -08:00
sukoi26
3fee3f0eb5
skip comment "shapeId"
2017-02-07 15:13:34 +01:00
sukoi26
d7486830a6
comment changes anchor() , in element()
2017-02-06 23:00:45 +01:00
sukoi26
b83dcd6a1f
variant read, bool change take in account number(0,1) or text(false, true)
2017-01-27 23:48:27 +01:00
alaw
9262576f27
custom-properties bool variant change i4 to bool
2017-01-22 19:34:40 +01:00
Thomas Fussell
0c100e166a
fix up comments, hyperlinks, and formulae consumption tests
2017-01-21 19:12:26 -05:00
Thomas Fussell
72470c6371
hardcode enum serialization/deserialization, improve metadata property comsumption
2017-01-16 13:05:19 -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
90c7e929a9
clean up test xml_helper, rename zip to zstream
2017-01-10 22:14:33 +01: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
e4d18b5603
skip optional protection attributes if they're not present, closes #93
2017-01-02 18:32:10 -05:00
Thomas Fussell
afbab819c4
implement consumption of vt:lpwstr custom properties
2017-01-02 17:42:16 -05:00
Thomas Fussell
760f95e2df
clean up cell deserialization for #103
2016-12-31 20:05:10 -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
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
2a6f2d6e2e
handle xml:space, closes #95
2016-12-14 07:23:49 +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
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
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
fecd239fcf
fix some clang warning errors
2016-11-27 16:56:38 +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
daab3cf8ba
reformat xlsx_consumer.cpp
2016-11-19 17:19:38 -05:00
Thomas Fussell
dab1b0218d
begin cleaning up xml handling in consumer
2016-11-19 16:42:16 -05:00
Thomas Fussell
8bd725f2fa
ignore protectedRanges and make builtinId optional for styles, closes #82
2016-11-15 07:09:17 -06:00
Thomas Fussell
2618237678
fix #81
2016-11-14 20:14:42 -06:00
Thomas Fussell
b781aeb989
clean up comment reading and sketch out vml drawing reading
2016-11-13 11:52:39 -05:00
Thomas Fussell
f90e35e007
optimize format garbage collection and apply style fills to formats correctly, fixes #79 , fix cell iteration, closes #73 , add third-party licenses to LICENSE.md, update README, fix all clang and msvc warnings
2016-11-09 19:52:18 -05:00