ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

NetTraffic xml export to Excel

(1/3) > >>

itge13:
the statistics in the program itself look like this

--- ---Date              tot            received       sent            time         cursor distance
2019-02-07 28.56 MiB 26.91 MiB 1.65 MiB 0.00:57:17     14.79 m
the export xml looks like this:

--- ----<StatDay>
<key dy="19904" dx="30080" ul="1725446" dl="28220776" tm="34377250805" ts="636850944"/>
</StatDay>
how can I import that in excel? I do not even understand how to get the date back
ts seems to be the date, it is the only variable which doesn't change over the day.

skwire:
What is NetTraffix?

itge13:
What is NetTraffix?
-skwire (February 08, 2019, 05:30 AM)
--- End quote ---
my bad. NetTraffic https://www.venea.net/web/nettraffic

Ath:
Excel can open an xml file just fine as a worksheet:

* Start Excel (2007 or later I'd advise)
* Use File-Open to fetch the xml file
* Choose either the 1st 'As an XML table' or 2nd 'As a readonly workbook' option when prompted
* The 1st option will induce a message about a missing schema, just continue with OK
* The 2nd option will include some of the metadata as column headers, it can be removed if desired
* Process & massage the data as required/desired

itge13:
@ath
yeah I got that, but how can i translate
<key dy="19904" dx="30080" ul="1725446" dl="28220776" tm="34377250805" ts="636850944"/>
to
2019-02-07   28.56 MiB   26.91 MiB   1.65 MiB   0.00:57:17       14.79 m

Navigation

[0] Message Index

[#] Next page

Go to full version