Type Alias cell_style

cell_style: {
    fill?: string;
    index: [number, number];
    stroke?: string;
    strokewidth?: number;
}