Hi there,
I’m encountering some difficulty when trying to apply borders to cells using the Aspose.Cells Cloud PHP SDK. Despite checking the SDK documentation and various online resources, I’m unsure about the correct va…...$backgroundColor = new \Aspose\Cells\Cloud\Model\Color(); // Set the RGB values...$borderColor = new \Aspose\Cells\Cloud\Model\Color(); // Set the RGB values...