Styling Functions

Prev Next

Introduction




Procedures and Functions Provided:


Apply style on tables:
    table style table
    table style rows
    table style columns
    table style cells
    table style auto width
    table style theme



All functions make use of generic attribute names and generic attribute values, for exmple font size followed by a number. These attributes will then be translated to the file-type specifc formatting attributes wich differ between HTML and Excel formats. Even though greate effort has been invested to ensure that the formatting attributes provide equivalent outcome, some differences apply. One example is that formatting complete rows across the entire sheet works fine in Excel but for good reasons not in HTML where the color ends with the last table column.

The attributes are summarized in the next section, followed by the description of the four formatting functions.