Format de cellule API Google Sheets

const baseStyle = {
	style: "SOLID_THICK", 
    color: {red: 1},
};
Nutty Newt