This is what I am trying to do. I am trying to add a border to the bottom
edge of a cell. The Range and some other methods seem to not work with the
syntax that the VB editor in excel says. Like Range in the vb editor is
Range("A1:B9").Select. When I try this in php it gives me and error. I
is anyone out there familiar with COM built into Php?
This is my code:
$sheet = Range("B6:B9")->Select;
$sheet->Selection->Borders(xlEdgeBottom);
$sheet->Selection->LineStyle = 9; //xlContinuous
$sheet->Selection->Weight = 2; //xlThin
I get an error everytime I use the Range method and some othe
Is there another way to compare the values of 2 strings other than strcmp().
This function is not consistent with its results and is causing so many
headaches. I am somewhat new to Php so any help is appreciated. Thanks
__
Joseph D. Mainolfi Jr
3 matches
Mail list logo