in reply to Re^8: Delete entire row without using Win32::OLE
in thread Delete entire row without using Win32::OLE
I'm surprised you get any values at all, on my R generated test xlsx I get Can't call method "contents" on an undefined value. In theory I guess you could calculate the expression =SUMIF($C$14:$AH$14,"SubScore",C15:AH15) yourself in your perl script. In practice that depends on how fixed your columns and the formulas in them are likely to be.
poj
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: Delete entire row without using Win32::OLE
by ravi45722 (Pilgrim) on Sep 04, 2015 at 07:08 UTC |