Alright Folks,
My sensational project for interrogating and writting to Excel is nearly finnished,......But I would like to know how to change the properties of the cells, Background colour, Border, Formatting etc I assume this is done something like this:
$newSheet->Cells(1,1)->{**WhatIWantToChange**} = "**WhatIWantItChangedTo**";
or
$newSheet->Range("A1:F6"
-> {**WhatIWantToChange**} = ['**WhatIWantItChangedTo**'];
I've read in CPAN that the Cell properties are linked to Visual Basic code, but nothing I have tryed seems to work.
Does anyone have any idea's, or know where I can get a list of the property names.
Thanks very much
My sensational project for interrogating and writting to Excel is nearly finnished,......But I would like to know how to change the properties of the cells, Background colour, Border, Formatting etc I assume this is done something like this:
$newSheet->Cells(1,1)->{**WhatIWantToChange**} = "**WhatIWantItChangedTo**";
or
$newSheet->Range("A1:F6"
I've read in CPAN that the Cell properties are linked to Visual Basic code, but nothing I have tryed seems to work.
Does anyone have any idea's, or know where I can get a list of the property names.
Thanks very much