nehtik / epgp

Automatically exported from code.google.com/p/epgp
0 stars 0 forks source link

Add Excel Table Format of EPGP to website #442

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Would it be possible to make available an additional presentation of 
the EPGP snapshots for use in Excel? Either in a format to easilly cut 
and paste into Excel or a table that we could reference using an 
external link? 
It would simply be an unformatted table of: 
Date,Character,EP,GP,PR 
Without any formating, icons, and hyperlinks that complicates the 
process to import to Excel. 

Original issue reported on code.google.com by converge...@gmail.com on 24 Jun 2009 at 6:11

GoogleCodeExporter commented 8 years ago
This should be classified as an enhancement not a defect.

Original comment by converge...@gmail.com on 24 Jun 2009 at 6:12

GoogleCodeExporter commented 8 years ago

Original comment by evlogimenos on 24 Jun 2009 at 8:52

GoogleCodeExporter commented 8 years ago
I would suggest the best method for this in an XML export

http://www.epgpweb.com/xmldata.php?realm=myreams&guild=myquild

basicly creating a document like this:

<epgp>
 <realm name="myrealm">
  <guld name="myguild">
   <charcters>
    <character name="mychar" ep="10000" gp="200" />
    <character name="mychar" ep="10000" gp="200" />
   </characters>
  <guild>
 </realm>
</epgp>

Original comment by I.am.Dor...@gmail.com on 10 Mar 2010 at 5:59