XLSX

The XLSX Renderer is used to generate an Excel file. The generated output is compatible with Excel 2007 or later.

The layouts for the renderer are as follows:

You can use the following options with any of the layouts defined above.

Note

There is a limit to the number of rows that spreadsheets can display in one sheet. The limit varies between products and versions, but is around 32,000 rows. The Paged option is not applicable to On Render Begin.

Locking a Column

From Ambience version 4.2.0, you can lock a column from being edited in the XLSX file. Perform the following steps to lock a column.

  1. In the Report Designer, right click Styles and select Add Style.

    Figure 5.8. Add Style

    Add Style
  2. Add a style called as locked. Click Finish to save the style.

    Note

    The style has to be named locked. Else, the locking will NOT work.

    Figure 5.9. locked Style

    locked Style
  3. Select the column that you want to lock and set the style as locked.

    Figure 5.10. Set Style as locked

    Set Style as locked
  4. Select the Lock cells option from the XLSX renderer options page.

    Figure 5.11. XLSX Renderer Option

    XLSX Renderer Option
  5. The cells are now locked.

    Figure 5.12. Locked Cells

    Locked Cells