Sujet : Re: ANNOUNCE: Excel file format reader/writer package OOXML 1.9 released
De : wortkarg3 (at) *nospam* yahoo.com (Harald Oehlmann)
Groupes : comp.lang.tclDate : 05. Dec 2024, 13:53:04
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vis7nh$1idt0$1@dont-email.me>
References : 1 2
User-Agent : Mozilla Thunderbird
Hi Torsten,
thanks for the message. Please use the tickets in the tracker:
https://fossil.sowaswie.de/ooxml/ticketYou may author two tickets.
About the "Umlauts". This should be an internal issue. The outputted data is utf-8 afaik. But this is critical.
I have tested Umlauts when reading and that works.
I had to add an "encoding convertfrom utf-8 $data" to make it work.
Take care,
Harald
Am 05.12.2024 um 13:06 schrieb TorstenBerg:
Hi,
thanks for the new version. This is much appreciated and the new options
on paper size and orientation work nicely.
One issue that I found:
When I have a Tcl script encoded in utf-8 and that script writes the
xlsx file, then umlauts come out weird. Is there an option that can
handle this or does ooxml assume or expect text input to be in a
specific encoding?
And an idea:
When formatting cells using the '-style' option of the 'cell' method,
it would be cool to be able to specify more than one style (e.g. as a
list of styleIDs). Then you could have one style for font styling and
another for borders and then combine those two to get cells with a
specific font and border. Conflicting elements of two different styles
of the list could be handled so that a style later in the list would
overwrite settings for the identical option in a previous style in the
list.
Regards, Torsten