Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GVogeler opened this issue Mar 17, 2024 · 0 comments
Assignees

Comments

@GVogeler
Copy link

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants