| 1 | initial version |
Hi there,
Once you already have a .acc file exporting to Excel is pretty simple.
import pssexcel
pssexcel.accc('secret-accc-study.acc',
's', # export a summary
xlsfile='secret-accc-study.xls') # export to this file
There are lots of different options to experiment with. There is a full list under accc in Section 9.2.1 of the PSSE API documents.
If you get any errors, you can post them here too
whit loves you. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.