xlnt/source
Crzyrndm 5a14d7b9d1 suppress conversion warnings
-- tolower takes chars and returns chars, types are int because C only deals with ints
-- format parameter is size_t but there is no std parsing function that returns size_t. stoull is used instead as the widest alternative, and then the cast is applied to suppress the conversion warnings
2018-06-18 23:24:13 +12:00
..
cell suppress conversion warnings 2018-06-18 23:24:13 +12:00
detail suppress conversion warnings 2018-06-18 23:24:13 +12:00
packaging implement sheetFormatPr, x14ac:dyDescent, reordering workbook rels so sheets come first after insertions 2018-01-26 14:32:00 -05:00
styles work on round-tripping for #230 2018-04-24 17:58:17 -04:00
utils copyright year bump (2018) 2018-01-22 09:38:48 -05:00
workbook implement abspath and archid flags, fixes some serialization problems 2018-05-28 23:13:57 -04:00
worksheet Base selection on Excel behaviour 2018-06-18 22:40:24 +12:00
CMakeLists.txt add option to enable linking with static C runtime when compiling with MSVC, #214 2017-09-13 10:20:51 -04:00