xlnt/source/detail/implementations
Crzyrndm 0aeb6a0765 improved hyperlink implementation
- hyperlinks to cells and ranges are complete
- hyperlink::display is now set as well as the cell value (in excel these can be different)
-- if a cell is empty, display is equal to value text
-- if a cell has a value, display can be just about anything
- This version copies excel in that display is completely ignored once value is set
- All hyperlink tests are now part of the cell test suite (not the worksheet test suite which the majority were previously located)
2018-07-02 21:06:12 +12:00
..
cell_impl.cpp work on hyperlinks, x14 extentions, other round tripping silliness 2018-03-16 21:21:16 -04:00
cell_impl.hpp work on hyperlinks, x14 extentions, other round tripping silliness 2018-03-16 21:21:16 -04:00
conditional_format_impl.hpp organize detail files, start wiring up encryption logic 2017-04-20 14:03:03 -04:00
format_impl.hpp work on round-tripping for #230 2018-04-24 17:58:17 -04:00
formatting_record.hpp organize detail files, start wiring up encryption logic 2017-04-20 14:03:03 -04:00
hyperlink_impl.hpp improved hyperlink implementation 2018-07-02 21:06:12 +12:00
style_impl.hpp work on round-tripping for #230 2018-04-24 17:58:17 -04:00
stylesheet.hpp work on round-tripping for #230 2018-04-24 17:58:17 -04:00
workbook_impl.hpp Add the ext_list class for parsing extLst xml elements to/from 2018-06-23 19:08:39 +12:00
worksheet_impl.hpp Serialisation of sheetPr and printOptions elements 2018-06-24 14:02:01 +12:00