question about probes and statistics

hi, i have a problem.
1.i want make statistics. is it any possibilities to export every day statistics for expample to excel or database?
i mean in format

NETWORK NAME - NETWORK ADDRESS
MONTH
DATE1 - TX - RX - ERRORS - etc
DATE2 - TX - RX - ERRORS - etc
DATE3 - TX - RX - ERRORS - etc
.
.
.
DATE31 - TX - RX - ERRORS - etc

it doesn’t matter how i define format of statistics, i need possibility to export it, or automatic “variable time” export
2.
exist any manual to create probes from new MIBs? i need create probes for:
Cisco: usage CPU, interface errors and interface statistics
APC: battery load

edit:
i have two probes for CPU LOAD

cpu_load1
Function
default
if(oid(“1.3.6.1.4.1.9.2.1.58.0”)>0, 100, 0)
“”
oid(“1.3.6.1.4.1.9.2.1.58.0”)
% of cpu load
none


cpu_load2
Function
default
oid(“1.3.6.1.4.1.9.2.1.57.0”)
if(oid(“1.3.6.1.4.1.9.2.1.57.0”)>=0,“”,“CPU Down”)
oid(“1.3.6.1.4.1.9.2.1.57.0”)
%
none