Crzyrndm
d81555dbae
Add "bestFit" column attribute serialisation
2018-06-24 10:13:27 +12:00
Crzyrndm
4cfb74443c
fixing build warnings
2018-06-23 22:43:11 +12:00
Crzyrndm
3eb06bac0d
serialisation of custom row format property added
2018-06-23 22:29:57 +12:00
Crzyrndm
fe90c9d488
Fix build errors and warnings
2018-06-23 21:08:12 +12:00
Crzyrndm
07ea740d11
Add the ext_list class for parsing extLst xml elements to/from
...
-- no tests as yet
2018-06-23 19:08:39 +12:00
Crzyrndm
fde3b90bda
implement overload of manifest::has_relationship(path, relation_id)
2018-06-23 13:19:34 +12:00
Crzyrndm
5817ef5cf0
Add serialisation of worksheet phonetic properties
2018-06-23 12:15:15 +12:00
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
Crzyrndm
1066b1007c
Fixed another embedded unicode sequence
2018-06-18 23:01:15 +12:00
Crzyrndm
15b3bd1b53
unicode escape sequence for libre office pwd
...
-- to encode: copy the string into unicodelookup.com. Take the hex representation and pad to 4 characters with '0's, prefixing each character with '\u'
2018-06-18 22:40:26 +12:00
Crzyrndm
9bbebe5fdd
Add __LINE__ to test assert failed messages
2018-06-18 22:40:25 +12:00
Crzyrndm
bd90cc4786
add brackets to macro expressions to ensure expected expansion results
2018-06-18 22:40:25 +12:00
Crzyrndm
6d16ffaddf
Final test report now includes the test failure message
2018-06-18 22:40:25 +12:00
Crzyrndm
cfef764ab9
Add exception message and test name to std::cout when a test fails
...
-- '*' doesn't help much when debugging
2018-06-18 22:40:25 +12:00
Crzyrndm
92ae444791
round trip unicode test had the same embedded encoding issue
2018-06-18 22:40:25 +12:00
Crzyrndm
fa2b20da99
fix encoding issues with unicode file test
...
-- unicode string literals don't seem to work in an obvious way. Embedding the encoding using the \u escape sequences (https://en.wikibooks.org/wiki/Unicode/Character_reference/0000-0FFF )
2018-06-18 22:40:24 +12:00
Crzyrndm
fc7c69a724
Base selection on Excel behaviour
...
-- sqref is a block of selected cells containing the active_cell (normally is just == active_cell)
-- active cell is the selected vell in this selection/view/pane
-- inactive selections use the top-left cell as the active_cell
2018-06-18 22:40:24 +12:00
Crzyrndm
6f13002ac6
set selection::sqref in freeze_panes
...
-- NOTE: It doesn't seem likely that these should be 'A1' in all cases (set to 'A1' because current tests demanded it). Purpose of this parameter needs clarification
-- NOTE: [xlnt::selection] needs appropriate ctor's once the purpose of the parameters can be clarified
2018-06-18 22:40:24 +12:00
Crzyrndm
4592b86746
Fix clear_row not clearing the row properties
...
-- worksheet_dimensions include rows with properties
2018-06-18 22:40:24 +12:00
Crzyrndm
b4e7832419
Fixes to cell hyper links
...
-- additional tests to cover both variants of the set function
-- additional tests to cover hyper links on cells with non-string data
-- modified hyper link set function to handle cells with non-string data
-- fixed test behaviour for a cell with no value (value is set to the string form of the link. Behaviour copied from Excel 2010)
2018-06-18 22:40:24 +12:00
Crzyrndm
04c0b4a1ca
Fix issues with the worksheet "title" setter.
...
-- Resolves two test failures caused by a crash when setting the title to the existing value removing the sheet from the 'sheet_title_rel_id_map_'
-- added empty title check
2018-06-18 22:40:23 +12:00
Thomas Fussell
e350a7734d
implement abspath and archid flags, fixes some serialization problems
2018-05-28 23:13:57 -04:00
Thomas Fussell
6eb16243ca
work on round-tripping for #230
2018-04-24 19:43:34 -04:00
Thomas Fussell
78ae9bbb89
specify path return value namespace to fix compiler error, closes #269
2018-04-24 18:06:30 -04:00
Thomas Fussell
ec1584240c
specify relationship member namespace to fix compiler error, closes #268
2018-04-24 18:03:55 -04:00
Thomas Fussell
50850ffb8a
work on round-tripping for #230
2018-04-24 17:58:17 -04:00
Thomas Fussell
617f7a2525
improve hyperlinks and style round tripping
2018-03-21 09:03:37 -04:00
Thomas Fussell
410e73d594
work on hyperlinks, x14 extentions, other round tripping silliness
2018-03-16 21:21:16 -04:00
Thomas Fussell
2426215801
implement sheet view serialization
2018-03-14 20:12:07 -04:00
Andrii Tkachenko
e05ce8fdc1
Directory build removed.
2018-02-17 06:53:47 +01:00
Andrii Tkachenko
074b176d33
workbook.hpp extra qualification typo fixed.
2018-02-17 06:06:39 +01:00
Andrii Tkachenko
e37f9bed9d
Visual Studio 2015 build files for Win32/x64 configurations. Source files references changed.
2018-02-14 06:57:14 +01:00
Andrii Tkachenko
51fbdbf56d
Visual Studio 2015 build files for Win32/x64 configurations. Include reference changed.
2018-02-14 06:46:24 +01:00
Andrii Tkachenko
34362f6353
Visual Studio 2015 build files for Win32/x64 configurations. Redundant configurations removed.
2018-02-14 06:33:46 +01:00
Andrii Tkachenko
467dc860c6
Visual Studio 2015 build files for Win32/x64 configurations. Very first working version.
2018-02-14 06:22:33 +01:00
Andrii Tkachenko
27f37d3111
Visual Studio 2015 build files for Win32/x64 configurations.
2018-02-13 19:59:06 +01:00
Andrii Tkachenko
7852a3c5dd
Visual Studio 2015 build files for Win32/x64 configurations.
2018-02-13 17:05:31 +01:00
Andrii Tkachenko
403605a536
xLnt. shared string performance optimization.
2018-02-08 09:52:10 +01:00
Andrii Tkachenko
cb55735644
xLnt. rich_text operator less fixed.
2018-02-08 09:51:50 +01:00
Andrii Tkachenko
3246d602c2
xLnt. Implemented operator less for: rich_text, rich_text_run, color, font, optional.
2018-02-08 08:05:41 +01:00
Andrii Tkachenko
55cf7a2bed
xlnt. rich_text copy constructor.
2018-02-08 07:24:58 +01:00
Andrii Tkachenko
f460bb2678
benchmarks. Rows/columns value/format performance.
2018-02-07 09:31:17 +01:00
Andrii Tkachenko
1aac106a40
Test of row/columns generation with random format.
2018-02-07 07:22:33 +01:00
Andrii Tkachenko
2459b336ef
benchmarks. Format benchmarks added. Load formats and styles benchmarks added.
2018-02-05 12:33:26 +01:00
Andrii Tkachenko
f918c6cfaf
benchmarks. Styles benchmarks updated with logs. Performance improved.
2018-02-05 10:51:01 +01:00
Andrii Tkachenko
1c50b35940
benchmarks. Styles benchmarks updated with logs. Performance improved.
2018-02-05 10:06:32 +01:00
Thomas Fussell
0f0d3de75f
implement sheetFormatPr, x14ac:dyDescent, reordering workbook rels so sheets come first after insertions
2018-01-26 14:32:00 -05:00
Thomas Fussell
90633d0e8e
copyright year bump (2018)
2018-01-22 09:38:48 -05:00
Thomas Fussell
c960453ff4
prevent supression of failing round-trip tests
2017-12-10 15:03:03 -05:00
Thomas Fussell
44a8c8e79e
minor reformatting
2017-12-09 16:04:44 -05:00