Re: enhancement request: 'shortest roundtripping' representation of values for file export - with patch proposal
Morten Welinder <[email protected]> Sun, 19 Dec 2021 20:23:15 -0500
| Newsgroups | gmane.comp.gnome.apps.gnumeric |
|---|---|
| Message-ID | <CANv4PNmOfEt95z7B=53VaaVEOb3g=jX8u7xJwLF9r5Uze2nO5A@mail.gmail.com> |
xls stores only binary numbers. You will not be able to store long doubles. xlsx leaves pointer->output.decimal_digits as -1 and gets shortest representation. Comment out 1483 in xml-sax-write.c and you ought to get the same. Note: this will break a lot of tests that will suddenly see unexpected changes! M.