You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some cells may contain complex text, similar to the footer/header text. With new cell pseudo-type, it would be easy to do that.
String version: TableCell.setStringValue("string")
Outputs a very short XML:
Text version (see syntax for builder here #14): TableCell.setTextValue(TextValue.builder().<some methods to build the text value>.build())
Outputs a longer XML:
Some cells may contain complex text, similar to the footer/header text. With new cell pseudo-type, it would be easy to do that.
String version:
TableCell.setStringValue("string")
Outputs a very short XML:
Text version (see syntax for builder here #14):
TableCell.setTextValue(TextValue.builder().<some methods to build the text value>.build())
Outputs a longer XML:
The text was updated successfully, but these errors were encountered: