JCrawfy
|
06801f7d36
|
derp, need typename too
|
2020-04-26 15:54:49 +12:00 |
|
JCrawfy
|
6c5a5a5dae
|
and same issue with is_convertible
|
2020-04-26 15:49:05 +12:00 |
|
JCrawfy
|
f1042c5119
|
enable_if_t isn't a thing in C++11
|
2020-04-26 15:47:53 +12:00 |
|
JCrawfy
|
504fed3585
|
another missing header
|
2020-04-26 15:40:56 +12:00 |
|
JCrawfy
|
d30e705f83
|
fix most (all?) the places where string<->double conversions are performed
strod / stod / to_string and all related friends are dependant on current locale for how they format a number
|
2020-04-25 14:00:58 +12:00 |
|
JCrawfy
|
39f498f401
|
use the new faster serialisation everywhere in xlsx_producer
|
2020-03-01 22:01:53 +13:00 |
|
Thomas Fussell
|
e8ee585897
|
bump copyright year to 2020
|
2020-02-08 12:12:59 -05:00 |
|
Thomas Fussell
|
40baecdf02
|
Merge branch 'images' of https://github.com/kostasdizas/xlnt into kostasdizas-images
|
2019-07-06 14:02:24 -04:00 |
|
Kostas Dizas
|
61639c7275
|
Added write_rich_text method to xlsx_producer
This eliminates some duplicate code as reported in #165
|
2018-10-12 19:56:09 +01:00 |
|
Kostas Dizas
|
698b40c54c
|
Added basic support for embedded images
|
2018-10-12 13:52:30 +01:00 |
|
Thomas Fussell
|
90633d0e8e
|
copyright year bump (2018)
|
2018-01-22 09:38:48 -05:00 |
|
Thomas Fussell
|
f97ad6c1bd
|
start working on streaming write
|
2017-07-04 17:52:46 -07: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
|
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
|
b2a5110939
|
organize detail files, start wiring up encryption logic
|
2017-04-20 14:03:03 -04:00 |
|