An interface to convert odML structues to and from table-like representations, such as spreadsheets
BSD 3-Clause "New" or "Revised" License
5
stars
10
forks
source link
Sorting of odml properties not always wanted #103
Open
morales-gregorio opened 5 years ago
Sorting is enforced in the generation of an odml document, but I would like to keep the order that I wrote in my original xls file.
I would suggest adding a sorting option to the
function. such that:
The same problem arises when using a csv file as a source, the same option could be added to both functions.
I do not know what problems this might cause to the gui.