applyTemplateModel

public final void applyTemplateModel(FileInputStream stream)

Applies a template model to the spreadsheet document from a stream.

Parameters

stream

The stream containing the JSON template model data.


public final void applyTemplateModel(String jsonTemplate)

Applies a template model to the spreadsheet document from a JSON string.

Parameters

jsonTemplate

The JSON string containing the template model data.