2.5.116 RevisionLogSheetName

RevisionLogSheetName is an XLWideString structure that specifies the name of a sheet for records in the Revision Log (section 2.1.7.44) part ABNF of a shared workbook (section 2.2.12).

The string MUST have at least 4 characters and MUST have no more than 248 characters. Strings MUST follow the proceeding format.

[filename]sheetName

Opening square bracket followed by the name of the file, excluding directory information but including extension, followed by close-square-bracket followed by the sheet name.

The filename portion MUST be at least 1 character and MUST have no more than 215 characters. Any '[' (opening square bracket) characters in the filename portion MUST be replaced with '(' (opening parenthesis) characters and any ']' (closing square bracket) characters in the filename portion MUST be replaced with ')' (closing parenthesis) characters.

The sheetName portion MUST be a value that is valid in the strName field of BrtBundleSh (section 2.4.313).