ebroecker / pyreqif

should be a python implementation of reqif-format (import/export)
BSD 2-Clause "Simplified" License
32 stars 15 forks source link

REQIF to XLSX conversion => datatypes not preserved #19

Open laurentcabot opened 5 years ago

laurentcabot commented 5 years ago

TEST_List_and_CheckBoxes_DataTypes.zip The attached file contains one column with a list datatype and one column with a check box datatype: image RIF lists are converted to pure text in the Excel file and check box is converted to True / False. Is it possible to preserve the datatypes during conversion.

If yes, should be also applied to the reverse conversion XLSX to REQIF.

ebroecker commented 5 years ago

this is "by design" for now. Excel export is lossy. A full-feature export would need much more efford ...