Thomas Fussell
|
4e2c0c0ffb
|
use column width adjustment as specified in standard so that width in Excel on Windows matches value in xlnt, #193
|
2017-08-18 21:38:10 -04:00 |
|
Thomas Fussell
|
eaaa310cef
|
start implementing xlsx2arrow params
|
2017-07-19 17:21:55 -07:00 |
|
Thomas Fussell
|
8d051e36e5
|
fix remaining clang warnings. so many static_casts...
|
2017-07-17 22:24:00 +00:00 |
|
Thomas Fussell
|
b98f8c4fe7
|
don't cast integral long double to ptrdiff_t before writing to xml, fixes #188
|
2017-07-16 11:16:09 -07:00 |
|
Thomas Fussell
|
e38b1cdd69
|
fix gcc warnings
|
2017-07-09 16:44:00 +00:00 |
|
Thomas Fussell
|
f97ad6c1bd
|
start working on streaming write
|
2017-07-04 17:52:46 -07:00 |
|
Thomas Fussell
|
6777982f08
|
clarify target_mode namespace
|
2017-07-02 19:17:14 -07:00 |
|
Thomas Fussell
|
9f95894372
|
use unique_ptr constructor instead of make_unique (C++14+ only)
|
2017-07-02 19:10:22 -07:00 |
|
Thomas Fussell
|
456b9bbd80
|
specify hash to use (scoped_enum_hash) for variant::type hash table
|
2017-07-02 19:00:37 -07:00 |
|
Thomas Fussell
|
245f5117d3
|
don't use string_literal for now
|
2017-07-02 18:56:00 -07:00 |
|
Thomas Fussell
|
e104c6a9b6
|
specify namespace in friend declaration
|
2017-07-02 18:54:32 -07:00 |
|
Thomas Fussell
|
56d744b6f9
|
start cleaning up code
|
2017-06-25 09:29:45 -04:00 |
|
Thomas Fussell
|
fdd91f817f
|
basic streaming read works now, just need to clean up the logic
|
2017-06-24 22:07:37 -04:00 |
|
Thomas Fussell
|
6f716c6e89
|
work on streaming cell reading, using ugly copy-pasted code for now [ci
skip]
|
2017-06-24 11:39:48 -04:00 |
|
Thomas Fussell
|
3153600768
|
read worksheet xml correctly
|
2017-06-22 08:56:01 -04:00 |
|
Thomas Fussell
|
72b8bd6b67
|
work out how to handle worksheet rels during streaming parsing
|
2017-06-21 09:17:06 -04:00 |
|
Thomas Fussell
|
a9fd6b064e
|
minor fixes to get it to compile. lots of failing tests for now...
|
2017-06-20 13:29:50 -04:00 |
|
Thomas Fussell
|
d7e7526beb
|
add failing tests and begin restructuring worksheet reading [ci skip]
|
2017-06-17 10:53:37 -04:00 |
|
Thomas Fussell
|
2305eae8b6
|
pass streaming arg to read_part
|
2017-06-16 09:11:42 -04:00 |
|
Thomas Fussell
|
7834b564f4
|
handle absolute relationship targets the correct way
|
2017-06-16 09:11:24 -04:00 |
|
Thomas Fussell
|
7b391321f6
|
Merge branch 'master' into feature/streaming
|
2017-06-15 18:10:37 -04:00 |
|
Thomas Fussell
|
342184139f
|
intermediate commit
|
2017-06-15 18:10:27 -04:00 |
|
Thomas Fussell
|
cae6276b23
|
prevent exception from being thrown when a view doesn't contain window attributes
|
2017-06-14 15:45:01 -04:00 |
|
Thomas Fussell
|
d2be054b7c
|
optimize shared strings and handle formula strings correctly
|
2017-05-10 08:44:25 -04:00 |
|
Thomas Fussell
|
b851d1c143
|
prevent share string formatting from being overwritten during consumption
|
2017-05-09 09:01:01 -04:00 |
|
Thomas Fussell
|
f0b1e789a3
|
use xml:space=preserve when writing shared strings with trailing whitespace
|
2017-05-09 08:46:12 -04:00 |
|
Thomas Fussell
|
7ddd290e92
|
ignore dateCompatibility attribute too
|
2017-05-08 11:38:10 -04:00 |
|
Thomas Fussell
|
4aff818a87
|
kepp calcChain relationship, but don't actually write file to prevent excel file recovery warning
|
2017-05-08 10:51:56 -04:00 |
|
Thomas Fussell
|
a37a1e102a
|
handle all workbookPr attributes according to ecma 376
|
2017-05-08 10:50:33 -04:00 |
|
Thomas Fussell
|
a5c0d03bcc
|
fix windows dll problem due to not exporting vector_streambufs
|
2017-04-30 23:25:57 -04:00 |
|
Thomas Fussell
|
ee642fc6c1
|
getting there
|
2017-04-30 20:21:47 -04:00 |
|
Thomas Fussell
|
4da901d387
|
forgot to commit new vector_streambuf source file
|
2017-04-30 17:37:35 -04:00 |
|
Thomas Fussell
|
f42d3eee74
|
move vector_streambuf definitions to a separate file, fix zip buffer bug
|
2017-04-29 12:29:41 -04:00 |
|
Thomas Fussell
|
f5b5d67594
|
wip
|
2017-04-28 17:56:05 -04:00 |
|
Thomas Fussell
|
bb91308dd4
|
work in progress
|
2017-04-26 12:02:49 -04:00 |
|
Thomas Fussell
|
b2a5110939
|
organize detail files, start wiring up encryption logic
|
2017-04-20 14:03:03 -04:00 |
|