const sheet = "Sheet1"
if err := f.SetSheetPrOptions(sheet,
excelize.CodeName("code"),
excelize.Published(false),
excelize.FitToPage(true),
excelize.TabColorIndexed(42),
excelize.TabColorRGB("#FFFF00"),
excelize.AutoPageBreaks(true),
excelize.OutlineSummaryBelow(false),
); err != nil {
}