TEIC / Stylesheets

TEI XSL Stylesheets
232 stars 124 forks source link

XLSX processing does not keep font rendering information of a complete cell #673

Open GVogeler opened 6 months ago

GVogeler commented 6 months ago

A cell completely formated as bold grafik (probably <si><t>High Ward</t></si> in the xlsx source) results in cells with not rendering information: grafik (while inline formatting is converted into hi/@rend).

I assume that the problme lies in https://github.com/TEIC/Stylesheets/blob/dev/xlsx/xlsxtotei.xsl#L181-L193 where there seems to be only a mechanism to resolve date formats and not the pointers to /styleSheet/fonts/font via @fontId or other style information (alignment, number format, fill, border).