Parameters

userCredential: the client user credential.

requestedLocale: optional locale to use for this request.

partitionName: optional name of the campaign partition to use.

campaignReference: the reference of the campaign that contains the target cell spreadsheet to be updated. Accumulates an InvalidComponentException if the campaign does not exist or the reference is invalid.

attributeList: optional list of per-cell attribute arrays, one for each target cell row to be created. Any supplied attributes for a particular list element overwrite the corresponding cell attribute's default values; others are left untouched. It is up to the client to determine the attributes that are required by the cell, their types, etc. Accumulates an InvalidAttributeException if there is a problem with a specified attribute.

If any exceptions are accumulated, this method throws a CompositeException and all creates are undone. The exception's list of causes include an exception for each attribute that caused the error and include a numeric index instead of the reference, and the name of the attribute, etc. The cause list is ordered as with the input attributeList.