HCF of 120, 144 and 204 is the largest possible number which divides 120, 144 and 204 without leaving any remainder. The methods to compute the HCF of 120, 144, 204 are explained here.
// type of the spreadsheet.func (f *File) setContentTypes(partName, contentType string) { content := f.contentTypesReader() content.Lock() defer content.Unlock() content.Overrides = append(content.Overrides, xlsxOverride{ PartName: partName, ...