Hello folks, I have one work sheet containing the following
file error
111.cxx 545
222.cxx 333
333.cxx 545
888.cxx 333
777.cxx 222
in the next spread sheet and using SpreadSheet::WriteExcel
to have a formula which will list the # of error occurence in one file for example my next sheet should look like this
545 333 222
111.cxx 1
222.cxx 1
.
.
.
so I was trying to find away to use the formula function under SpreadSheet module
somthing like
$worksheet2->write(4,4, `=#########`),
any idea of an easy way to do it ..
Thanks