$cellBorders = [
                            Math::max($cellBorders[0], $rowStyle->getRules('border-top-width')),
                            Math::max($cellBorders[1], $rowStyle->getRules('border-right-width')),
                            Math::max($cellBorders[2], $rowStyle->getRules('border-bottom-width')),
                            Math::max($cellBorders[3], $rowStyle->getRules('border-left-width')),