xzel23 / meja

A library for manipulating and displaying spreadsheet (Excel) and other data in Java
http://xzel23.github.io/meja/
Apache License 2.0
2 stars 0 forks source link

RichText styles are ignored when rendering cells in excel sheets #14

Closed xzel23 closed 6 years ago

xzel23 commented 6 years ago

RichText rendering does not apply formatting (like "a single bold word").

xzel23 commented 6 years ago

Introduced TextAttributes getTextAttributes(Style) to translate style attributes into attributes for the current run.

xzel23 commented 6 years ago

Added remaining styles.