Open amoe opened 5 years ago
The type of ySplit in the pane is set as row_t, but it should be some fractional type. This causes the following error.
ySplit
pane
row_t
terminate called after throwing an instance of 'xml::parsing' what(): xl/worksheets/sheet2.xml:2:656: error: invalid value '1.0'
https://docs.microsoft.com/en-us/previous-versions/office/developer/office-2010/cc880269(v%3Doffice.14)
https://github.com/tfussell/xlnt/blob/master/source/detail/serialization/xlsx_consumer.cpp#L515
This document was generated by exporting from Google Docs.
I only wrote the xSplit and ySplit handling code for pane freezing. I didn't know that there were other kinds of non-integer splits. I'm working on this now.
xSplit
The type of
ySplit
in thepane
is set asrow_t
, but it should be some fractional type. This causes the following error.https://docs.microsoft.com/en-us/previous-versions/office/developer/office-2010/cc880269(v%3Doffice.14)
https://github.com/tfussell/xlnt/blob/master/source/detail/serialization/xlsx_consumer.cpp#L515
This document was generated by exporting from Google Docs.