이 콘텐츠는 선택한 언어로 제공되지 않습니다.
19.14. Fonts and layout
Output appearance is controlled with a combination of CSS style and tag attributes. CSS style attributes flow from parent to child, and let you use one tag to apply all attributes defined for that tag in the
styleClass and style sheets.
If you have format masks or fonts that use special characters, such as spaces and semicolons, you can escape the CSS string with
'' characters such as xls-format-mask:'$;$'.
19.14.1. Stylesheet links 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
External stylesheets are referenced with the
e:link tag. They are placed within the document as if they are children of the workbook tag.
<e:link>
|
Attributes
Child elements
Facets
|
<e:workbook> <e:link URL="/css/excel.css"/> </e:workbook>
<e:workbook>
<e:link URL="/css/excel.css"/>
</e:workbook>
This references a stylesheet located at
/css/excel.css.