sukoi26
8fa929256d
update quotePrefix location , add pivotButton
2017-02-13 16:28:32 +01:00
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
Thomas Fussell
81258f1498
Merge branch 'sukoi26-master'
2017-02-10 13:12:02 -08:00
sukoi26
b0664ded17
update check extension with xlnt function
2017-02-09 13:33:23 +01:00
sukoi26
4678048c21
check file extension workbook .xlsx
2017-02-07 22:49:02 +01: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
26eacce248
font change for charset, outline shadow
2017-02-06 22:54:09 +01:00
Thomas Fussell
85a3f2d60a
add a custom property to the condensed file
2017-02-03 19:40:39 -06:00
Thomas Fussell
89be3d83df
instead of always writing at least one style, don't write cellStyleXfs and cellStyles at all when there are no styles defined
2017-02-03 19:40:13 -06:00
Thomas Fussell
101c36802e
Merge commit '09d95616833bde0975bf391ebce9a94b63b14f32'
2017-02-03 19:29:13 -06:00
Thomas Fussell
5936b1e6af
Merge commit 'b83dcd6a1f98965cb02750c21d15eb950a828c77'
2017-02-03 18:38:44 -06:00
sukoi26
09d9561683
update problem on char latest commit
2017-01-28 10:02:02 +01:00
sukoi26
078fab6953
problem char latest change
2017-01-28 00:15:18 +01:00
sukoi26
833d5e81ae
problem char on latest change
2017-01-28 00:13:03 +01:00
sukoi26
a1cf2fefd2
update for style xfs
...
on file xl\styles.xml file find <cellStyleXfs count="0"/>
problem need count 1
2017-01-28 00:08:06 +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
Thomas Fussell
e14e595b6a
document some things
2017-01-27 23:41:05 +01:00
Thomas Fussell
9907f5a8c8
re-enable round-trip tests, continue condensing test files
2017-01-27 23:41:05 +01:00
Thomas Fussell
82d5f623de
document some things
2017-01-26 19:57:19 -05:00
Thomas Fussell
7a18c816b6
re-enable round-trip tests, continue condensing test files
2017-01-22 14:54:07 -05: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
1858752a13
Merge branch 'master' of github.com:tfussell/xlnt
2017-01-21 18:40:16 -05:00
Thomas Fussell
0def63d86f
compile libstudxml as pic when building shared xlnt [ci skip]
2017-01-21 18:38:58 -05:00
Thomas Fussell
e47baaf008
begin condensing test files, no reason to have so many [ci skip]
2017-01-21 11:35:47 -05:00
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
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